/* Rehber-only refinements: deliberately not loaded by the home page. */
.article-cover { margin: 32px 0 0; }
.article-cover img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 630; border-radius: 20px; }
.article-cover figcaption { margin-top: 10px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.blog-faq-item { border: 1px solid var(--border); border-radius: 16px; padding: 0 20px; scroll-margin-top: 116px; }
.blog-faq-item summary { cursor: pointer; padding: 20px 0; font-weight: 600; color: var(--text); line-height: 1.5; }
.blog-faq-item summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 4px; }
.blog-faq-item[open] summary { border-bottom: 1px solid var(--border); }
.blog-faq-item p { margin: 0; padding: 20px 0; }
.content-prose .blog-faq-item + .blog-faq-item { margin-top: 12px; }
.content-footer-brand img { display: block; height: auto; object-fit: contain; }
.breadcrumbs { flex-wrap: wrap; font-size: 12px; line-height: 1.6; }
.breadcrumbs a { flex-shrink: 0; white-space: nowrap; }
.breadcrumbs [aria-current="page"] { min-width: 0; overflow-wrap: anywhere; }
.article-hero { padding-top: 140px; padding-bottom: 48px; }
.article-hero .content-title { font-size: clamp(36px, 5vw, 64px); line-height: 1.12; text-wrap: balance; }
.article-meta { font-size: 12px; }
.content-section { padding-block: clamp(48px, 6vw, 80px); }
.article-layout { align-items: start; }
.content-prose { min-width: 0; overflow-wrap: anywhere; }
.content-prose > section:first-child > h2 { margin-top: 0; }
.content-prose > section > * + * { margin-top: 20px; }
.content-prose > section + section { margin-top: 44px; }
.content-prose > section > h2 { line-height: 1.25; }
.content-prose > section { scroll-margin-top: 116px; }
.article-toc h2 { font-size: 14px; }
.article-toc ol { font-size: 13px; line-height: 1.6; }
.article-toc a { display: block; padding-block: 10px; }
.article-toc li + li { margin-top: 0; }
.article-toc a:hover, .article-toc a:focus-visible { color: var(--text); text-decoration: underline; text-underline-offset: 4px; }
.content-main a:focus-visible, .content-footer a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.article-sources { font-size: 14px; }
.article-sources a { overflow-wrap: anywhere; }
.related-card { display: flex; flex-direction: column; }
.related-card .text-link { margin-top: auto; padding-top: 18px; }
@media (max-width: 860px) {
  .article-layout { gap: 36px; }
}
@media (max-width: 560px) {
  .content-footer-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px 20px; padding-block: 32px 24px; }
  .content-footer-inner > div { min-width: 0; }
  .content-footer-brand { grid-column: 1 / -1; }
  .content-footer-brand img { width: 64px; }
  .content-footer-brand p { max-width: 38ch; margin-top: 12px; font-size: 13px; line-height: 1.65; color: var(--text-soft); }
  .content-footer h2 { font-size: 12px; letter-spacing: .06em; }
  .content-footer nav { gap: 0; margin-top: 10px; }
  .content-footer nav a { display: flex; align-items: center; min-height: 44px; padding-block: 8px; font-size: 13px; line-height: 1.5; color: var(--text-soft); overflow-wrap: anywhere; }
  .content-footer-bottom { grid-column: 1 / -1; gap: 10px; padding-top: 20px; font-size: 12px; line-height: 1.65; color: var(--text-soft); }
  .content-footer-bottom > span { overflow-wrap: anywhere; }
  .content-footer-bottom a { display: inline-block; padding-block: 6px; color: var(--text); }
  .article-hero { padding-top: 116px; padding-bottom: 36px; }
  .article-hero .breadcrumbs [aria-current="page"] { flex-basis: 100%; }
  .article-hero .breadcrumbs > span[aria-hidden="true"]:nth-last-child(2) { display: none; }
  .article-toc a { min-height: 44px; }
  .article-hero .content-lede { margin-top: 20px; }
  .content-cta { padding: 30px 24px; border-radius: 24px; }
  .content-cta h2 { font-size: 32px; overflow-wrap: anywhere; }
}
