/* V18.12 editorial, broadcast, E-E-A-T and mega-footer layer. */
.fer-site-header-inner > nav { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.fer-site-header-inner > nav::-webkit-scrollbar { display: none; }
.fer-site-header-inner > nav a { flex: 0 0 auto; }

.fer-editorial-hub,
.fer-broadcast-hub,
.fer-trust-page,
.fer-editorial-article { padding-top: 24px; }

.fer-editorial-hero,
.fer-broadcast-hero,
.fer-trust-hero { margin-bottom: 20px; padding: clamp(28px, 5vw, 54px); overflow: hidden; position: relative; border-radius: 22px; color: #fff; background: radial-gradient(circle at 88% 4%, rgba(67,228,168,.24), transparent 28%), linear-gradient(135deg,#081523,#122b3d 62%,#087452); box-shadow: var(--fer-shadow); }
.fer-editorial-hero,
.fer-broadcast-hero { min-height: 260px; display: grid; grid-template-columns: minmax(0,1fr) minmax(210px,290px); align-items: center; gap: 40px; }
.fer-editorial-hero h1,
.fer-broadcast-hero h1,
.fer-trust-hero h1 { max-width: 850px; margin: 0 0 14px; color: #fff; font-size: clamp(32px,4.8vw,58px); line-height: 1.02; letter-spacing: -.045em; }
.fer-editorial-hero p,
.fer-broadcast-hero p,
.fer-trust-hero > p { max-width: 780px; margin: 0; color: #d5e0e9; font-size: clamp(15px,1.6vw,18px); line-height: 1.65; }
.fer-editorial-hero aside,
.fer-broadcast-hero aside { padding: 24px; display: grid; gap: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(3,16,27,.34); backdrop-filter: blur(8px); }
.fer-editorial-hero aside strong { margin-bottom: 5px; color: #72efbd; font-size: 18px; }
.fer-editorial-hero aside span { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: #dae6ed; font-size: 13px; }
.fer-editorial-hero aside span:last-child { border-bottom: 0; }
.fer-broadcast-hero aside strong { color: #76f2c0; font-size: 46px; line-height: 1; }
.fer-broadcast-hero aside span { color: #fff; font-size: 14px; font-weight: 800; }
.fer-broadcast-hero aside small { color: #adc0cf; line-height: 1.5; }

.fer-editorial-filters { margin: 0 0 20px; padding: 7px; display: flex; gap: 7px; overflow-x: auto; border: 1px solid var(--fer-line); border-radius: 14px; background: var(--fer-card); }
.fer-editorial-filters a { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--fer-muted); font-size: 12px; font-weight: 800; }
.fer-editorial-filters a:hover,
.fer-editorial-filters a.is-active { color: #fff; background: var(--fer-navy); }

.fer-featured-story { margin-bottom: 20px; display: grid; grid-template-columns: minmax(320px,1.15fr) minmax(300px,.85fr); overflow: hidden; border: 1px solid var(--fer-line); border-radius: 20px; background: var(--fer-card); box-shadow: var(--fer-shadow); }
.fer-featured-story__image { min-height: 390px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(135deg,#0b6f51,#0b1729); }
.fer-featured-story__image img { width: 100%; height: 100%; object-fit: cover; }
.fer-featured-story__image > span { font-size: 90px; font-weight: 950; opacity: .16; }
.fer-featured-story > div { padding: clamp(26px,4vw,50px); display: flex; flex-direction: column; justify-content: center; }
.fer-featured-story h2 { margin: 0 0 14px; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -.035em; }
.fer-featured-story h2 a:hover { color: var(--fer-green-dark); }
.fer-featured-story p { margin: 0; color: var(--fer-muted); font-size: 15px; line-height: 1.7; }
.fer-featured-story footer { margin-top: 24px; color: var(--fer-muted); font-size: 11px; }

.fer-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.fer-news-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--fer-line); border-radius: 16px; background: var(--fer-card); box-shadow: 0 6px 22px rgba(15,31,52,.055); }
.fer-news-card__image { height: 190px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(135deg,#0c8060,#0b1729); }
.fer-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.fer-news-card:hover .fer-news-card__image img { transform: scale(1.03); }
.fer-news-card__image > span { font-size: 52px; font-weight: 950; opacity: .18; }
.fer-news-card > div { min-height: 225px; padding: 19px; display: flex; flex-direction: column; }
.fer-news-card h2 { margin: 0 0 10px; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.fer-news-card h2 a:hover { color: var(--fer-green-dark); }
.fer-news-card p { margin: 0; color: var(--fer-muted); font-size: 12px; line-height: 1.65; }
.fer-news-card footer { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; color: var(--fer-muted); font-size: 10px; }
.fer-news-card footer a { color: var(--fer-green); font-size: 23px; }

.fer-editorial-empty { min-height: 330px; margin-bottom: 20px; padding: clamp(28px,6vw,70px); display: grid; place-content: center; text-align: center; border: 1px dashed #a7cdbc; border-radius: 20px; background: var(--fer-card); }
.fer-editorial-empty h2 { margin: 0 0 12px; font-size: clamp(27px,4vw,42px); }
.fer-editorial-empty p { max-width: 650px; margin: 0 auto; color: var(--fer-muted); line-height: 1.7; }
.fer-primary-link { margin: 22px auto 0; min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 10px; color: #fff!important; background: var(--fer-green-dark); font-size: 13px; font-weight: 850; }

.fer-editorial-principles { margin-top: 22px; padding: clamp(25px,4vw,44px); border-radius: 20px; color: #fff; background: var(--fer-navy); }
.fer-editorial-principles h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(25px,3.5vw,38px); }
.fer-principle-grid { margin: 25px 0 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.fer-principle-grid article { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.fer-principle-grid strong { color: #72efbd; }
.fer-principle-grid p { margin: 8px 0 0; color: #c5d1dc; font-size: 12px; line-height: 1.6; }
.fer-editorial-principles > a { margin-right: 18px; color: #72efbd; font-size: 12px; font-weight: 800; }

/* Broadcast hub and fixture panel */
.fer-broadcast-date-nav { margin: 0 0 16px; padding: 8px; display: grid; grid-template-columns: repeat(6,1fr) auto; gap: 6px; border: 1px solid var(--fer-line); border-radius: 15px; background: var(--fer-card); }
.fer-broadcast-day-link { min-height: 55px; display: grid; place-content: center; text-align: center; border-radius: 9px; color: var(--fer-muted)!important; }
.fer-broadcast-day-link span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fer-broadcast-day-link strong { color: var(--fer-text); font-size: 13px; }
.fer-broadcast-day-link.is-active { color: #fff!important; background: var(--fer-green); }
.fer-broadcast-day-link.is-active strong { color: #fff; }
.fer-broadcast-date-nav label { min-width: 100px; min-height: 55px; padding: 0 11px; display: grid; place-content: center; gap: 2px; border-radius: 9px; color: var(--fer-green-dark); background: var(--fer-green-soft); font-size: 10px; font-weight: 800; }
.fer-broadcast-date-nav input { width: 100%; max-width: 115px; border: 0; color: var(--fer-text); background: transparent; font-size: 11px; }
.fer-broadcast-trust { margin-bottom: 16px; padding: 13px 16px; display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: 8px 12px; border: 1px solid #bde5d5; border-radius: 13px; background: var(--fer-green-soft); }
.fer-broadcast-trust strong { color: var(--fer-green-dark); font-size: 12px; }
.fer-broadcast-trust span { color: var(--fer-muted); font-size: 11px; }
.fer-broadcast-days { display: grid; gap: 18px; }
.fer-broadcast-day { overflow: hidden; border: 1px solid var(--fer-line); border-radius: 17px; background: var(--fer-card); box-shadow: 0 6px 20px rgba(15,31,52,.045); }
.fer-broadcast-day > header { min-height: 70px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--fer-line); background: #f9fbfc; }
.fer-broadcast-day > header span { color: var(--fer-green-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.fer-broadcast-day > header h2 { margin: 2px 0 0; font-size: 20px; }
.fer-broadcast-day > header a { color: var(--fer-green-dark); font-size: 12px; font-weight: 800; }
.fer-broadcast-match { padding: 18px; display: grid; grid-template-columns: 125px minmax(220px,.8fr) minmax(360px,1.2fr); align-items: center; gap: 16px; border-bottom: 1px solid var(--fer-line); }
.fer-broadcast-match:last-child { border-bottom: 0; }
.fer-broadcast-match__meta { display: grid; gap: 4px; }
.fer-broadcast-match__meta time { color: var(--fer-text); font-size: 22px; font-weight: 900; }
.fer-broadcast-match__meta span { color: var(--fer-muted); font-size: 10px; }
.fer-broadcast-match__teams a,
.fer-broadcast-match__teams > div { display: grid; grid-template-columns: minmax(0,1fr) 15px minmax(0,1fr); gap: 8px; align-items: center; }
.fer-broadcast-match__teams strong:first-child { text-align: right; }
.fer-broadcast-match__teams strong { overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.fer-broadcast-match__teams span { color: var(--fer-muted); text-align: center; }
.fer-broadcast-options { display: grid; gap: 8px; }
.fer-broadcast-option { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; align-items: stretch; }
.fer-broadcast-medium { min-width: 0; padding: 10px 12px; display: grid; gap: 3px; border: 1px solid var(--fer-line); border-radius: 10px; background: var(--fer-bg); }
.fer-broadcast-medium > span { color: var(--fer-muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.fer-broadcast-medium strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.fer-broadcast-medium a { margin-top: 4px; color: var(--fer-green-dark); font-size: 10px; font-weight: 850; }
.fer-broadcast-option footer { padding: 0 4px; display: flex; align-items: center; color: var(--fer-muted); font-size: 9px; }
.fer-broadcast-empty { min-height: 76px; padding: 16px; display: grid; place-content: center; gap: 4px; text-align: center; border: 1px dashed #cad5dd; border-radius: 11px; background: var(--fer-bg); }
.fer-broadcast-empty strong { font-size: 12px; }
.fer-broadcast-empty span { color: var(--fer-muted); font-size: 10px; line-height: 1.5; }
.fer-broadcast-guide { margin-top: 20px; padding: clamp(24px,4vw,40px); border: 1px solid var(--fer-line); border-radius: 18px; background: var(--fer-card); }
.fer-broadcast-guide h2 { margin: 0 0 20px; font-size: 28px; }
.fer-broadcast-guide > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.fer-broadcast-guide article { padding: 18px; border-radius: 13px; background: var(--fer-bg); }
.fer-broadcast-guide article strong { color: var(--fer-green-dark); }
.fer-broadcast-guide article p { margin: 8px 0 0; color: var(--fer-muted); font-size: 12px; line-height: 1.6; }
.fer-broadcast-panel { margin: 0 0 14px; padding: 20px; border: 1px solid #bce5d5; border-radius: 16px; background: linear-gradient(135deg,#fff,#f0fbf6); box-shadow: 0 5px 20px rgba(15,31,52,.045); }
.fer-broadcast-panel__head { margin-bottom: 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.fer-broadcast-panel__head h2 { margin: 0; font-size: clamp(20px,2.4vw,28px); }
.fer-broadcast-panel__head > a { color: var(--fer-green-dark); font-size: 12px; font-weight: 850; }
.fer-broadcast-panel .fer-broadcast-option { grid-template-columns: 1fr 1fr auto; }
.fer-broadcast-panel .fer-broadcast-medium { background: #fff; }
.fer-broadcast-disclaimer { margin: 12px 0 0; color: var(--fer-muted); font-size: 10px; line-height: 1.55; }

/* Trust and legal pages */
.fer-trust-hero > div { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.fer-trust-hero > div span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #c8d6df; background: rgba(0,0,0,.12); font-size: 10px; }
.fer-trust-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: start; gap: 20px; }
.fer-trust-content { min-width: 0; display: grid; gap: 14px; }
.fer-trust-content > section,
.fer-trust-notice { padding: clamp(22px,3vw,34px); border: 1px solid var(--fer-line); border-radius: 16px; background: var(--fer-card); }
.fer-trust-content h2 { margin: 0 0 13px; color: var(--fer-text); font-size: clamp(21px,2.8vw,29px); letter-spacing: -.025em; }
.fer-trust-content p { margin: 0 0 13px; color: var(--fer-muted); font-size: 14px; line-height: 1.75; }
.fer-trust-content p:last-child { margin-bottom: 0; }
.fer-trust-content ul,
.fer-trust-content ol { margin: 0; padding-left: 21px; color: var(--fer-muted); }
.fer-trust-content li { padding: 4px 0; font-size: 14px; line-height: 1.65; }
.fer-trust-content a { color: var(--fer-green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.fer-trust-aside { padding: 10px; display: grid; position: sticky; top: 18px; border: 1px solid var(--fer-line); border-radius: 15px; background: var(--fer-card); }
.fer-trust-aside > strong { padding: 12px; font-size: 14px; }
.fer-trust-aside a { min-height: 42px; padding: 0 10px 0 12px; display: flex; align-items: center; justify-content: space-between; border-radius: 9px; color: var(--fer-muted); font-size: 11px; font-weight: 750; }
.fer-trust-aside a:hover,
.fer-trust-aside a.is-active { color: var(--fer-green-dark); background: var(--fer-green-soft); }
.fer-legal-table { display: grid; gap: 8px; }
.fer-legal-table > div { padding: 13px; display: grid; grid-template-columns: .7fr 1.3fr 1.2fr .7fr; gap: 12px; border: 1px solid var(--fer-line); border-radius: 10px; background: var(--fer-bg); }
.fer-legal-table span { color: var(--fer-muted); font-size: 11px; line-height: 1.5; }
.fer-imprint-list { margin: 0; display: grid; }
.fer-imprint-list > div { padding: 12px 0; display: grid; grid-template-columns: 190px 1fr; gap: 18px; border-bottom: 1px solid var(--fer-line); }
.fer-imprint-list > div:last-child { border-bottom: 0; }
.fer-imprint-list dt { color: var(--fer-muted); font-size: 12px; font-weight: 800; }
.fer-imprint-list dd { margin: 0; color: var(--fer-text); font-size: 13px; }
.fer-trust-notice { border-color: #f1d89a; background: #fffbef; }
.fer-trust-notice strong { color: #7e5a0e; }
.fer-player-protection { border-color: #b5d7ef!important; background: #f4faff!important; }

/* Editorial articles */
.fer-editorial-root { background: var(--fer-bg); }
.fer-editorial-article { width: min(1180px,calc(100% - 32px)); margin: 0 auto; padding-bottom: 70px; color: var(--fer-text); font-family: Inter,system-ui,sans-serif; }
.fer-editorial-article > header { padding: clamp(25px,5vw,58px) clamp(20px,5vw,60px); border: 1px solid var(--fer-line); border-radius: 20px 20px 0 0; background: var(--fer-card); text-align: center; }
.fer-article-categories { margin-bottom: 14px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.fer-article-categories a { padding: 5px 9px; border-radius: 999px; color: var(--fer-green-dark); background: var(--fer-green-soft); font-size: 10px; font-weight: 850; text-decoration: none; }
.fer-editorial-article h1 { max-width: 930px; margin: 0 auto 16px; font-size: clamp(34px,5vw,62px); line-height: 1.03; letter-spacing: -.048em; }
.fer-article-lead { max-width: 820px; margin: 0 auto; color: var(--fer-muted); font-size: clamp(16px,2vw,20px); line-height: 1.65; }
.fer-article-byline { margin-top: 23px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 18px; color: var(--fer-muted); font-size: 10px; }
.fer-article-hero { margin: 0; overflow: hidden; border-right: 1px solid var(--fer-line); border-bottom: 1px solid var(--fer-line); border-left: 1px solid var(--fer-line); background: var(--fer-card); }
.fer-article-hero img { width: 100%; max-height: 660px; display: block; object-fit: cover; }
.fer-article-hero figcaption { padding: 8px 14px; color: var(--fer-muted); font-size: 10px; }
.fer-article-layout { padding: clamp(22px,4vw,48px); display: grid; grid-template-columns: minmax(0,1fr) 240px; align-items: start; gap: 42px; border: 1px solid var(--fer-line); border-top: 0; border-radius: 0 0 20px 20px; background: var(--fer-card); }
.fer-article-content { min-width: 0; font-family: Georgia,"Times New Roman",serif; font-size: 18px; line-height: 1.85; }
.fer-article-content h2,
.fer-article-content h3 { margin: 1.8em 0 .55em; color: var(--fer-text); font-family: Inter,system-ui,sans-serif; line-height: 1.18; letter-spacing: -.025em; }
.fer-article-content h2 { font-size: 31px; }
.fer-article-content h3 { font-size: 23px; }
.fer-article-content p { margin: 0 0 1.25em; }
.fer-article-content a { color: var(--fer-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.fer-article-content img { max-width: 100%; height: auto; border-radius: 12px; }
.fer-article-content blockquote { margin: 1.6em 0; padding: 10px 0 10px 22px; border-left: 4px solid var(--fer-green); color: var(--fer-muted); font-style: italic; }
.fer-article-aside { padding: 16px; display: grid; gap: 10px; position: sticky; top: 18px; border: 1px solid var(--fer-line); border-radius: 13px; background: var(--fer-bg); }
.fer-article-aside strong { font-size: 13px; }
.fer-article-aside span { color: var(--fer-muted); font-size: 10px; }
.fer-article-aside a { padding-top: 9px; border-top: 1px solid var(--fer-line); color: var(--fer-green-dark); font-size: 10px; font-weight: 800; }
.fer-author-card { margin-top: 18px; padding: 20px; display: flex; gap: 16px; align-items: center; border: 1px solid var(--fer-line); border-radius: 16px; background: var(--fer-card); }
.fer-author-card img { border-radius: 50%; }
.fer-author-card > div:last-child { display: grid; gap: 3px; }
.fer-author-card span { color: var(--fer-muted); font-size: 9px; text-transform: uppercase; }
.fer-author-card strong { font-size: 17px; }
.fer-author-card p { margin: 2px 0 0; color: var(--fer-muted); font-size: 11px; }
.fer-related-news { margin-top: 20px; }
.fer-related-news h2 { margin: 0 0 15px; font-size: 28px; }
.fer-related-news > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }

/* SEO mega footer */
.fer-site-footer--mega { padding: 52px 20px calc(28px + env(safe-area-inset-bottom)); }
.fer-site-footer--mega > .fer-footer-intro,
.fer-site-footer--mega > .fer-footer-grid,
.fer-site-footer--mega > .fer-footer-bottom { width: min(1380px,100%); margin: 0 auto; }
.fer-footer-intro { padding-bottom: 30px; display: grid!important; grid-template-columns: auto minmax(260px,630px) 1fr; align-items: center; gap: 26px!important; border-bottom: 1px solid rgba(255,255,255,.09); }
.fer-footer-intro p { margin: 0; color: #c3cfda; font-size: 13px; line-height: 1.65; }
.fer-footer-intro > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.fer-footer-intro > div span { padding: 6px 9px; border: 1px solid rgba(112,239,189,.18); border-radius: 999px; color: #86e6c0; font-size: 9px; }
.fer-footer-grid { padding: 34px 0; display: grid!important; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 28px!important; }
.fer-footer-grid nav { margin: 0; display: grid!important; align-content: start; gap: 0!important; }
.fer-footer-grid nav > strong { margin-bottom: 10px; color: #fff; font-size: 12px; }
.fer-footer-grid nav a { min-height: 31px!important; display: inline-flex; align-items: center; color: #9fb0bd!important; font-size: 10px!important; line-height: 1.35; }
.fer-footer-grid nav a:hover { color: #77edbd!important; }
.fer-footer-bottom { padding-top: 18px; display: grid!important; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px!important; border-top: 1px solid rgba(255,255,255,.09); }
.fer-footer-bottom > span { color: #fff; font-size: 10px; font-weight: 800; }
.fer-footer-bottom small { max-width: none; color: #8799a8; font-size: 9px; line-height: 1.55; }
.fer-footer-bottom a { color: #77edbd; font-size: 10px; font-weight: 800; text-decoration: none; }

html[data-fer-theme="dark"] .fer-broadcast-day > header,
html[data-fer-theme="dark"] .fer-broadcast-panel { background: var(--fer-card); }
html[data-fer-theme="dark"] .fer-trust-notice { border-color: #705d2e; background: #2c271b; }
html[data-fer-theme="dark"] .fer-player-protection { border-color: #315774!important; background: #172738!important; }

@media (max-width: 1180px) {
  .fer-site-header-inner > nav { gap: 15px; }
  .fer-site-header-inner > nav a { display: inline-flex!important; font-size: 11px; }
  .fer-news-grid { grid-template-columns: repeat(2,1fr); }
  .fer-broadcast-match { grid-template-columns: 95px minmax(190px,.75fr) minmax(320px,1.25fr); }
  .fer-footer-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .fer-editorial-hero,
  .fer-broadcast-hero { grid-template-columns: 1fr; gap: 24px; }
  .fer-featured-story { grid-template-columns: 1fr; }
  .fer-featured-story__image { min-height: 270px; }
  .fer-principle-grid,
  .fer-broadcast-guide > div { grid-template-columns: 1fr; }
  .fer-broadcast-date-nav { grid-template-columns: repeat(3,1fr); }
  .fer-broadcast-date-nav label { grid-column: span 3; }
  .fer-broadcast-trust { grid-template-columns: auto 1fr; }
  .fer-broadcast-match { grid-template-columns: 82px 1fr; }
  .fer-broadcast-match > .fer-broadcast-options { grid-column: 1 / -1; }
  .fer-trust-layout { grid-template-columns: 1fr; }
  .fer-trust-aside { position: static; grid-template-columns: repeat(2,1fr); }
  .fer-trust-aside > strong { grid-column: 1 / -1; }
  .fer-legal-table > div { grid-template-columns: 1fr 1fr; }
  .fer-article-layout { grid-template-columns: 1fr; }
  .fer-article-aside { position: static; }
  .fer-footer-intro { grid-template-columns: 1fr; }
  .fer-footer-intro > div { justify-content: flex-start; }
  .fer-footer-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .fer-editorial-hub,
  .fer-broadcast-hub,
  .fer-trust-page { padding-top: 16px; }
  .fer-editorial-hero,
  .fer-broadcast-hero,
  .fer-trust-hero { margin-right: -6px; margin-left: -6px; padding: 28px 22px; border-radius: 16px; }
  .fer-news-grid,
  .fer-related-news > div { grid-template-columns: 1fr; }
  .fer-news-card { display: grid; grid-template-columns: 116px minmax(0,1fr); }
  .fer-news-card__image { height: 100%; min-height: 168px; }
  .fer-news-card > div { min-height: 168px; padding: 14px; }
  .fer-news-card h2 { font-size: 16px; }
  .fer-news-card p { display: none; }
  .fer-broadcast-date-nav { grid-template-columns: repeat(2,1fr); }
  .fer-broadcast-date-nav label { grid-column: span 2; }
  .fer-broadcast-match { grid-template-columns: 70px 1fr; padding: 14px 12px; gap: 10px; }
  .fer-broadcast-match__meta time { font-size: 18px; }
  .fer-broadcast-option,
  .fer-broadcast-panel .fer-broadcast-option { grid-template-columns: 1fr 1fr; }
  .fer-broadcast-option footer { grid-column: 1 / -1; }
  .fer-broadcast-panel { padding: 15px; }
  .fer-broadcast-panel__head { align-items: flex-start; flex-direction: column; }
  .fer-legal-table > div,
  .fer-imprint-list > div { grid-template-columns: 1fr; gap: 5px; }
  .fer-trust-aside { grid-template-columns: 1fr; }
  .fer-trust-aside > strong { grid-column: auto; }
  .fer-editorial-article { width: min(100% - 20px,1180px); }
  .fer-editorial-article > header { padding: 28px 18px; }
  .fer-article-layout { padding: 22px 17px; }
  .fer-article-content { font-size: 17px; }
  .fer-article-content h2 { font-size: 25px; }
  .fer-author-card { align-items: flex-start; }
  .fer-footer-grid { grid-template-columns: repeat(2,1fr); gap: 24px 18px!important; }
  .fer-site-footer--mega { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
}
