.site-footer {
    background: var(--dark);
    color: #dbe7f4;
    padding: 34px max(22px, calc((100vw - var(--max)) / 2));
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-left,
.site-footer-right,
.site-footer-column {
    flex: 1;
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.site-footer-brand:hover {
    text-decoration: none;
}

.site-footer-logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    overflow: hidden;
}

.site-footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.site-footer p {
    margin: 0;
    max-width: 520px;
    color: #aebdd0;
    font-size: 15px;
    line-height: 1.7;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-weight: 700;
    font-size: 14px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.site-footer li {
    margin: 0;
}

.site-footer a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.2s ease;
}

.site-footer a:hover {
    color: #9fc8ff;
    text-decoration: none;
}

.site-footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #93a6bc;
    font-size: 14px;
}

.site-footer-bottom a {
    color: #cfe3ff;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
}

.site-footer-social a:hover {
    background: rgba(255, 255, 255, 0.16);
}

.site-footer-wrap {
    width: 100%;
}

@media (max-width: 860px) {
    .site-footer {
        flex-direction: column;
        gap: 26px;
        padding: 30px 22px;
    }

    .site-footer-left,
    .site-footer-right,
    .site-footer-column {
        width: 100%;
    }

    .site-footer p {
        max-width: 100%;
    }

    .site-footer nav,
    .site-footer ul {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

@media (max-width: 560px) {
    .site-footer {
        padding: 26px 16px;
        gap: 22px;
    }

    .site-footer-brand {
        font-size: 20px;
    }

    .site-footer-logo {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .site-footer nav,
    .site-footer ul {
        grid-template-columns: 1fr;
    }

    .site-footer-bottom {
        font-size: 13px;
    }

    .site-footer-social {
        gap: 10px;
    }

    .site-footer-social a {
        width: 34px;
        height: 34px;
    }
}

/* Footer responsible-gambling resources and legal copy */
.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 0.8fr) minmax(260px, 1fr);
    gap: 30px;
    align-items: start;
}

.site-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.responsible-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.responsible-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
}

.responsible-button:hover,
.responsible-button:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
}

.site-footer-legal {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 10px;
}

.site-footer-legal p {
    max-width: 980px;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer-legal a {
    color: #cfe3ff;
    font-weight: 800;
}

.internal-link {
    color: var(--brand);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.internal-link:hover {
    color: var(--brand-dark, #8f0d17);
    text-decoration-thickness: 3px;
}

.internal-link:focus-visible {
    outline: 3px solid rgba(193, 18, 31, 0.28);
    outline-offset: 3px;
    border-radius: 6px;
}

.related-links {
    background: linear-gradient(135deg, #ffffff, #f4f8fc);
}

@media (max-width: 860px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .responsible-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .responsible-links {
        grid-template-columns: 1fr;
    }

    .responsible-button {
        width: 100%;
    }
}

/* Shared footer brand layout support */
.site-footer-wrap {
    width: 100%;
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.site-footer-brand:hover {
    text-decoration: none;
}

.site-footer-logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    overflow: hidden;
}

.site-footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
}


/* Portuguese palette and responsive image refinements */

:root{--pt-red:#a4122a;--pt-dark-red:#5d081c;--pt-green:#007445;--pt-gold:#d6a42a;--pt-cream:#fff7e6;--pt-ink:#201014;--pt-muted:#6a555b;--pt-card:#ffffff;--pt-border:#ead7b0;--primary:var(--pt-red);--accent:var(--pt-green);--gold:var(--pt-gold);}
body{background:linear-gradient(180deg,var(--pt-cream),#fff);color:var(--pt-ink)}
.site-header,.main-header{background:linear-gradient(90deg,var(--pt-dark-red),var(--pt-red) 52%,var(--pt-green));border-bottom:4px solid var(--pt-gold)}
.site-footer{background:linear-gradient(135deg,var(--pt-dark-red),#22040c);border-top:4px solid var(--pt-gold)}
.brand,.site-footer-brand,.main-nav a,.nav-dropdown-toggle{color:#fff!important}.brand-mark,.site-footer-logo{background:#fff7e6;border:2px solid var(--pt-gold)}
a{color:var(--pt-red)}a:hover{color:var(--pt-green)}.button,.btn,.primary{background:linear-gradient(135deg,var(--pt-red),var(--pt-dark-red));color:#fff!important;border:1px solid var(--pt-gold)}.button.secondary{background:rgba(255,255,255,.16);border-color:#fff;color:#fff!important}.button:focus,.menu-toggle:focus,a:focus{outline:3px solid var(--pt-gold);outline-offset:3px}.cta,.content-section,.toc,.breadcrumbs,.card,table{border-color:var(--pt-border)!important}.cta{background:linear-gradient(135deg,rgba(164,18,42,.08),rgba(0,116,69,.10))}.eyebrow,.badge,.label{color:var(--pt-green);border-color:var(--pt-gold)}.pill{border:1px solid var(--pt-border);background:#fff;color:var(--pt-red)}.pill:hover{background:var(--pt-green);color:#fff}.section-image{background:linear-gradient(135deg,#fff7e6,#f7efd9);border-radius:24px;padding:12px}.section-image img,.home-main img,main img{object-fit:contain;max-width:100%;height:auto}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,2.5rem);align-items:center}.check-list li::marker{color:var(--pt-green)}table th{background:var(--pt-dark-red);color:#fff}table td,table th{border-color:var(--pt-border)}@media(max-width:800px){.split-section{grid-template-columns:1fr}.main-nav{background:var(--pt-dark-red)}}


/* FINAL ACCESSIBILITY + NAVIGATION OVERRIDES */
.nav-dropdown-menu,
.nav-dropdown-menu--groups,
.nav-dropdown-menu--host-cities,
.nav-dropdown-menu--teams,
.nav-dropdown-menu--stadiums{
  background: linear-gradient(135deg, #6f0b20 0%, #a4122a 58%, #0b6b4f 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(214,164,42,.55) !important;
  box-shadow: 0 24px 62px rgba(18,10,18,.34) !important;
}
.nav-dropdown-menu > div,
.nav-dropdown-grid,
.nav-dropdown-grid--host-cities,
.nav-dropdown-grid--stadiums{
  background: transparent !important;
}
.nav-dropdown-menu a,
.nav-dropdown-menu .nav-dropdown-grid a,
.nav-dropdown-grid a,
.nav-dropdown-menu a:visited{
  color: #ffffff !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-grid a:hover,
.nav-dropdown-menu a:focus,
.nav-dropdown-grid a:focus{
  color: #ffffff !important;
  background: rgba(255,255,255,.18) !important;
}
.nav-dropdown-menu a *,.nav-dropdown-grid a *{color:#ffffff !important}
.cta{
  background: linear-gradient(135deg, #fff7f4 0%, #f1faf5 100%) !important;
  color: #162335 !important;
  border: 1px solid rgba(214,164,42,.45) !important;
}
.cta h2,.cta h3,.cta strong{color:#8f0d17 !important}
.cta p,.cta li,.cta span{color:#223246 !important}
.cta a.button:not(.primary),
.cta .button:not(.primary){background:linear-gradient(135deg,#8f0d17,#a4122a) !important;color:#fff !important;border-color:#d6a42a !important}
.extra-cta-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.extra-cta-grid .button,.extra-cta-grid .resource-link{display:inline-flex;align-items:center;justify-content:center}
.page-extension{margin-top:30px}
.page-extension .resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
@media (max-width:860px){.page-extension .resource-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.page-extension .resource-grid{grid-template-columns:1fr}}



/* FINAL INLINE FIXES: green dropdowns, readable CTA, compact footer */
.site-header .nav-dropdown-menu,
.site-header .nav-dropdown-menu--groups,
.site-header .nav-dropdown-menu--host-cities,
.site-header .nav-dropdown-menu--teams,
.site-header .nav-dropdown-menu--stadiums {
    background: #006A44 !important;
    background-color: #006A44 !important;
    color: #ffffff !important;
    border: 2px solid #D6A42A !important;
    box-shadow: 0 24px 68px rgba(0, 0, 0, .38) !important;
    opacity: 1 !important;
}
.site-header .nav-dropdown-menu *,
.site-header .nav-dropdown-grid,
.site-header .nav-dropdown-grid--host-cities,
.site-header .nav-dropdown-grid--stadiums {
    background-color: transparent !important;
}
.site-header .nav-dropdown-menu a,
.site-header .nav-dropdown-grid a,
.site-header .main-nav .nav-dropdown-menu a {
    color: #ffffff !important;
    background: rgba(0, 70, 45, .72) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    text-shadow: none !important;
}
.site-header .nav-dropdown-menu a:hover,
.site-header .nav-dropdown-grid a:hover,
.site-header .nav-dropdown-menu a:focus,
.site-header .nav-dropdown-grid a:focus {
    color: #ffffff !important;
    background: #A4122A !important;
    text-decoration: none !important;
}
.cta, section.cta, .global-extra-cta {
    background: linear-gradient(135deg, #fff8f2 0%, #eef8f1 100%) !important;
    color: #101820 !important;
    border: 1px solid rgba(214,164,42,.55) !important;
}
.cta h1, .cta h2, .cta h3, .cta p, .cta li, .cta span, section.cta h2, section.cta p, .global-extra-cta h2, .global-extra-cta p {
    color: #101820 !important;
    text-shadow: none !important;
}
.cta h2, section.cta h2, .global-extra-cta h2 {
    color: #111111 !important;
}
.cta .button, .global-extra-cta .button {
    color: #ffffff !important;
    background: linear-gradient(135deg, #A4122A, #6F0B20) !important;
    border: 1px solid #D6A42A !important;
}
.page-shell .page-extension, .page-shell .global-extra-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.extra-cta-grid, .site-footer-column ul, .site-footer nav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
    align-items: center !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.extra-cta-grid .button { display: inline-flex !important; }
.site-footer {
    padding: 32px 22px !important;
}
.site-footer-inner {
    width: min(1120px, calc(100vw - 44px)) !important;
    margin: 0 auto !important;
}
.site-footer-main {
    display: grid !important;
    grid-template-columns: minmax(260px, 1.1fr) minmax(360px, 1.4fr) minmax(260px, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
}
.site-footer-column ul li { margin: 0 !important; }
.site-footer-column ul a, .site-footer nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}
.site-footer-column ul a:hover, .site-footer nav a:hover {
    background: rgba(255,255,255,.18) !important;
    text-decoration: none !important;
}
.site-footer-legal {
    margin-top: 24px !important;
}
.resource-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 12px !important;
}
.resource-link {
    text-decoration: none !important;
}
@media (max-width: 960px) {
    .site-footer-main { grid-template-columns: 1fr !important; }
    .resource-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 560px) {
    .resource-grid { grid-template-columns: 1fr !important; }
}



/* FINAL V5 FIX: compact one-line header, green dropdowns, stable hover, readable CTA, centered content */
:root{--site-max:1120px;--pt-green-flag:#006A44;--pt-red-flag:#A4122A;--pt-gold-flag:#D6A42A;}
.site-header{
  min-height:64px !important;
  padding:8px max(14px,calc((100vw - var(--site-max))/2)) !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  overflow:visible !important;
}
.site-header .brand{flex:0 0 auto !important;max-width:280px !important;gap:8px !important;min-width:0 !important;}
.site-header .brand-mark{width:32px !important;height:32px !important;flex:0 0 32px !important;}
.site-header .brand span{font-size:13px !important;line-height:1.12 !important;letter-spacing:-.02em !important;}
.site-header .main-nav{
  margin-left:auto !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:9px !important;
  white-space:nowrap !important;
  min-width:0 !important;
  max-width:calc(100vw - 360px) !important;
  overflow:visible !important;
  font-size:11.5px !important;
  line-height:1.1 !important;
}
.site-header .main-nav > a,
.site-header .nav-dropdown-toggle{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  padding:4px 0 !important;
  font-size:11.5px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  color:#fff !important;
}
.site-header .nav-dropdown-toggle::after{margin-left:4px !important;font-size:9px !important;}
.site-header .nav-dropdown{position:relative !important;display:inline-flex !important;align-items:center !important;overflow:visible !important;}
.site-header .nav-dropdown::after{content:"";display:block;position:absolute;left:-14px;right:-14px;top:100%;height:26px;z-index:1198;}
.site-header .nav-dropdown-menu,
.site-header .nav-dropdown-menu--groups,
.site-header .nav-dropdown-menu--host-cities,
.site-header .nav-dropdown-menu--teams,
.site-header .nav-dropdown-menu--stadiums{
  background:#006A44 !important;
  background-color:#006A44 !important;
  background-image:none !important;
  color:#fff !important;
  border:2px solid #D6A42A !important;
  box-shadow:0 24px 70px rgba(0,0,0,.42) !important;
  border-radius:16px !important;
  padding:12px !important;
  z-index:1300 !important;
  opacity:1 !important;
  overflow:auto !important;
}
.site-header .nav-dropdown-menu--host-cities,
.site-header .nav-dropdown-menu--teams,
.site-header .nav-dropdown-menu--stadiums{
  position:fixed !important;
  top:64px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  max-height:calc(100vh - 86px) !important;
}
.site-header .nav-dropdown-menu--host-cities{width:min(680px,calc(100vw - 40px)) !important;}
.site-header .nav-dropdown-menu--teams{width:min(920px,calc(100vw - 40px)) !important;}
.site-header .nav-dropdown-menu--stadiums{width:min(760px,calc(100vw - 40px)) !important;}
.site-header .nav-dropdown-menu--groups{position:absolute !important;top:calc(100% + 12px) !important;left:0 !important;min-width:210px !important;}
.site-header .nav-dropdown:hover .nav-dropdown-menu,
.site-header .nav-dropdown.is-open .nav-dropdown-menu{display:block !important;}
.site-header .nav-dropdown-menu *,
.site-header .nav-dropdown-grid,
.site-header .nav-dropdown-grid--host-cities,
.site-header .nav-dropdown-grid--stadiums{background:transparent !important;background-color:transparent !important;}
.site-header .nav-dropdown-grid{display:grid !important;gap:8px !important;}
.site-header .nav-dropdown-menu--teams .nav-dropdown-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.site-header .nav-dropdown-grid--host-cities,
.site-header .nav-dropdown-grid--stadiums{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
.site-header .nav-dropdown-menu a,
.site-header .nav-dropdown-grid a,
.site-header .main-nav .nav-dropdown-menu a{
  color:#ffffff !important;
  background:rgba(0,70,45,.82) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:10px !important;
  padding:9px 11px !important;
  line-height:1.25 !important;
  font-size:12px !important;
  font-weight:800 !important;
  text-shadow:none !important;
  white-space:normal !important;
}
.site-header .nav-dropdown-menu a:hover,
.site-header .nav-dropdown-grid a:hover,
.site-header .nav-dropdown-menu a:focus,
.site-header .nav-dropdown-grid a:focus{background:#A4122A !important;color:#ffffff !important;text-decoration:none !important;}
.hero.home-hero{
  min-height:calc(100vh - 64px) !important;
  padding:42px max(22px,calc((100vw - var(--site-max))/2)) 34px !important;
  align-items:center !important;
  background-size:cover !important;
}
.hero.home-hero .hero-inner{max-width:760px !important;}
.hero.home-hero h1{font-size:clamp(34px,4.5vw,58px) !important;line-height:1.06 !important;margin-bottom:16px !important;}
.hero.home-hero .hero-intro{font-size:clamp(16px,1.45vw,20px) !important;line-height:1.5 !important;margin-bottom:16px !important;max-width:720px !important;}
.hero.home-hero .hero-stats{gap:8px !important;margin-bottom:14px !important;}
.hero.home-hero .hero-stat{padding:6px 10px !important;font-size:12px !important;}
.hero.home-hero .hero-actions{gap:10px !important;}
.hero.home-hero .button{min-height:40px !important;padding:9px 16px !important;font-size:14px !important;}
.page-shell,.site-footer-inner,main > .content-section,main > .page-extension,main > .global-extra-cta,main > .cta{
  width:min(var(--site-max),calc(100vw - 44px)) !important;
  max-width:min(var(--site-max),calc(100vw - 44px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.page-extension,section.page-extension{margin-top:34px !important;padding:clamp(24px,3.5vw,40px) !important;border-radius:22px !important;background:#fff !important;border:1px solid rgba(214,164,42,.45) !important;}
.cta,section.cta,.global-extra-cta{
  background:linear-gradient(135deg,#fff8f2 0%,#eef8f1 100%) !important;
  color:#101820 !important;
  border:1px solid rgba(214,164,42,.55) !important;
  text-shadow:none !important;
}
.cta h1,.cta h2,.cta h3,.cta p,.cta li,.cta span,.global-extra-cta h2,.global-extra-cta p{color:#101820 !important;text-shadow:none !important;}
.cta h2,.global-extra-cta h2{color:#111111 !important;}
.cta .button,.global-extra-cta .button,.analysis-button-grid .button{color:#fff !important;background:linear-gradient(135deg,#A4122A,#6F0B20) !important;border:1px solid #D6A42A !important;}
.analysis-button-grid,.extra-cta-grid,.cta-button-row{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;margin-top:18px !important;}
.analysis-button-grid .button,.extra-cta-grid .button,.cta-button-row .button{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:9px 15px !important;border-radius:999px !important;font-weight:800 !important;}
.analysis-table-wrap{overflow-x:auto !important;margin-top:18px !important;}
.analysis-table{width:100% !important;border-collapse:collapse !important;background:#fff !important;border-radius:16px !important;overflow:hidden !important;}
.analysis-table th{background:#5d081c !important;color:#fff !important;text-align:left !important;padding:12px !important;}
.analysis-table td{padding:12px !important;border:1px solid rgba(214,164,42,.35) !important;color:#201014 !important;vertical-align:top !important;}
.resource-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important;}
.site-footer{padding:30px 22px !important;text-align:center !important;}
.site-footer-inner{margin:0 auto !important;}
.site-footer-main{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:22px !important;text-align:center !important;}
.site-footer-left{max-width:760px !important;margin:0 auto !important;text-align:center !important;}
.site-footer-brand{justify-content:center !important;}
.site-footer-column{width:100% !important;text-align:center !important;}
.site-footer-column ul,.site-footer nav ul{display:flex !important;flex-wrap:wrap !important;gap:10px !important;justify-content:center !important;align-items:center !important;padding-left:0 !important;margin:8px auto 0 !important;list-style:none !important;}
.site-footer-column ul li{margin:0 !important;}
.site-footer-column ul a,.site-footer nav a{display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:8px 12px !important;border-radius:999px !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.18) !important;color:#fff !important;font-weight:800 !important;}
.site-footer-column ul a:hover,.site-footer nav a:hover{background:rgba(255,255,255,.18) !important;text-decoration:none !important;}
.responsible-links{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:10px !important;}
.site-footer-legal{text-align:left !important;max-width:900px !important;margin:0 auto !important;}
@media(max-width:1200px){.site-header .main-nav{gap:7px !important;font-size:10.8px !important;max-width:calc(100vw - 315px) !important}.site-header .main-nav > a,.site-header .nav-dropdown-toggle{font-size:10.8px !important}.site-header .brand{max-width:250px !important}.site-header .brand span{font-size:12px !important}}
@media(max-width:980px){.site-header .main-nav{display:none !important}.menu-toggle{display:block !important}.site-header .main-nav.is-open{display:flex !important;position:fixed !important;top:64px !important;left:12px !important;right:12px !important;max-width:none !important;flex-direction:column !important;flex-wrap:nowrap !important;background:#fffaf0 !important;white-space:normal !important;gap:0 !important;padding:14px !important;border-radius:18px !important}.site-header .main-nav.is-open > a,.site-header .main-nav.is-open .nav-dropdown-toggle{color:#201014 !important;font-size:15px !important;width:100% !important;justify-content:space-between !important}.site-header .nav-dropdown{width:100% !important;display:block !important}.site-header .nav-dropdown-menu,.site-header .nav-dropdown-menu--host-cities,.site-header .nav-dropdown-menu--teams,.site-header .nav-dropdown-menu--stadiums{position:static !important;transform:none !important;width:100% !important;max-height:46vh !important}.site-header .nav-dropdown-menu--teams .nav-dropdown-grid,.site-header .nav-dropdown-grid--host-cities,.site-header .nav-dropdown-grid--stadiums{grid-template-columns:1fr !important}.resource-grid{grid-template-columns:1fr 1fr !important}.hero.home-hero h1{font-size:clamp(32px,8vw,44px) !important}}
@media(max-width:560px){.resource-grid{grid-template-columns:1fr !important}.hero.home-hero{min-height:auto !important;padding-top:44px !important;padding-bottom:44px !important}}

/* Client final safety overrides */
.site-header{max-width:none!important;padding-left:clamp(18px,3vw,54px)!important;padding-right:clamp(18px,3vw,54px)!important;}
.site-header .brand{flex-basis:340px!important;max-width:340px!important;min-width:340px!important;padding-right:22px!important;border-right:1px solid rgba(255,255,255,.20)!important;}
.site-header .brand span{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.35)!important;}
.site-header .main-nav{max-width:none!important;flex:1 1 auto!important;justify-content:flex-end!important;}
.site-header .header-offer-button--secondary,.button.secondary{color:#101820!important;background:rgba(255,255,255,.92)!important;border-color:#D6A42A!important;text-shadow:none!important;}
.site-footer-main{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;}
.site-footer-column,.site-footer-left,.responsible-resources{width:100%!important;max-width:860px!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;}
.site-footer-column ul,.responsible-links{justify-content:center!important;}
@media(max-width:1180px){.site-header .brand{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 58px)!important;border-right:0!important}.site-header .main-nav{display:none!important}.site-header .main-nav.is-open{display:flex!important}.site-header .main-nav.is-open .header-offer-button,.site-header .main-nav.is-open .header-offer-button--secondary{color:#101820!important;background:#fff!important;text-shadow:none!important}}

/* Clickable affiliate image links */
.image-offer-link{
  display:block !important;
  color:inherit !important;
  text-decoration:none !important;
  border-radius:inherit !important;
  overflow:hidden !important;
  line-height:0 !important;
  cursor:pointer !important;
}
.image-offer-link img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  transition:transform .24s ease, filter .24s ease, box-shadow .24s ease !important;
}
.image-offer-link:hover img,
.image-offer-link:focus-visible img{
  transform:scale(1.015) !important;
  filter:saturate(1.08) contrast(1.02) !important;
}
.image-offer-link:focus-visible{
  outline:3px solid #D6A42A !important;
  outline-offset:4px !important;
}
