/* Utility classes extracted from inline style attributes.
   Loaded after the per-page stylesheet so these win on equal specificity. */

.footer-col-title { text-decoration: none; }
.footer-col-item.is-accent { color: var(--accent); }

.sidebar-cta--full { width: 100%; justify-content: space-between; }

.u-sidebar-contact-pad { padding: 0 var(--sp-24); }
.u-text-center { text-align: center; }
.u-mt-48 { margin-top: var(--sp-48); }
.u-m-0 { margin: 0; }
.u-mb-0 { margin-bottom: 0; }
.u-mb-24 { margin-bottom: var(--sp-24); }
.u-flex-center { justify-content: center; }
.u-color-meta { color: #ABABAB; }
.u-obj-pos-low { object-position: 50% 80%; }

.about-credential-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin: 6px 0 4px;
}
