/* BDAllNews24 logo palette */
:root{--navy:#202b25;--teal:#08783e;--brand-green:#08783e;--brand-red:#cf202b;--line:#dfe7e1}
.nav-shell{background:var(--brand-green);border-bottom:3px solid var(--brand-red)}
.navigation a:hover,.navigation a.active{background:var(--brand-red);color:#fff}
.ticker b{background:var(--brand-red)}
.live-dot{background:var(--brand-red)}
.section-label{border-top-color:var(--brand-green);color:var(--brand-green)}
.tabs{border-bottom-color:var(--brand-green)}
.tabs [aria-selected=true]{background:var(--brand-green);color:#fff}
.category h2{border-top-color:var(--brand-green)}
.category-heading{border-bottom-color:var(--brand-green)}
.related{border-top-color:var(--brand-green)}
footer{background:#103d28;border-top:4px solid var(--brand-red)}
footer .brand span,footer a:hover{color:#8fe0ac}
footer p{color:#d8e8de}.footer-bottom{border-top-color:#39644a;color:#d8e8de}
.article-meta button:hover,.pagination a:hover{background:var(--brand-green);border-color:var(--brand-green);color:#fff}
a:focus-visible,button:focus-visible{outline-color:var(--brand-red)}
.discover a{background:#f0f7f2}

/* Readable edition switch and footer utilities */
.utility{font-size:15px;line-height:1.6;gap:16px;padding:14px 0;color:#405348;flex-wrap:wrap}
.utility .edition{display:inline-flex;align-items:center;gap:4px;padding:5px;border:1px solid #cbded1;border-radius:12px;background:#f3f8f4;box-shadow:0 2px 8px #103d280a}
.utility .edition a,.utility .edition b{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:6px 20px;border-radius:8px;font-size:18px;line-height:1.4;font-weight:700;text-decoration:none}
.utility .edition a{color:#126b3d;background:#fff}
.utility .edition b{color:#fff;background:#08783e;box-shadow:0 2px 5px #103d2820}
.utility .edition a:hover{color:#a91720;background:#fff0f0}
.utility .edition a:focus-visible,.footer-bottom a:focus-visible{outline:3px solid #cf202b;outline-offset:3px}
.footer-bottom{font-size:15px;line-height:1.7;align-items:center;flex-wrap:wrap;gap:12px 20px;padding-top:22px}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid #618370;border-radius:8px;font-size:17px;font-weight:600;color:#fff;background:#ffffff08;text-decoration:none}
.footer-bottom a:hover{background:#ffffff18;border-color:#b6d8c3}
@media(max-width:600px){.utility{font-size:14px;gap:10px;padding:12px 0}.utility>span:first-child{flex-basis:100%}.utility .edition{margin-left:auto}.utility .edition a,.utility .edition b{font-size:18px;padding:7px 22px}.footer-bottom{font-size:14px;gap:10px}.footer-bottom a{font-size:16px}.footer-bottom>span{flex-basis:100%;order:5}}

/* Compact masthead: logo and edition controls share one row. */
header.wrap .masthead.compact-masthead{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;margin:0;min-height:0}
.compact-masthead>.brand{flex:0 1 333px;min-width:0}
.compact-masthead .utility{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:9px;border:0;padding:0;margin:0;flex:0 0 auto}
.compact-masthead .utility .edition{margin:0}
.compact-masthead .header-date{font-size:14px;font-weight:400;line-height:1.5;color:#58675f;letter-spacing:.1px;flex-basis:auto}
@media(max-width:600px){header.wrap .masthead.compact-masthead{gap:12px;padding:18px 0;flex-wrap:wrap}.compact-masthead>.brand{flex:1 1 155px;max-width:210px}.compact-masthead .utility{gap:6px;flex:0 1 auto}.compact-masthead .utility .edition{padding:3px;border-radius:9px}.compact-masthead .utility .edition a,.compact-masthead .utility .edition b{font-size:15px;padding:5px 10px;min-height:40px}.compact-masthead .header-date{font-size:11px;max-width:165px;text-align:right;flex-basis:auto}}

/* Centered newspaper masthead */
.reference-masthead{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"date . social" "stores logo language";align-items:center;gap:20px 24px;padding:20px 0 24px}
.reference-masthead .header-date{grid-area:date;font-size:14px;color:#59665e;line-height:1.5}
.reference-masthead>.brand{grid-area:logo;justify-self:center}
.reference-masthead .social-icons{grid-area:social;display:flex;gap:10px;justify-content:flex-end;align-items:center}
.social-icons img{width:28px;height:28px;object-fit:contain;display:block}
.store-badges{grid-area:stores;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.store-badges a{display:inline-flex;align-items:center;min-height:44px}
.store-badges img{display:block;width:112px;height:auto;max-height:38px;object-fit:contain}
.reference-masthead .language-link{grid-area:language;justify-self:end;background:#08783e;color:#fff;border-radius:6px;min-height:44px;padding:9px 22px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;text-decoration:none}
.reference-masthead .language-link:hover{background:#065a2f}.reference-masthead a:focus-visible{outline:3px solid #cf202b;outline-offset:4px}
@media(max-width:700px){.reference-masthead{grid-template-columns:1fr 1fr;grid-template-areas:"date social" "logo logo" "stores language";gap:12px;padding:14px 0 18px}.reference-masthead .header-date{font-size:12px}.reference-masthead>.brand img{max-width:260px!important}.store-badges{gap:5px;flex-wrap:nowrap}.store-badges img{width:88px;max-height:32px}.reference-masthead .language-link{font-size:16px;padding:8px 16px}.social-icons img{width:25px;height:25px}}

/* Subtle date badge */
.reference-masthead .header-date{justify-self:start;display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid #d7e5dc;border-radius:8px;background:linear-gradient(135deg,#f2f8f4,#fbfdfb);color:#345441;font-size:13px;font-weight:500;line-height:1.5;box-shadow:0 2px 5px #103d2806}
.reference-masthead .header-date:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#08783e}
@media(max-width:700px){.reference-masthead .header-date{font-size:11px;padding:6px 8px;gap:6px;white-space:nowrap}.reference-masthead{grid-template-columns:minmax(0,1fr) auto}}

/* Align logo across both header rows and tighten navigation spacing. */
.reference-masthead{grid-template-areas:"date logo social" "stores logo language";gap:12px 24px;padding:18px 0 14px}
.reference-masthead>.brand{align-self:end}
.reference-masthead .store-badges,.reference-masthead .language-link{align-self:end}
.reference-masthead .header-date{background:#08783e;border-color:#08783e;color:#fff;box-shadow:none}
.reference-masthead .header-date:before{background:#c9efd8}
@media(max-width:700px){.reference-masthead{grid-template-areas:"date social" "logo logo" "stores language";gap:10px;padding:12px 0}.reference-masthead>.brand{align-self:center}}
