:root{--n:#061d3b;--r:#e20b07;--p:#f2f5f8;--m:#66758c}*{box-sizing:border-box}body{margin:0;color:var(--n);font-family:Arial,sans-serif}a{text-decoration:none;color:inherit}header{background:var(--n);color:white}.top,nav,.live,main,footer{max-width:1320px;margin:auto}.top{height:100px;display:flex;align-items:center;gap:36px}.top b,footer b{font-size:40px;color:var(--r);letter-spacing:-2px}.top b span,footer b span{color:white}.top p{padding-left:36px;border-left:1px solid #38516f}.top a{margin-left:auto;background:var(--r);padding:13px 18px;font-weight:bold}nav{display:flex;gap:30px;border-top:1px solid #304766;height:54px;align-items:center;font-weight:bold}.live{padding:17px 0}.live strong{background:var(--r);color:white;padding:6px 10px;margin-right:12px}.hero{display:grid;grid-template-columns:2.2fr 1fr;gap:32px;padding:35px 0 60px}.lead{height:590px;position:relative;color:white;overflow:hidden;background:var(--n)}.lead img{width:100%;height:100%;object-fit:cover;opacity:.8}.lead:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#061d3bf2)}.lead div{position:absolute;z-index:1;bottom:30px;left:30px;right:30px}.lead h1{font-size:42px;line-height:1.05;margin:10px 0}.lead em,.title em,.cards em{font-style:normal;text-transform:uppercase;color:var(--r);font-weight:900;font-size:12px;letter-spacing:1px}.hero aside{border-left:1px solid #dce3ea;padding-left:25px}.hero aside h2{font-size:28px}.hero aside a{display:block;border-top:1px solid #dce3ea;padding:22px 0;font-weight:bold}.hero time{color:var(--r);margin-right:10px}#regio{background:var(--p);padding:55px 32px;max-width:none}#regio>*{max-width:1320px;margin-left:auto;margin-right:auto}.title h2{font-size:38px;margin:6px 0 25px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards article{background:white}.cards img{width:100%;height:240px;object-fit:cover}.cards h3,.cards em{display:block;margin-left:22px;margin-right:22px}.cards em{margin-top:20px}.cards h3{font-size:24px;margin-top:8px;margin-bottom:28px}footer{max-width:none;background:#03152c;color:#bac7d7;padding:48px max(24px,calc((100% - 1320px)/2))}footer p{font-size:14px}footer small{display:block;border-top:1px solid #30435c;margin-top:28px;padding-top:20px}@media(max-width:800px){.top,nav,.live,main{width:calc(100% - 28px)}.top{height:78px}.top b{font-size:30px}.top p{display:none}nav{overflow:auto}.hero{grid-template-columns:1fr}.lead{height:500px}.lead h1{font-size:32px}.hero aside{border-left:0}.cards{grid-template-columns:1fr}}

.image-placeholder,
.card-placeholder { background: #dbe3eb; }
.image-placeholder { position: absolute; inset: 0; }
.card-placeholder { height: 240px; }
.empty-lead { display: flex; align-items: end; padding: 30px; }

.article-page { max-width: 1220px; padding: 65px 24px; }
.article-page > em { font-style: normal; text-transform: uppercase; color: #e20b07; font-weight: 900; font-size: 12px; }
.article-page h1 { max-width: 1100px; font-size: 72px; line-height: 1.02; letter-spacing: -3px; margin: 14px 0 24px; }
.article-page .summary { max-width: 1040px; font-size: 22px; line-height: 1.5; color: #66758c; }
.article-page > small { display: block; margin: 18px 0 42px; font-weight: 700; color: #66758c; }
.article-page figure { width: min(100%, 980px); margin: 28px 0 42px; }
.article-page figure img { display: block; width: 100%; height: auto; max-height: 700px; object-fit: contain; border-radius: 12px; background: #edf1f4; }
.article-page figcaption { padding-top: 10px; font-size: 13px; font-weight: 700; color: #66758c; }
.article-body { max-width: 820px; font-size: 20px; line-height: 1.75; }
.article-body > p:first-child::first-letter { float: left; margin: 5px 10px 0 0; font-size: 68px; line-height: .8; font-weight: 900; color: #061d3b; }
.article-shell { width: min(1520px,calc(100% - 80px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 55px; align-items: start; }
body > main.article-shell { width: min(1520px,calc(100% - 80px)); max-width: none; margin-left: auto; margin-right: auto; }
.article-shell .article-page { width: 100%; max-width: none; margin: 0; padding-left: 0; padding-right: 0; }
.article-ad { position: sticky; top: 28px; margin-top: 75px; padding: 14px; border: 1px solid #dce3ea; background: #f7f9fb; }
.article-ad > span { display: block; margin-bottom: 9px; color: #66758c; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.article-ad a { display: block; }
.article-ad img { display: block; width: 100%; height: auto; max-height: 600px; object-fit: contain; background: #fff; }
.hero aside time { display: block; margin-bottom: 5px; font-size: 11px; }

/* De hoofdfoto blijft helder; onderaan ontstaat contrast voor de witte tekst. */
.lead img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.lead::after { content: "" !important; position: absolute !important; z-index: 10 !important; inset: 0 !important; display: block !important; pointer-events: none; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,.38) 48%, rgba(0,0,0,.76) 62%, rgba(0,0,0,.94) 78%, rgba(0,0,0,.98) 100%) !important; }
.lead .lead-overlay { position: absolute; z-index: 11; inset: 0; display: block; pointer-events: none; background: linear-gradient(to bottom, transparent 38%, rgba(0,0,0,.28) 49%, rgba(0,0,0,.62) 64%, rgba(0,0,0,.9) 82%, rgba(0,0,0,.96)); }
.lead div { z-index: 20; text-shadow: 0 2px 12px rgba(0,0,0,.85); }

/* Voorpagina: hoofdverhaal, twee uitgelichte berichten en Net binnen. */
body > header .top,
body > header nav,
body > .live { width: min(1520px,calc(100% - 80px)); max-width: none; }
body { overflow-x: hidden; }
body > main:not(.article-page):not(.article-shell):not(.contact-page):not(.legal-page) { width: 100%; max-width: none; margin: 0; }
.home-grid { width: min(1520px,calc(100% - 80px)); margin: auto; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(330px,1fr) minmax(300px,.9fr); gap: 28px; padding: 48px 0 72px; background: #fff; }
.home-grid .lead { height: 620px; }
.home-grid .lead h1 { max-width: 700px; font-size: 46px; font-weight: 700; }
.home-grid .lead p { max-width: 700px; margin: 14px 0 20px; font-size: 17px; line-height: 1.45; }
.home-grid .lead small { font-weight: 700; }
.middle-news { display: flex; flex-direction: column; gap: 0; }
.middle-story { display: grid; grid-template-columns: 42% 1fr; gap: 18px; min-height: 190px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid #dce3ea; }
.middle-story img,.middle-placeholder { width: 100%; height: 100%; min-height: 165px; object-fit: cover; background: #dbe3eb; }
.middle-story em,.text-feature em,.latest-news em { color: #e20b07; font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.middle-story h2 { margin: 10px 0 16px; font-size: 25px; line-height: 1.08; }
.middle-story time { color: #66758c; font-size: 14px; }
.text-feature { display: block; margin-top: 6px; padding: 28px; background: #f2f5f8; }
.text-feature h2 { margin: 12px 0 10px; font-size: 26px; line-height: 1.12; }
.text-feature p { margin: 0; color: #66758c; font-size: 17px; line-height: 1.45; }
.traffic-widget { margin-top: 6px; padding: 23px 26px; background: #f2f5f8; }
.traffic-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.traffic-title span { color: #e20b07; font-size: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.traffic-title a { color: #e20b07; font-size: 12px; font-weight: 800; }
.traffic-item { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid #d5dee7; }
.traffic-item time { color: #e20b07; font-size: 13px; font-weight: 900; }
.traffic-item strong { font-size: 15px; line-height: 1.25; }
.traffic-widget > p { margin: 14px 0 0; color: #66758c; line-height: 1.4; }
.latest-news { padding-left: 30px; border-left: 1px solid #dce3ea; }
.latest-news h2 { display: flex; align-items: center; gap: 14px; margin: 4px 0 24px; font-size: 32px; font-weight: 500; }
.latest-news h2 i { display: inline-block; width: 44px; height: 4px; background: #e20b07; }
.latest-news > a:not(.all-news) { display: grid; grid-template-columns: 68px 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid #dce3ea; }
.latest-news > a > time { color: #e20b07; font-size: 18px; font-weight: 900; }
.latest-news span { display: block; }
.latest-news span em { display: block; margin-bottom: 8px; color: #66758c; }
.latest-news span strong { display: block; font-size: 17px; line-height: 1.35; }
.latest-news .all-news { display: block; padding: 20px 0; border-top: 3px solid #061d3b; color: #e20b07; font-weight: 900; }
#meer-nieuws { width: 100%; max-width: none; margin: 0; padding: 55px 0; background: #f2f5f8; }
#meer-nieuws > .title,#meer-nieuws > .cards { width: min(1520px,calc(100% - 80px)); margin-left: auto; margin-right: auto; }

@media (max-width: 800px) {
  .article-shell { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 0; }
  body > main.article-shell { width: calc(100% - 36px); }
  .article-shell .article-page { padding-left: 0; padding-right: 0; }
  .article-ad { position: static; margin: 0 0 50px; }
  .article-ad { text-align: center; }
  .article-ad a { width: fit-content; max-width: 100%; margin: 0 auto; }
  .article-ad img { width: auto; max-width: 100%; max-height: 360px; margin: 0 auto; }
  .article-page { padding: 40px 18px; }
  .article-page h1 { font-size: 42px; letter-spacing: -1.5px; }
  .article-page .summary { font-size: 18px; }
  .article-page figure { width: 100%; }
  .article-page figure img { max-height: none; }
  .article-body { font-size: 18px; }
  .home-grid { grid-template-columns: 1fr; padding: 20px 0 45px; }
  .home-grid .lead { height: 470px; }
  .home-grid .lead div { bottom: 22px; left: 20px; right: 20px; }
  .home-grid .lead h1 { display: -webkit-box; overflow: hidden; margin-bottom: 14px; font-size: 29px; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .home-grid .lead p { display: none; }
  .middle-story { grid-template-columns: 42% 1fr; }
  .middle-story h2 { font-size: 21px; }
  .latest-news { padding-left: 0; border-left: 0; }
}

@media (min-width: 801px) and (max-width: 1150px) {
  .home-grid { grid-template-columns: 1.35fr 1fr; }
  .latest-news { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .latest-news > a:not(.all-news) { grid-template-columns: 80px 1fr; }
}

/* Nieuws uit jouw regio */
.region-band { width: 100%; max-width: none; margin: 0; padding: 72px 0; background: #f2f5f8; }
.region-band > .section-heading,.region-band > .region-layout { width: min(1520px,calc(100% - 80px)); margin-left: auto; margin-right: auto; }
.section-heading,.sport-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading em,.sport-heading em,.newsletter-band em { color: #e20b07; font-style: normal; font-size: 12px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.section-heading h2,.sport-heading h2 { margin: 10px 0 0; font-size: 40px; font-weight: 500; }
.region-picker label { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.region-picker select { min-width: 170px; padding: 9px 32px 9px 12px; border: 1px solid #c9d3dd; border-radius: 5px; background: white; }
.region-layout { display: grid; grid-template-columns: 1.15fr .95fr; gap: 30px; }
.region-feature { display: grid; grid-template-columns: 55% 1fr; min-height: 390px; background: white; }
.region-feature img,.region-placeholder { width: 100%; height: 100%; object-fit: cover; background: #dbe3eb; }
.region-feature > div { padding: 34px; }
.region-feature em { color: #e20b07; font-style: normal; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.region-feature h3 { margin: 18px 0; font-size: 34px; line-height: 1.12; font-weight: 500; }
.region-feature p { color: #66758c; font-size: 18px; line-height: 1.5; }
.region-list { padding: 10px 30px; background: white; }
.region-list a { display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 16px; min-height: 82px; border-bottom: 1px solid #d8e0e8; }
.region-list b,.region-list span { color: #e20b07; }
.region-list strong { font-size: 18px; line-height: 1.3; }

/* Sport, nieuwsbrief en uitgebreide footer */
.sport-band { width: 100%; max-width: none; margin: 0; padding: 70px 0; background: #061d3b; color: white; }
.sport-inner { width: min(1520px,calc(100% - 80px)); margin: auto; }
.sport-heading em { color: #ee1712; }
.sport-heading h2 { color: white; }
.sport-heading > a { color: white; font-weight: 800; }
.sport-grid { display: grid; grid-template-columns: 1.7fr .9fr .9fr; gap: 22px; }
.sport-lead { position: relative; display: block; min-height: 360px; overflow: hidden; }
.sport-lead img,.sport-placeholder { width: 100%; height: 100%; min-height: 360px; object-fit: cover; background: #17375e; }
.sport-lead::after { content:""; position:absolute; inset:18% 0 0; background:linear-gradient(transparent,rgba(6,29,59,.55) 52%,rgba(3,21,44,.98)); }
.sport-lead > div { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 25px; }
.sport-lead em,.analysis-card em { color: #ff352f; font-style: normal; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.sport-lead h3 { margin: 10px 0 0; color: white; font-size: 30px; line-height: 1.14; font-weight: 500; }
.score-card,.analysis-card { display: flex; flex-direction: column; padding: 32px; border-top: 4px solid #e20b07; background: #17375e; color: white; }
.score-card small { margin-bottom: 38px; color: #b9c5d4; text-transform: uppercase; }
.score-card strong { font-size: 25px; }
.score-card i { margin: 25px 0; color: #e20b07; font-size: 26px; font-style: normal; }
.score-card span { margin-top: auto; color: #b9c5d4; }
.analysis-card h3 { margin: 16px 0 8px; color: white; font-size: 26px; line-height: 1.16; font-weight: 500; }
.analysis-card p { color: #b9c5d4; font-size: 17px; line-height: 1.45; }
.newsletter-band { position: relative; width: 100%; max-width: none; margin: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 44px max(40px,calc((100% - 1520px)/2)); background: #e20b07; color: white; }
.newsletter-band em { color: white; }
.newsletter-band h2 { margin: 10px 0 8px; color: white; font-size: 36px; font-weight: 500; }
.newsletter-band p { margin: 0; }
.newsletter-band form { display: flex; min-width: 440px; }
.newsletter-band input { flex: 1; padding: 18px; border: 0; background: rgba(255,255,255,.16); color: white; font-size: 16px; }
.newsletter-band input::placeholder { color: rgba(255,255,255,.75); }
.newsletter-band button { padding: 18px 30px; border: 0; background: #061d3b; color: white; font-weight: 900; }
.newsletter-notice { position: absolute; right: 40px; bottom: 12px; font-size: 12px; }
.site-footer { width: 100%; max-width: none; margin: 0; padding: 58px 0 24px; background: #061d3b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr .8fr 1.2fr; gap: 50px; }
.footer-grid,.footer-bottom { width: min(1520px,calc(100% - 80px)); margin-left: auto; margin-right: auto; }
.footer-grid > div:first-child b { font-size: 24px; }
.footer-grid > div:first-child b span { color: white; }
.footer-grid > div:first-child b { color: #e20b07; }
.footer-grid h3 { margin: 0 0 18px; font-size: 16px; }
.footer-grid p,.footer-grid a { display: block; margin: 0 0 12px; color: #bec9d6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid #29415e; color: #bec9d6; }
.site-footer .footer-bottom small { display: block; margin: 0; padding: 0; border: 0; color: #bec9d6; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Delen onder een nieuwsbericht */
.share-section { max-width: 820px; margin-top: 55px; padding-top: 30px; border-top: 3px solid #061d3b; }
.share-section h2 { margin: 0 0 20px; font-size: 24px; }
.share-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.share-buttons button { padding: 12px 18px; border: 1px solid #d1dae3; border-radius: 5px; background: #f1f4f7; color: #061d3b; font-weight: 800; cursor: pointer; }
.share-buttons button:first-child,.share-buttons button:nth-child(2) { background: #e20b07; border-color: #e20b07; color: white; }
.share-buttons button:hover { transform: translateY(-1px); }
.copy-status { min-height: 20px; margin-top: 10px; color: #16834f; font-weight: 700; }
.article-tags { display: flex; flex-wrap: wrap; gap: 9px; max-width: 820px; margin: 35px 0 0; padding: 0; list-style: none; }
.article-tags a { display: block; padding: 8px 12px; border: 1px solid #d1dae3; border-radius: 999px; background: #f2f5f8; color: #061d3b; font-size: 13px; font-weight: 800; }
.article-tags a:hover { border-color: #e20b07; color: #e20b07; }

/* Reclameblokken tussen de onderdelen van de voorpagina */
.advertisement-band { width: 100%; margin: 0; padding: 22px 0; background: #fff; }
.advertisement-inner { position: relative; width: min(1520px,calc(100% - 80px)); margin: auto; text-align: left; }
.advertisement-inner > span { display: block; margin-bottom: 7px; color: #7b8797; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; }
.advertisement-inner a { display: block; width: fit-content; max-width: 100%; }
.advertisement-inner img { display: block; width: auto; max-width: 100%; max-height: 260px; object-fit: contain; object-position: left center; margin: 0; background: transparent; }

/* Contact en Tip de redactie */
.contact-page { width: min(1520px,calc(100% - 80px)); max-width: none; margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 75px 0 90px; }
.contact-intro em { color: #e20b07; font-style: normal; font-size: 12px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.contact-intro h1 { margin: 14px 0 22px; font-size: 64px; line-height: 1; letter-spacing: -2px; }
.contact-intro > p { max-width: 560px; color: #66758c; font-size: 21px; line-height: 1.55; }
.contact-details { display: flex; flex-direction: column; gap: 9px; margin-top: 38px; padding-top: 25px; border-top: 3px solid #061d3b; }
.contact-details a { color: #e20b07; font-weight: 800; }
.contact-card { padding: 36px; background: #f2f5f8; }
.contact-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-card .wide { grid-column: 1 / -1; }
.contact-card input,.contact-card textarea { width: 100%; padding: 15px; border: 1px solid #cbd5df; border-radius: 3px; background: white; color: #061d3b; font: inherit; text-transform: none; }
.contact-card textarea { resize: vertical; }
.contact-card button { padding: 17px 24px; border: 0; background: #e20b07; color: white; font-size: 16px; font-weight: 900; cursor: pointer; }
.contact-card .consent { color: #66758c; font-weight: 400; text-transform: none; }
.form-notice { margin-bottom: 25px; padding: 16px; border-left: 4px solid #16834f; background: white; color: #0b6240; font-weight: 800; }
.website-field { position: absolute !important; left: -9999px !important; }

/* Copyright, privacy, cookies en voorwaarden */
.legal-page { width: min(1180px,calc(100% - 80px)); max-width: none; margin: auto; padding: 75px 0 95px; }
.legal-intro { padding-bottom: 40px; border-bottom: 4px solid #061d3b; }
.legal-intro em { color: #e20b07; font-style: normal; font-size: 12px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.legal-intro h1 { margin: 14px 0 22px; font-size: 64px; line-height: 1; letter-spacing: -2px; }
.legal-intro > p { max-width: 850px; color: #66758c; font-size: 21px; line-height: 1.55; }
.legal-intro small { display: block; margin-top: 24px; color: #66758c; font-weight: 700; }
.legal-sections { max-width: 900px; padding-top: 28px; }
.legal-sections section { padding: 24px 0; border-bottom: 1px solid #d7e0e8; }
.legal-sections h2 { margin: 0 0 10px; font-size: 24px; }
.legal-sections p { margin: 0; color: #3f5068; font-size: 17px; line-height: 1.7; }
.site-footer .footer-bottom a { color: inherit; }
.site-footer .footer-bottom a:hover { color: #fff; }

@media (max-width: 800px) {
  body > header .top,
  body > header nav,
  body > .live,
  body > main:not(.article-page):not(.article-shell):not(.contact-page):not(.legal-page) { width: 100%; }
  body > header .top,body > header nav,body > .live,.home-grid,
  #meer-nieuws > .title,#meer-nieuws > .cards,
  .region-band > .section-heading,.region-band > .region-layout,
  .sport-inner,.footer-grid,.footer-bottom { width: calc(100% - 36px); }
  .home-grid { padding-left: 0; padding-right: 0; }
  #meer-nieuws,.region-band,.sport-band { padding-left: 0; padding-right: 0; }
  .newsletter-band { padding-left: 18px; padding-right: 18px; }
  .section-heading,.sport-heading { align-items: start; flex-direction: column; }
  .section-heading h2,.sport-heading h2 { font-size: 32px; }
  .region-layout,.sport-grid { grid-template-columns: 1fr; }
  .region-feature { grid-template-columns: 1fr; }
  .region-feature img,.region-placeholder { height: 280px; }
  .region-feature > div { padding: 25px; }
  .region-feature h3 { font-size: 28px; }
  .region-list { padding: 5px 20px; }
  .sport-lead,.sport-lead img,.sport-placeholder { min-height: 330px; }
  .score-card,.analysis-card { min-height: 260px; }
  .newsletter-band { grid-template-columns: 1fr; gap: 25px; }
  .newsletter-band form { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .contact-page { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 35px; padding: 45px 0 60px; }
  .contact-intro h1 { font-size: 44px; }
  .contact-card { padding: 24px 18px; }
  .contact-card form { grid-template-columns: 1fr; }
  .contact-card label,.contact-card .wide { grid-column: 1; }
  .legal-page { width: calc(100% - 36px); padding: 45px 0 65px; }
  .legal-intro h1 { font-size: 44px; }
  .advertisement-inner { width: calc(100% - 36px); }
  .advertisement-inner { text-align: center; }
  .advertisement-inner a { margin-left: auto; margin-right: auto; }
  .advertisement-inner img { margin-left: auto; margin-right: auto; }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .region-layout { grid-template-columns: 1fr; }
  .sport-grid { grid-template-columns: 1.35fr 1fr; }
  .analysis-card { grid-column: 1 / -1; }
}
