/* Small, consistent utilities; deliberately separate from provider contact CTAs. */
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-page-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 16px;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-page-tools > .sheshi-profile-meta-line,
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-page-tools > .sheshi-guide-article-meta {
  flex: 1 1 220px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share { position: relative; flex: 0 0 auto; margin-left: auto; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share details { margin: 0; padding: 0; border: 0; background: none; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-page);
  color: var(--accent-text) !important;
  font: 600 14px/1.4 Inter, system-ui, sans-serif;
  cursor: pointer;
  list-style: none;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger::-webkit-details-marker { display: none; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger::after { content: none; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger span,
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-social-link span { color: inherit !important; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger svg,
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-social-link svg { width: 18px; height: 18px; flex: 0 0 18px; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-social-link svg :is(rect, path, circle) { fill: none !important; stroke: currentColor !important; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-social-link svg circle:last-child { fill: currentColor !important; stroke: none !important; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-trigger:hover { background: var(--accent-bg); border-color: var(--border-strong); }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share :is(summary, button, input):focus-visible,
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) a.sheshi-social-link:focus-visible { outline: 2px solid var(--accent-text); outline-offset: 3px; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel {
  position: absolute;
  z-index: 12;
  right: 0;
  top: calc(100% + 8px);
  width: min(340px, calc(100vw - 40px));
  padding: 16px;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  background: var(--surface-page);
  color: var(--text-primary);
  box-shadow: 0 8px 24px #17212614;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel label { display: block; margin: 0 0 8px; font-size: 14px; color: var(--text-primary); }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel input {
  display: block; width: 100%; min-height: 44px; margin: 0; padding: 8px;
  border: 1px solid var(--border-strong); border-radius: 6px;
  background: var(--surface-sunken); color: var(--text-primary); font: 400 16px/1.5 Inter, system-ui, sans-serif;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel p { margin: 8px 0 12px; font-size: 13px; line-height: 1.5; color: var(--text-secondary); }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel-actions { display: flex; flex-wrap: wrap; gap: 8px; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel button {
  min-height: 44px; padding: 8px 12px; border: 1px solid var(--border-strong); border-radius: 6px;
  font: 600 14px/1.4 Inter, system-ui, sans-serif; color: var(--accent-text); background: var(--surface-page); cursor: pointer;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-panel button[hidden] { display: none; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-share-status:not(:empty) {
  position: absolute; z-index: 13; right: 0; top: calc(100% + 8px);
  width: max-content; max-width: calc(100vw - 40px); padding: 10px 14px; border-radius: 8px;
  background: #233640; color: #fff !important; font-size: 14px; line-height: 1.5;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-social-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 20px; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) a.sheshi-social-link {
  display: inline-flex !important; align-items: center; justify-content: flex-start; gap: 8px;
  width: auto !important; min-height: 44px; margin: 0 !important; padding: 6px 0 !important;
  border: 0 !important; border-radius: 4px; background: none !important;
  color: var(--accent-text) !important; font: 500 14px/1.5 Inter, system-ui, sans-serif !important;
  text-decoration: none !important;
}
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) a.sheshi-social-link:hover span:not([aria-hidden]) { text-decoration: underline; text-underline-offset: 4px; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-site-footer a.sheshi-social-link { color: var(--dark-text-secondary, #bcc6cb) !important; }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-site-footer a.sheshi-social-link:focus-visible { outline-color: var(--dark-accent-text, #9cbac8); }
body:is(.sheshi-shell, .sheshi-home, .sheshi-names-page) .sheshi-mobile-menu .sheshi-social-links { padding-top: 16px; border-top: 1px solid var(--border); }
