:is(.site-journey-shortcut,.site-journey-end,.site-journey-mobile){--site-ink:#302b2e;--site-muted:#64565d;--site-border:#e8cbd6}
/* Short reader actions; no provider rankings, full-screen prompts, or new brand palette. */
[data-medical-mikke-page="article"] .site-journey-shortcut { margin: 20px 0; }
[data-medical-mikke-page="article"] .site-journey-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 18px; max-width: 100%; box-sizing: border-box;
  border: 1px solid #c97996; border-radius: 8px; background: #fff0f4 !important;
  color: #81264a !important; font-size: 16px; font-weight: 800; line-height: 1.6;
  text-decoration: none !important; text-align: center; word-break: normal; overflow-wrap: anywhere;
}
[data-medical-mikke-page="article"] .site-journey-button:hover { background: #ffe0e9 !important; text-decoration: underline !important; }
.site-journey-button > span { flex: none; }
[data-medical-mikke-page="article"] .site-journey-end { padding: 22px; margin: 28px 0; border: 1px solid var(--site-border); border-radius: 10px; background: #fff; }
[data-medical-mikke-page="article"] .site-journey-end strong { display: block; color: var(--site-ink); font-size: 19px; line-height: 1.7; background: none; box-shadow: none; }
[data-medical-mikke-page="article"] .site-journey-end p { color: var(--site-muted); margin: 8px 0 14px; font-size: 16px; line-height: 1.9; }
.site-journey-mobile, .site-journey-mobile[hidden] { display: none; }
[data-medical-mikke-page="article"] :where(section[id], h2[id]) { scroll-margin-top: 20px; }
@media (max-width: 960px) {
  .has-journey-mobile { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  [data-medical-mikke-page="article"] .site-journey-mobile:not([hidden]) {
    display: flex; align-items: center; gap: 8px; position: fixed; inset: auto 0 0; z-index: 40;
    padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-top: 1px solid var(--site-border); background: #fff; box-shadow: 0 -3px 14px #302b2e0d;
  }
  [data-medical-mikke-page="article"] .site-journey-mobile .site-journey-button { flex: 1; min-width: 0; padding: 10px; font-size: 15px; }
  .site-journey-close { flex: 0 0 44px; width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 6px; background: #fff; color: var(--site-muted); font-size: 26px; }
}
@media print { .site-journey-mobile { display: none !important; } .has-journey-mobile { padding-bottom: 0; } }
