/* MCR v1.10.47: compact physician entry and language pills on home. */
.public-home-page.mcr-polished-page > .mcr-surface-header .header-actions {
  display: flex; flex-wrap: nowrap; justify-content: flex-end; gap: 28px; width: auto;
}
.public-home-page.mcr-polished-page > .site-header.mcr-surface-header .header-actions > .staff-access-link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 8px 22px; border: 2px solid var(--brand);
  border-radius: 999px; font-size: 16px; font-weight: 600; line-height: 1.3;
  letter-spacing: 0; text-align: center; color: var(--brand); background: #fff;
  white-space: nowrap; max-width: none;
}
.public-home-page.mcr-polished-page > .mcr-surface-header .language-switcher-compact {
  display: flex; gap: 2px; padding: 3px; width: auto;
  border: 1px solid var(--line); border-radius: 999px; background: #fff;
}
.public-home-page.mcr-polished-page > .mcr-surface-header .language-switcher-compact a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; min-height: 36px; padding: 5px 9px;
  border-radius: 999px; font-size: 15px; font-weight: 600; line-height: 1;
  letter-spacing: 0; color: var(--muted); box-shadow: none;
}
.public-home-page.mcr-polished-page > .mcr-surface-header .language-switcher-compact a.active {
  background: var(--brand); color: #fff;
}
.public-home-page .staff-access-link:focus-visible,
.public-home-page .language-switcher-compact a:focus-visible {
  outline: 3px solid var(--brand2); outline-offset: 3px;
}
@media (max-width: 800px) {
  .public-home-page.mcr-polished-page > .mcr-surface-header {
    display: flex; flex-direction: row; align-items: center; flex-wrap: wrap;
  }
  .public-home-page.mcr-polished-page > .mcr-surface-header .header-actions {
    width: 100%; gap: 12px; justify-content: space-between;
  }
  .public-home-page.mcr-polished-page > .site-header.mcr-surface-header .header-actions > .staff-access-link {
    font-size: 14px; padding: 8px 14px;
  }
  .public-home-page.mcr-polished-page > .mcr-surface-header .language-switcher-compact a {
    min-width: 38px; min-height: 38px;
  }
}
