/* Organization profile pages share the approved Issue Expert marks and social icons. */
.expert-profile-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--paper); font-size: .82rem; line-height: 1.7; }
.expert-profile-breadcrumbs a { color: var(--gold-light); text-underline-offset: 4px; }
.expert-profile-connect { display: grid; justify-items: start; align-content: center; gap: 24px; padding-block: 24px; border-top: 4px solid var(--gold); }
.expert-profile-connect .button { max-width: 100%; white-space: normal; }
.expert-profile-connect p { margin: 0; color: var(--paper); line-height: 1.6; }
.expert-profile-topics { padding-left: 22px; line-height: 1.8; }
.expert-profile-topics li { padding-block: 6px; }
body[data-page="issue-expert"] main a:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
body[data-page="issue-expert"] .partner-hero a:focus-visible,
body[data-page="issue-expert"] .partner-independence a:focus-visible { outline-color: var(--gold-light); }
body[data-page="issue-expert"] .partner-contact h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
body[data-page="issue-expert"] .partner-independence h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
