/* White surfaces throughout the canonical site. Brand accents stay red. */
:root {
  --aw-color-bg-page: 255 255 255;
  --aw-color-text-muted: 71 85 105;
  --paper-salmon: #fff;
  --paper-cream: #fff;
  --ink-muted: #475569;
  --ink-subtle: #64748b;
  --red-on-dark: #b0181f;
}
#site-header { background-color: rgba(255, 255, 255, .96); }
[class~="bg-[var(--paper-ink)]"] {
  background: #fff;
  color: var(--ink-body);
  border-top: 1px solid #e2e8f0;
}
[class~="bg-[var(--paper-ink)]"] [class*="text-white"] {
  color: #475569;
}
[class~="bg-[var(--paper-ink)]"] :is(h2, h3, blockquote) {
  color: var(--ink-body);
}
[class~="bg-[var(--paper-ink)]"] [class*="border-white"] {
  border-color: #cbd5e1;
}
[class~="bg-[var(--paper-ink)]"] [class*="bg-white/"] {
  background-color: #e2e8f0;
}
[class~="bg-[var(--paper-ink)]"] .btn-primary,
[class~="bg-[var(--paper-ink)]"] [class~="bg-[var(--red-sectra)]"] {
  color: #fff;
}
footer img[src="/logo.png"] { filter: none !important; opacity: 1 !important; }
footer .footer-link:hover { color: var(--red-sectra); }
footer .footer-link::after { background: var(--red-sectra); }
div.bg-primary.text-white { background: #fff; color: var(--ink-body); border-bottom: 1px solid #e2e8f0; }
@media (max-width: 640px) {
  main p.whitespace-nowrap { white-space: normal; }
}
#mobile-call-bar { display: none; }
@media (max-width: 767px) {
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  #mobile-call-bar {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #cbd5e1;
  }
  #mobile-call-bar > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    background: #b0181f;
    color: #fff;
    font: 600 16px/1.4 'Inter Variable', system-ui, sans-serif;
    text-decoration: none;
    border-radius: 4px;
  }
  #mobile-call-bar > a:hover { background: #861218; }
  #mobile-call-bar > a:focus-visible { outline: 3px solid #0f172a; outline-offset: 3px; }
  .mobile-call-number { margin-left: 8px; font-size: 14px; font-weight: 400; }
  #cookie-banner { bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
}
@media print { #mobile-call-bar { display: none !important; } body { padding-bottom: 0; } }

[data-latest-publication] { display: inline-flex; flex-wrap: wrap; justify-content: center; column-gap: .5em; row-gap: .25em; }
[data-latest-publication] time { white-space: nowrap; }
