/* Custom CSS for SCC Author Bios - NOT generated by Webflow */
/* This file contains site-specific overrides that should persist across Webflow exports */

/* Remove underlines from navbar links */
#scc-navbar a {
  text-decoration: none;
}

/* Remove underlines from button links */
._wf-button-return,
._wf-button-follow,
._wf-button-articles {
  text-decoration: none !important;
}

/* Make Follow button visible (Webflow CSS has display:none) */
._wf-button-follow {
  display: flex !important;
}

/* Fix for empty icon paragraphs creating visible lines */
._wf-p-button-icon:empty {
  display: none;
}

/* Ensure icon paragraphs don't create unwanted space */
._wf-p-button-icon {
  line-height: 0;
  height: 0;
}

