/* Public pages use explicit colors in both system themes. No JS is needed to read content. */
.site-editorial { max-width: 960px; margin: 0 auto; padding: 160px 24px 64px; color: #1c1c1c; background: #fff; line-height: 1.75; }
.site-editorial h1 { font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.15; font-weight: 700; margin: 24px 0; }
.site-editorial h2 { font-size: 1.6rem; font-weight: 700; margin: 32px 0 12px; }
.site-editorial h3 { font-size: 1.15rem; font-weight: 600; margin: 24px 0 8px; }
.site-editorial p { margin: 0 0 20px; }
.site-editorial ul { list-style: disc; padding-left: 24px; }
.site-editorial li { margin: 12px 0; }
.site-lead { font-size: 1.2rem; }
.site-languages { display: flex; gap: 6px; flex-shrink: 0; }
.site-commercial-links { display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: center; padding: 28px 24px; color: #1c1c1c; background: #fff; }
.site-action, .site-action:visited { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 2px solid #155e70; border-radius: 8px; color: #fff; background: #155e70; text-decoration: none; opacity: 1; font-weight: 600; }
.site-action:hover { color: #fff; background: #104958; border-color: #104958; text-decoration: underline; }
.site-action:focus-visible { color: #fff; background: #104958; border-color: #104958; text-decoration: underline; outline: 3px solid #111; outline-offset: 3px; }
.site-action:active { color: #fff; background: #0c3945; border-color: #0c3945; text-decoration: underline; }
.site-action[aria-current="page"] { text-decoration: underline; }
.site-action:disabled, .site-action[aria-disabled="true"] { color: #fff; background: #4a5560; border-color: #4a5560; text-decoration: none; opacity: 1; cursor: not-allowed; }
.site-action svg, .site-action i { color: inherit; }
.site-text-link, .site-text-link:visited { color: #155e70; background: #fff; border: 1px solid transparent; text-decoration: underline; opacity: 1; }
.site-text-link:hover, .site-text-link:focus-visible { color: #104958; background: #fff; border-color: transparent; text-decoration: underline; }
.site-text-link:focus-visible { outline: 2px solid #104958; outline-offset: 3px; }
.site-text-link:active { color: #0c3945; background: #fff; border-color: transparent; text-decoration: underline; }
.site-text-link[aria-disabled="true"] { color: #4a5560; background: #fff; border-color: transparent; text-decoration: underline; opacity: 1; }
.site-text-link svg, .site-text-link i { color: inherit; }
.site-article-content img { max-width: 100%; height: auto; }
.site-article-content { overflow-wrap: anywhere; }
@media (max-width: 600px) { .site-languages .site-action { padding: 8px; } #header-logo { max-width: 130px; } }
