/* from home + top-cities */
.w2-top-cities-empty{margin-bottom:var(--w2-g5);}
.w2-top-cities{margin-bottom:var(--w2-g7);}
.w2-top-cities .w2-content-title{margin-bottom:var(--w2-g4);}
.w2-top-cities-grid{display:grid;gap:var(--w2-g3);grid-template-columns:repeat(2,1fr)}
@media(min-width:768px){.w2-top-cities-grid{grid-template-columns:repeat(6,1fr)}}
.w2-top-cities-grid .w2-recent-city-name{max-width:none}
.w2-home-news{margin-bottom:var(--w2-g7);}
.w2-home-news-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--w2-g3);margin-bottom:var(--w2-g4);}
.w2-home-news-header .w2-content-title{margin-bottom:0;}
.w2-home-news-all{font-size:var(--w2-fsm);font-weight:600;color:var(--w2-sky);text-decoration:none;}
.w2-home-news-all:hover{color:var(--w2-white);}
.w2-home-news .w2-news-grid{display:grid;gap:var(--w2-g4);grid-template-columns:1fr;}
@media(min-width:640px){.w2-home-news .w2-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(min-width:1024px){.w2-home-news .w2-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(min-width:1280px){.w2-home-news .w2-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
.w2-home-events{margin-bottom:var(--w2-g7);}
.w2-home-events-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--w2-g3);margin-bottom:var(--w2-g4);}
.w2-home-events-header .w2-content-title{margin-bottom:0;}
.w2-home-events-all{font-size:var(--w2-fsm);font-weight:600;color:var(--w2-sky);text-decoration:none;}
.w2-home-events-all:hover{color:var(--w2-white);}
.w2-home-events-grid{display:grid;gap:var(--w2-g4);grid-template-columns:1fr;}
@media(min-width:768px){.w2-home-events-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.w2-home-events-grid{grid-template-columns:repeat(3,1fr)}}
/* from resources\views\countries\index.blade.php */
.w2-countries-header{margin-bottom:var(--w2-g6);}
.w2-countries-header h1{font-size:var(--w2-f2xl);font-weight:600;color:var(--w2-t);margin:0;}
.w2-countries-header p{margin:var(--w2-g1) 0 0;font-size:var(--w2-fsm);color:var(--w2-m);}
.w2-countries-card{background:var(--w2-surf);border:1px solid var(--w2-bdr);border-radius:var(--w2-rlg);padding:var(--w2-g5);}
.w2-grid-countries{display:grid;gap:var(--w2-g4);grid-template-columns:repeat(1,1fr);}
@media(min-width:640px){.w2-grid-countries{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.w2-grid-countries{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1280px){.w2-grid-countries{grid-template-columns:repeat(4,1fr)}}
.w2-country-card{display:flex;flex-direction:column;justify-content:space-between;padding:var(--w2-g5);border-radius:var(--w2-rxl);border:1px solid var(--w2-bdr);background:var(--w2-surf);color:inherit;text-decoration:none;transition:var(--w2-tr);}
.w2-country-card:hover{border-color:rgba(56,189,248,.5);background:var(--w2-surf2);}
.w2-country-card-inner{display:flex;align-items:center;gap:var(--w2-g2);}
.w2-country-card .w2-flag{height:1.5rem;width:2rem;border-radius:var(--w2-rxs);border:1px solid var(--w2-b);object-fit:cover;}
.w2-country-card-text{min-width:0;flex:1;}
.w2-country-code{font-size:var(--w2-fxs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--w2-a);}
.w2-country-name{font-size:var(--w2-fsm);font-weight:600;color:var(--w2-t);margin:0;}
.w2-muted{color:var(--w2-m);font-size:var(--w2-fsm);margin:0;}

/* from resources\views\maps\index.blade.php */
.maps-grid { display: grid; gap: var(--w2-g5); margin-top: var(--w2-g5); }
    @media(min-width:640px){ .maps-grid { grid-template-columns: repeat(2, 1fr); } }
    @media(min-width:1024px){ .maps-grid { grid-template-columns: repeat(3, 1fr); } }
    .maps-card { display: flex; flex-direction: column; border-radius: var(--w2-rxl); border: 1px solid var(--w2-bdr3); background: var(--w2-surf2); padding: var(--w2-g5); transition: border-color .15s, background .15s; text-decoration: none; color: inherit; }
    .maps-card:hover { border-color: var(--w2-a); background: var(--w2-b); }
    .maps-card-icon { width: 3rem; height: 3rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: var(--w2-rlg); background: rgba(14, 165, 233, .8); color: var(--w2-white); margin-bottom: var(--w2-g4); }
    .maps-card:hover .maps-card-icon { background: var(--w2-a); }
    .maps-card h2 { font-size: var(--w2-fbase); font-weight: 600; color: var(--w2-t); margin: 0 0 var(--w2-g1); }
    .maps-card:hover h2 { color: var(--w2-sy0); }
    .maps-card p { font-size: var(--w2-fsm); color: var(--w2-m); margin: 0; }
.maps-grid--compact { margin-top: var(--w2-g4); }
.maps-grid--compact .maps-card { padding: var(--w2-g4); }
.maps-grid--compact .maps-card-icon { width: 2.5rem; height: 2.5rem; margin-bottom: var(--w2-g3); }
.maps-grid--compact .maps-card h3 { font-size: var(--w2-fsm); font-weight: 600; color: var(--w2-t); margin: 0 0 var(--w2-g1); }
.maps-grid--compact .maps-card:hover h3 { color: var(--w2-sy0); }

.w2-page-breadcrumb { margin-bottom: var(--w2-g3); }
.maps-related-strip { margin: var(--w2-g3) 0 var(--w2-g4); }
.maps-related-strip-list { display: flex; flex-wrap: wrap; gap: var(--w2-g2); list-style: none; margin: 0; padding: 0; }
.maps-related-strip-link { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.65rem; border-radius: 999px; border: 1px solid var(--w2-bdr); background: var(--w2-surf); color: var(--w2-s2); font-size: 0.75rem; font-weight: 600; text-decoration: none; transition: border-color .15s, color .15s, background .15s; }
.maps-related-strip-link:hover { border-color: var(--w2-a); color: var(--w2-white); background: var(--w2-surf2); }
.maps-related-strip-link--all { border-style: dashed; }
.maps-related-strip-icon { display: flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; border-radius: var(--w2-rsm); background: rgba(14, 165, 233, .75); color: var(--w2-white); flex-shrink: 0; }

.maps-extremes-teaser { margin: 0 0 var(--w2-g4); padding: var(--w2-g3) var(--w2-g4); border: 1px solid var(--w2-bdr); border-radius: var(--w2-rlg); background: var(--w2-surf); }
.maps-extremes-teaser-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--w2-g2); margin-bottom: var(--w2-g3); }
.maps-extremes-teaser-title { margin: 0; font-size: 0.875rem; font-weight: 700; color: var(--w2-white); }
.maps-extremes-teaser-updated { font-size: 0.7rem; color: var(--w2-m); }
.maps-extremes-teaser-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--w2-g2); }
@media (min-width: 640px) { .maps-extremes-teaser-list { flex-direction: row; flex-wrap: wrap; } }
.maps-extremes-teaser-item { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.5rem; flex: 1; min-width: min(100%, 14rem); padding: var(--w2-g2) var(--w2-g3); border-radius: var(--w2-rmd); border: 1px solid var(--w2-bdr); background: var(--w2-surf2); color: inherit; text-decoration: none; transition: border-color .15s, background .15s; }
.maps-extremes-teaser-item:hover { border-color: var(--w2-a); background: var(--w2-b); }
.maps-extremes-teaser-item--hot { border-color: rgba(239, 68, 68, .35); }
.maps-extremes-teaser-item--cold { border-color: rgba(56, 189, 248, .35); }
.maps-extremes-teaser-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--w2-m); flex-basis: 100%; }
.maps-extremes-teaser-flag { border-radius: 2px; flex-shrink: 0; }
.maps-extremes-teaser-name { font-size: 0.8125rem; font-weight: 600; color: var(--w2-white); flex: 1; min-width: 0; }
.maps-extremes-teaser-value { font-size: 0.8125rem; font-weight: 700; color: var(--w2-s3); white-space: nowrap; }
.maps-extremes-teaser-all { display: inline-block; margin-top: var(--w2-g3); font-size: 0.8125rem; font-weight: 600; color: var(--w2-sky); text-decoration: none; }
.maps-extremes-teaser-all:hover { color: var(--w2-white); text-decoration: underline; }

.maps-focus-city-banner { display: flex; align-items: center; justify-content: space-between; gap: var(--w2-g3); margin: var(--w2-g4) 0 var(--w2-g3); padding: var(--w2-g3) var(--w2-g4); border-radius: var(--w2-rlg); border: 1px solid rgba(56, 189, 248, .45); background: linear-gradient(120deg, rgba(56, 189, 248, .12), rgba(14, 165, 233, .08)); color: var(--w2-white); text-decoration: none; transition: border-color .15s, background .15s; }
.maps-focus-city-banner:hover { border-color: var(--w2-a); background: linear-gradient(120deg, rgba(56, 189, 248, .2), rgba(14, 165, 233, .14)); }
.maps-focus-city-banner-text { font-size: 0.875rem; font-weight: 600; }
.maps-focus-city-banner-arrow { flex-shrink: 0; color: var(--w2-sky); }

.maps-mobile-cities { display: block; margin: var(--w2-g5) 0 0; }
@media (min-width: 1024px) { .maps-mobile-cities { display: none; } }
.maps-mobile-cities-title { margin: 0 0 var(--w2-g3); font-size: var(--w2-fbase); font-weight: 700; color: var(--w2-white); }
.maps-mobile-cities-list { display: flex; gap: var(--w2-g2); list-style: none; margin: 0; padding: 0 0 var(--w2-g1); overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.maps-mobile-cities-link { display: flex; align-items: center; gap: var(--w2-g2); flex-shrink: 0; padding: var(--w2-g2) var(--w2-g3); border-radius: var(--w2-rlg); border: 1px solid var(--w2-bdr); background: var(--w2-surf); color: inherit; text-decoration: none; font-size: 0.75rem; transition: border-color .15s, background .15s; }
.maps-mobile-cities-link:hover { border-color: var(--w2-a); background: var(--w2-surf2); }
.maps-mobile-cities-flag { border-radius: 2px; flex-shrink: 0; }
.maps-mobile-cities-name { font-weight: 600; color: var(--w2-white); white-space: nowrap; }
.maps-mobile-cities-temp { font-weight: 700; color: var(--w2-s3); white-space: nowrap; }

.maps-related-grid-section { margin: var(--w2-g6) 0 0; }
.maps-below-intro { margin: var(--w2-g4) 0 var(--w2-g3); }

.maps-label-hint { position: absolute; bottom: 0.75rem; left: 50%; transform: translateX(-50%); z-index: 11; max-width: min(22rem, calc(100% - 1rem)); padding: 0.45rem 0.75rem; border-radius: var(--w2-rmd); border: 1px solid rgba(56, 189, 248, .5); background: rgba(15, 23, 42, .94); font-size: 0.7rem; line-height: 1.35; color: var(--w2-s2); text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, .35); }
.maps-label-hint.is-hidden { display: none; }
.maps-label-hint-dismiss { margin-left: 0.35rem; padding: 0; border: none; background: none; color: var(--w2-sky); font-size: 0.65rem; font-weight: 600; cursor: pointer; text-decoration: underline; }

.w2-temp-map-forecast-cta-wrap { margin-top: 4px; text-align: center; }
.w2-temp-map-forecast-cta { display: inline-block; padding: 2px 6px; border-radius: var(--w2-rsm); background: rgba(56, 189, 248, .2); color: var(--w2-sky); font-size: 10px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.w2-temp-map-forecast-cta:hover { background: rgba(56, 189, 248, .35); color: var(--w2-white); }

/* from resources\views\static\contacts.blade.php */
.static-page .static-header { margin-bottom: var(--w2-g7); text-align: center; }
    .static-page[dir="rtl"] .static-header { text-align: right; }
    .static-page .static-title { margin: 0 0 var(--w2-g4); font-size: var(--w2-f3xl); font-weight: 700; color: var(--w2-white); }
    .static-page .static-subtitle { font-size: var(--w2-fbase); color: var(--w2-m); margin: 0; }
    .static-page .static-card { border-radius: var(--w2-rxl); border: 1px solid var(--w2-bdr2); background: var(--w2-surf2); padding: var(--w2-g6); box-shadow: var(--w2-sh); margin-bottom: var(--w2-g5); }
    .static-page .static-success { border-color: rgba(34, 197, 94, .5); background: rgba(22, 101, 52, .2); }
    .static-page .static-success-inner { display: flex; align-items: center; gap: var(--w2-g3); color: #4ade80; }
    .static-page .static-success-inner svg { flex-shrink: 0; width: 1.25rem; height: 1.25rem; }
    .static-page .static-form-group { margin-bottom: var(--w2-g6); }
    .static-page .static-label { display: flex; align-items: center; gap: var(--w2-g3); margin-bottom: var(--w2-g3); font-size: var(--w2-fsm); font-weight: 500; color: var(--w2-s2); }
    .static-page .static-label svg { flex-shrink: 0; width: 1rem; height: 1rem; color: var(--w2-a); }
    .static-page .static-input, .static-page .static-textarea { width: 100%; padding: var(--w2-g2) var(--w2-g4); border-radius: var(--w2-rmd); font-size: var(--w2-fbase); font: inherit; background: var(--w2-s9); border: 1px solid var(--w2-b); color: var(--w2-t); box-shadow: 0 0 0 1px var(--w2-r); transition: border-color .15s, box-shadow .15s; }
    .static-page .static-input::placeholder, .static-page .static-textarea::placeholder { color: var(--w2-m); }
    .static-page .static-input:focus, .static-page .static-textarea:focus { outline: none; border-color: var(--w2-a); box-shadow: 0 0 0 2px var(--w2-ah); }
    .static-page .static-input.error, .static-page .static-textarea.error { border-color: #f87171; }
    .static-page .static-textarea { min-height: 8rem; resize: vertical; }
    .static-page .static-error { margin-top: var(--w2-g1); font-size: var(--w2-fsm); color: #f87171; }
    .static-page .static-submit-wrap { display: flex; justify-content: flex-end; margin-top: var(--w2-g6); }
    .static-page[dir="rtl"] .static-submit-wrap { justify-content: flex-start; }
    .static-page .static-btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--w2-g3); padding: var(--w2-g2) var(--w2-g5); border-radius: var(--w2-rmd); font-size: var(--w2-fbase); font-weight: 500; border: none; cursor: pointer; background: var(--w2-a); color: var(--w2-white); transition: background .15s; }
    .static-page .static-btn:hover:not(:disabled) { background: #0ea5e9; }
    .static-page .static-btn:disabled { opacity: .85; cursor: wait; }
    .static-page .static-btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }
    .static-page .static-btn .static-btn-spinner { animation: static-spin .7s linear infinite; }
    .static-page .static-response { font-size: var(--w2-fsm); color: var(--w2-m); margin: 0; }
    @keyframes static-spin { to { transform: rotate(360deg); } }
    .static-page .static-success { animation: static-fade-in .4s ease-out; }
    @keyframes static-fade-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* World Cup / sport events */
.w2-world-cup-page { max-width: 56rem; margin: 0 auto; }
.w2-world-cup-breadcrumb ol { display: flex; flex-wrap: wrap; gap: var(--w2-g2); list-style: none; padding: 0; margin: 0 0 var(--w2-g5); font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-world-cup-breadcrumb a { color: var(--w2-a); text-decoration: none; }
.w2-world-cup-breadcrumb a:hover { text-decoration: underline; }
.w2-world-cup-header { margin-bottom: var(--w2-g6); }
.w2-world-cup-title { margin: 0 0 var(--w2-g2); font-size: var(--w2-f2xl); font-weight: 700; color: var(--w2-white); line-height: 1.2; }
.w2-world-cup-subtitle { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.45; }
.w2-world-cup-day { margin-bottom: var(--w2-g6); }
.w2-world-cup-day-title {
    margin: 0;
    padding: var(--w2-g2) var(--w2-g3);
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-m);
    line-height: 1.35;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid var(--w2-bdr2);
}
.w2-world-cup-day-title-short { display: inline; }
.w2-world-cup-day-title-full { display: none; }
.w2-world-cup-matches {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g4);
}
.w2-world-cup-match {
    min-width: 0;
    border: 1px solid var(--w2-bdr2);
    border-radius: var(--w2-rlg);
    background: rgba(15, 23, 42, 0.6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.w2-event-list-row--live,
[data-live-scoreboard] {
    --w2-live: #ff2222;
}
.w2-event-list-row--live {
    border-color: rgba(255, 34, 34, 0.45);
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.35) 0%, rgba(15, 23, 42, 0.85) 100%);
    box-shadow: 0 0 0 1px rgba(255, 34, 34, 0.12), 0 8px 24px rgba(0, 0, 0, 0.25);
}
.w2-event-list-row--live.w2-stadium-event-row {
    padding: 0;
    overflow: hidden;
}
.w2-event-list-row--live.w2-stadium-event-row:hover,
.w2-event-list-row--live.w2-world-cup-match:hover {
    border-color: rgba(248, 113, 113, 0.55);
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.42) 0%, rgba(15, 23, 42, 0.9) 100%);
}
.w2-event-list-row--live .w2-event-live-bar {
    margin: 0;
    width: 100%;
    padding-left: var(--w2-g3);
    padding-right: var(--w2-g3);
    border-radius: 0;
}
.w2-event-list-row--live .w2-world-cup-team-with-flag > span {
    color: var(--w2-white);
    font-size: var(--w2-fmd);
    font-weight: 600;
}
.w2-event-list-row--live.w2-world-cup-match .w2-world-cup-match-main {
    padding-top: var(--w2-g3);
}
.w2-event-live-bar {
    display: flex;
    align-items: center;
    gap: var(--w2-g3);
    width: 100%;
    box-sizing: border-box;
    padding: var(--w2-g2) var(--w2-g4);
    background: rgba(127, 29, 29, 0.55);
    border-bottom: 1px solid rgba(248, 113, 113, 0.2);
}
.w2-event-live-badge,
.w2-event-live-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.1875rem 0.625rem;
    border-radius: 999px;
    font-size: var(--w2-fxs);
    font-weight: 800;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    line-height: 1.2;
    white-space: nowrap;
}
.w2-event-live-badge {
    background: var(--w2-live, #ff2222);
    color: #fff;
    text-transform: uppercase;
}
.w2-event-live-pill {
    margin-left: auto;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    font-size: var(--w2-fsm);
    letter-spacing: 0.02em;
}
.w2-event-live-phase {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--w2-fsm);
    font-weight: 700;
    color: #fecaca;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.w2-event-live-clock {
    margin-left: auto;
}
.w2-event-live-clock[hidden] {
    display: none !important;
}
.w2-event-live-scores {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.375rem;
    min-width: 2rem;
    flex-shrink: 0;
}
.w2-event-live-scores--cricket {
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
}
.w2-event-live-scores--cricket .w2-event-live-score-badge {
    font-size: var(--w2-fbase);
    font-weight: 800;
    letter-spacing: 0.02em;
}
.w2-event-live-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.375rem;
    padding: 0.1875rem 0.625rem;
    border-radius: 999px;
    background: var(--w2-live, #ff2222);
    color: #fff;
    font-size: var(--w2-fsm);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.w2-event-list-side--live {
    min-width: 2.75rem;
    flex-shrink: 0;
    padding-right: 0.125rem;
}
.w2-stadium-event-side.w2-event-list-side--live {
    min-width: 2.5rem;
}
.w2-event-list-score {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 1.375rem;
    font-size: var(--w2-fmd);
    font-weight: 700;
    color: var(--w2-white);
    line-height: 1;
}
.w2-world-cup-side-score {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 1.375rem;
    font-size: var(--w2-fmd);
    font-weight: 700;
    color: var(--w2-white);
    line-height: 1;
}
.w2-world-cup-match-main {
    display: block;
    padding: var(--w2-g4) var(--w2-g3) var(--w2-g3);
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    transition: background .15s;
}
.w2-world-cup-match-main:hover { background: rgba(255, 255, 255, 0.03); }
.w2-world-cup-match-main:hover .w2-world-cup-team-with-flag > span { color: var(--w2-a); }
.w2-event-list-row--live .w2-world-cup-match-main:hover { background: transparent; }
.w2-event-list-row--live .w2-world-cup-match-main:hover .w2-world-cup-team-with-flag > span { color: var(--w2-white); }
.w2-world-cup-match-tournament {
    display: block;
    margin-bottom: var(--w2-g1);
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-sky);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.w2-world-cup-match-label {
    display: block;
    margin-bottom: var(--w2-g2);
    font-size: var(--w2-fxs);
    font-weight: 500;
    color: var(--w2-m);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.w2-world-cup-match-footer .w2-world-cup-match-label {
    margin-bottom: 0;
    padding: 0.3125rem var(--w2-g3) 0;
}
.w2-world-cup-match-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--w2-g3);
    align-items: center;
}
.w2-world-cup-teams-stack { display: flex; flex-direction: column; gap: 0.375rem; min-width: 0; }
.w2-world-cup-team-row { display: flex; align-items: center; min-height: 1.375rem; min-width: 0; }
.w2-world-cup-team-with-flag { display: inline-flex; align-items: center; gap: 0.5rem; max-width: 100%; min-width: 0; }
.w2-world-cup-team-with-flag > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--w2-fbase);
    font-weight: 500;
    color: var(--w2-white);
    transition: color .15s;
}
.w2-world-cup-team-flag { width: 1.125rem; height: 0.84375rem; border-radius: 1px; object-fit: cover; flex-shrink: 0; }
.w2-world-cup-team-flag-lg { width: 2rem; height: 1.5rem; border-radius: 3px; object-fit: cover; flex-shrink: 0; }
.w2-world-cup-match-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.375rem;
    min-width: 2.25rem;
    flex-shrink: 0;
}
.w2-event-datetime {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g1);
    min-width: 0;
}
.w2-event-datetime-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: var(--w2-g2);
    min-width: 0;
}
.w2-event-datetime-label {
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-m);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}
.w2-event-datetime-value {
    font-family: var(--w2-mono, ui-monospace, monospace);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: var(--w2-s3);
    white-space: nowrap;
}
.w2-event-datetime--compact {
    align-items: flex-end;
    gap: 0.25rem;
}
.w2-event-datetime--compact .w2-event-datetime-line {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}
.w2-event-datetime--compact .w2-event-datetime-label {
    font-size: 0.5rem;
    line-height: 1.1;
}
.w2-event-datetime--compact .w2-event-datetime-value {
    font-size: var(--w2-fsm);
    color: var(--w2-white);
    line-height: 1.2;
}
.w2-event-datetime--full .w2-event-datetime-value {
    font-size: var(--w2-fbase);
}
.w2-world-cup-kickoff .w2-event-datetime {
    gap: var(--w2-g2);
}
.w2-world-cup-match-footer {
    border-top: 1px solid var(--w2-bdr2);
    background: rgba(0, 0, 0, 0.2);
}
.w2-world-cup-stadium-link {
    display: flex;
    align-items: center;
    gap: var(--w2-g2);
    padding: 0.3125rem var(--w2-g3) 0.4375rem;
    min-height: 0;
    text-decoration: none;
    color: var(--w2-s3);
    font-size: var(--w2-fsm);
    transition: background .15s, color .15s;
}
.w2-world-cup-stadium-link:hover { background: rgba(255, 255, 255, 0.04); color: var(--w2-a); }
.w2-world-cup-stadium-weather {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    font-weight: 600;
    color: var(--w2-white);
}
.w2-world-cup-stadium-weather-icon { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.w2-world-cup-stadium-link-name {
    min-width: 0;
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
}
.w2-world-cup-stadium-link-name .w2-world-cup-team-with-flag {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
}
.w2-world-cup-stadium-link-name .w2-world-cup-team-with-flag > span { font-size: var(--w2-fsm); font-weight: 400; color: inherit; }
.w2-world-cup-stadium-city {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--w2-fsm);
    color: var(--w2-m);
}
.w2-world-cup-stadium-link-action {
    flex-shrink: 0;
    font-size: var(--w2-fbase);
    font-weight: 600;
    color: var(--w2-a);
    white-space: nowrap;
}
.w2-world-cup-weather-icon { width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.w2-world-cup-city-link { color: var(--w2-m); }
.w2-world-cup-match-header { text-align: center; margin-bottom: var(--w2-g6); }
.w2-world-cup-badge { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 999px; background: rgba(14, 165, 233, 0.15); color: #7dd3fc; font-size: var(--w2-fsm); font-weight: 500; margin-bottom: var(--w2-g3); }
.w2-world-cup-scoreboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: var(--w2-g3);
    align-items: center;
    text-align: center;
}
.w2-world-cup-scoreboard-team { display: flex; justify-content: center; min-width: 0; }
.w2-world-cup-scoreboard-team-home { justify-content: center; }
.w2-world-cup-scoreboard-team-away { justify-content: center; }
.w2-world-cup-scoreboard-name { font-size: var(--w2-fbase); font-weight: 700; color: var(--w2-white); }
.w2-world-cup-scoreboard-name .w2-world-cup-team-with-flag { justify-content: center; }
.w2-world-cup-scoreboard-result {
    font-size: var(--w2-f2xl);
    font-weight: 800;
    color: var(--w2-a);
    line-height: 1;
    padding: 0 var(--w2-g2);
    font-variant-numeric: tabular-nums;
}
.w2-world-cup-scoreboard-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 5rem;
}
.w2-world-cup-scoreboard-center .w2-world-cup-scoreboard-result {
    padding: 0;
}
.w2-world-cup-scoreboard--live {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--w2-g2);
    grid-column: 1 / -1;
    width: 100%;
}
.w2-world-cup-scoreboard-matchline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: var(--w2-g3);
    width: 100%;
    max-width: 40rem;
}
.w2-world-cup-scoreboard-matchline .w2-world-cup-scoreboard-name,
.w2-world-cup-scoreboard-matchline .w2-world-cup-scoreboard-name .w2-world-cup-team-with-flag > span,
.w2-world-cup-scoreboard-matchline .w2-world-cup-scoreboard-score-badge .w2-world-cup-scoreboard-score,
.w2-world-cup-scoreboard-matchline .w2-world-cup-scoreboard-score-badge .w2-world-cup-scoreboard-sep {
    font-size: 18px;
}
.w2-world-cup-scoreboard-matchline .w2-world-cup-team-flag-lg {
    width: 24px;
    height: 18px;
}
.w2-world-cup-scoreboard--live .w2-world-cup-scoreboard-team-home {
    justify-content: flex-end;
    text-align: right;
}
.w2-world-cup-scoreboard--live .w2-world-cup-scoreboard-team-away {
    justify-content: flex-start;
    text-align: left;
}
.w2-world-cup-scoreboard--live .w2-world-cup-scoreboard-team-home .w2-world-cup-team-with-flag {
    justify-content: flex-end;
}
.w2-world-cup-scoreboard--live .w2-world-cup-scoreboard-team-away .w2-world-cup-team-with-flag {
    justify-content: flex-start;
}
.w2-world-cup-scoreboard--live .w2-world-cup-scoreboard-name {
    font-weight: 700;
}
.w2-world-cup-scoreboard-scores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--w2-g2);
    flex-shrink: 0;
    line-height: 1;
}
.w2-world-cup-scoreboard-score-badge {
    padding: 0.1875rem 0.625rem;
    border-radius: 999px;
    background: transparent;
    border: 1px solid var(--w2-live, #ff2222);
    color: var(--w2-live, #ff2222);
    box-shadow: none;
    gap: var(--w2-g1);
}
.w2-world-cup-scoreboard-score-badge .w2-world-cup-scoreboard-score,
.w2-world-cup-scoreboard-score-badge .w2-world-cup-scoreboard-sep {
    color: var(--w2-live, #ff2222);
    font-size: var(--w2-fbase);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.02em;
    min-width: auto;
}
.w2-world-cup-scoreboard-score {
    font-size: var(--w2-f2xl);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    min-width: 1.25rem;
    text-align: center;
}
.w2-world-cup-scoreboard-sep {
    font-size: var(--w2-f2xl);
    font-weight: 800;
    line-height: 1;
    opacity: 0.85;
}
.w2-world-cup-scoreboard-live-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 5rem;
}
.w2-world-cup-scoreboard-live-meta .w2-event-live-pill {
    margin-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.w2-world-cup-scoreboard-live-meta .w2-world-cup-scoreboard-clock {
    margin-left: 0;
}
.w2-world-cup-scoreboard-live-meta .w2-world-cup-scoreboard-phase[hidden],
.w2-world-cup-scoreboard-live-meta .w2-world-cup-scoreboard-clock[hidden] {
    display: none !important;
}
[data-live-scoreboard] .w2-world-cup-scoreboard-result,
[data-live-scoreboard] .w2-world-cup-scoreboard-clock {
    color: var(--w2-live, #ff2222);
}

/* Cricket live scoreboard (Flashscore-style) */
.w2-cricket-scoreboard {
    width: 100%;
    max-width: 42rem;
    margin-inline: auto;
}
.w2-cricket-scoreboard-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: var(--w2-g3);
}
.w2-cricket-scoreboard-team-main {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.w2-cricket-scoreboard-team--home .w2-cricket-scoreboard-team-main {
    justify-content: flex-end;
}
.w2-cricket-scoreboard-team--away .w2-cricket-scoreboard-team-main {
    justify-content: flex-start;
}
.w2-cricket-scoreboard-flagbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}
.w2-cricket-scoreboard-flagbox .w2-world-cup-team-with-flag {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}
.w2-cricket-scoreboard-flagbox .w2-world-cup-team-flag-lg {
    width: 3rem;
    height: 2.25rem;
    padding: 0.375rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    object-fit: contain;
}
.w2-cricket-scoreboard-flagbox .w2-world-cup-team-with-flag > span {
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-white);
    line-height: 1.2;
}
.w2-cricket-role-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--w2-m);
    opacity: 0.9;
}
.w2-cricket-scoreboard-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    min-width: 8.5rem;
    padding-inline: var(--w2-g2);
}
.w2-cricket-scoreboard-kickoff {
    margin-bottom: 0.25rem;
}
.w2-cricket-scoreboard-datetime {
    font-size: var(--w2-fxs);
    font-weight: 500;
    color: var(--w2-m);
    white-space: nowrap;
}
.w2-cricket-scoreboard-score {
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
    color: var(--w2-live, #ff2222);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.w2-cricket-scoreboard-overs,
.w2-cricket-scoreboard-innings {
    font-size: var(--w2-fsm);
    font-weight: 700;
    color: var(--w2-live, #ff2222);
    line-height: 1.2;
}
.w2-cricket-scoreboard-innings {
    font-size: var(--w2-fxs);
    letter-spacing: 0.04em;
}
.w2-cricket-scoreboard-break-headline {
    font-size: var(--w2-fsm);
    font-weight: 800;
    color: var(--w2-live, #ff2222);
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.w2-cricket-scoreboard-break-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.125rem;
    padding: 0.2rem 0.625rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-m);
    line-height: 1.2;
}
.w2-cricket-scoreboard-break-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-size: 0.625rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}
.w2-cricket-scoreboard-breakdown {
    margin-top: var(--w2-g3);
    padding-top: var(--w2-g3);
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
}
.w2-cricket-scoreboard-breakdown[hidden] {
    display: none !important;
}
.w2-cricket-scoreboard-breakdown-title {
    font-size: var(--w2-fxs);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--w2-m);
    margin-bottom: var(--w2-g2);
}
.w2-cricket-innings-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--w2-g2);
    padding: 0.5rem 0;
}
.w2-cricket-innings-row + .w2-cricket-innings-row {
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}
.w2-cricket-innings-row[hidden] {
    display: none !important;
}
.w2-cricket-innings-row-team .w2-world-cup-team-with-flag {
    gap: 0.5rem;
}
.w2-cricket-innings-row-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}
.w2-cricket-innings-row-score {
    font-size: var(--w2-fsm);
    font-weight: 700;
    color: var(--w2-white);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.w2-cricket-innings-row--batting .w2-cricket-innings-row-score {
    color: var(--w2-live, #ff2222);
}
.w2-cricket-scoreboard-overs[hidden],
.w2-cricket-scoreboard-innings[hidden],
.w2-cricket-scoreboard-break-headline[hidden],
.w2-cricket-scoreboard-break-pill[hidden] {
    display: none !important;
}
@media (max-width: 480px) {
    .w2-cricket-scoreboard-row {
        gap: var(--w2-g2);
    }
    .w2-cricket-scoreboard-flagbox .w2-world-cup-team-flag-lg {
        width: 2.5rem;
        height: 1.875rem;
    }
    .w2-cricket-scoreboard-center {
        min-width: 6.5rem;
        padding-inline: var(--w2-g1);
    }
    .w2-cricket-role-icon svg {
        width: 16px;
        height: 16px;
    }
}
.w2-world-cup-scoreboard-phase {
    font-size: var(--w2-fxs);
    font-weight: 700;
    color: var(--w2-a);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
.w2-world-cup-scoreboard-clock {
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-a);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
.w2-world-cup-live-commentary {
    margin-bottom: var(--w2-g6);
    padding: var(--w2-g4);
    border-radius: var(--w2-rxl);
    border: 1px solid var(--w2-bdr2);
    background: rgba(15, 23, 42, 0.5);
}
.w2-world-cup-commentary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 36rem;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.w2-world-cup-commentary-item {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g2);
    padding: var(--w2-g3) 0;
    font-size: var(--w2-fsm);
    line-height: 1.45;
    color: var(--w2-s2);
    border-bottom: 1px solid var(--w2-bdr2);
}
.w2-world-cup-commentary-item:first-child {
    padding-top: 0;
}
.w2-world-cup-commentary-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.w2-world-cup-commentary-head {
    display: flex;
    align-items: center;
    gap: var(--w2-g2);
    min-height: 1.25rem;
}
.w2-world-cup-commentary-minute {
    font-weight: 700;
    color: var(--w2-s3);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}
.w2-world-cup-commentary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.w2-world-cup-commentary-icon-yellow,
.w2-world-cup-commentary-icon-red {
    width: 0.75rem;
    height: 1rem;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.35);
}
.w2-world-cup-commentary-icon-yellow {
    background: #facc15;
}
.w2-world-cup-commentary-icon-red {
    background: var(--w2-live, #ff2222);
}
.w2-world-cup-commentary-icon-goal svg,
.w2-world-cup-commentary-icon-whistle svg,
.w2-world-cup-commentary-icon-substitution svg {
    display: block;
}
.w2-world-cup-commentary-icon-whistle,
.w2-world-cup-commentary-icon-substitution {
    color: var(--w2-s3);
}
.w2-world-cup-commentary-icon-var {
    min-width: 1.75rem;
    height: 1rem;
    padding: 0 0.2rem;
    border-radius: 2px;
    background: #1e3a5f;
    color: #93c5fd;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1rem;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.35);
}
.w2-world-cup-commentary-score {
    font-weight: 700;
    color: var(--w2-s3);
    font-variant-numeric: tabular-nums;
}
.w2-world-cup-commentary-text {
    margin: 0;
}
.w2-world-cup-commentary-item--goal .w2-world-cup-commentary-text {
    color: #f87171;
    font-weight: 600;
}
.w2-world-cup-commentary-item--yellow .w2-world-cup-commentary-text,
.w2-world-cup-commentary-item--red .w2-world-cup-commentary-text {
    color: var(--w2-s3);
    font-weight: 500;
}
.w2-world-cup-commentary-item--var .w2-world-cup-commentary-text,
.w2-world-cup-commentary-item--substitution .w2-world-cup-commentary-text {
    color: var(--w2-s3);
    font-weight: 500;
}
.w2-world-cup-kickoff {
    margin: 0 0 var(--w2-g4);
    color: var(--w2-s3);
    font-size: var(--w2-fsm);
    line-height: 1.45;
}
.w2-world-cup-kickoff .w2-event-datetime {
    align-items: center;
}
.w2-world-cup-kickoff .w2-event-datetime-line {
    justify-content: center;
    text-align: center;
}
.w2-world-cup-kickoff .w2-event-datetime-value {
    white-space: normal;
}
.w2-world-cup-section-title { margin: 0 0 var(--w2-g4); font-size: var(--w2-fmd); font-weight: 600; color: var(--w2-white); }
.w2-world-cup-weather-card, .w2-world-cup-links { margin-bottom: var(--w2-g6); padding: var(--w2-g4); border-radius: var(--w2-rxl); border: 1px solid var(--w2-bdr2); background: rgba(15, 23, 42, 0.5); }
.w2-world-cup-forecast-day-hero {
    min-height: auto;
    padding: var(--w2-g4);
    align-items: stretch;
    text-align: center;
    margin-bottom: var(--w2-g5);
}
.w2-world-cup-match-day-header {
    margin-bottom: var(--w2-g3);
}
.w2-world-cup-match-day-date {
    font-size: var(--w2-fsm);
    color: var(--w2-white);
}
.w2-world-cup-match-day-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
}
.w2-world-cup-match-day-kickoff {
    padding-bottom: var(--w2-g3);
}
.w2-world-cup-match-day-daily {
    padding-top: var(--w2-g3);
    border-top: 1px solid var(--w2-bdr2);
}
.w2-world-cup-match-day-daily-label {
    margin: 0 0 var(--w2-g2);
    font-size: var(--w2-fxs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--w2-m);
    text-align: center;
}
.w2-world-cup-match-day-summary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--w2-g2) var(--w2-g3);
    text-align: center;
}
.w2-world-cup-match-day-daily .w2-world-cup-forecast-day-icon-lg {
    width: 1.75rem;
    height: 1.75rem;
}
.w2-world-cup-match-day-daily .w2-world-cup-forecast-day-desc,
.w2-world-cup-match-day-daily .w2-world-cup-forecast-day-meta {
    width: 100%;
}
.w2-world-cup-weather-kickoff-primary {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-icon-lg {
    width: 3rem;
    height: 3rem;
}
.w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-temp {
    font-size: var(--w2-f3xl);
}
.w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-kickoff-meta {
    justify-content: center;
}
.w2-world-cup-forecast-day-icon-lg { width: 2.5rem; height: 2.5rem; }
.w2-world-cup-forecast-unavailable {
    margin: 0;
    font-size: var(--w2-fsm);
    color: var(--w2-m);
    text-align: center;
}
.w2-world-cup-weather-kickoff {
    display: flex;
    align-items: center;
    gap: var(--w2-g4);
    margin-bottom: var(--w2-g5);
    padding-bottom: var(--w2-g4);
    border-bottom: 1px solid var(--w2-bdr2);
}
.w2-world-cup-weather-kickoff-inline {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}
.w2-world-cup-weather-icon-lg { width: 3.5rem; height: 3.5rem; flex-shrink: 0; }
.w2-world-cup-weather-kickoff-details { min-width: 0; }
.w2-world-cup-weather-kickoff-label {
    margin: 0 0 var(--w2-g1);
    font-size: var(--w2-fxs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--w2-m);
}
.w2-world-cup-weather-kickoff-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--w2-g2) var(--w2-g4);
    margin-top: var(--w2-g2);
    font-size: var(--w2-fsm);
    color: var(--w2-m);
}
.w2-world-cup-weather-temp { margin: 0 0 var(--w2-g1); font-size: var(--w2-f2xl); font-weight: 700; color: var(--w2-white); }
.w2-world-cup-weather-desc { margin: 0 0 var(--w2-g2); color: var(--w2-s3); }
.w2-world-cup-weather-forecast-title {
    margin: 0 0 var(--w2-g3);
    font-size: var(--w2-fbase);
    font-weight: 600;
    color: var(--w2-s3);
}
.w2-world-cup-weather-forecast-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--w2-g3);
}
.w2-world-cup-forecast-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--w2-g1);
    min-height: 7.5rem;
    padding: var(--w2-g3);
    border-radius: var(--w2-rlg);
    border: 1px solid var(--w2-bdr2);
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.w2-world-cup-forecast-day-match {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(14, 165, 233, 0.1);
    box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.15);
}
.w2-world-cup-forecast-day-today { border-color: rgba(56, 189, 248, 0.35); }
.w2-world-cup-forecast-day-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
    width: 100%;
}
.w2-world-cup-forecast-day-label {
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-s3);
    line-height: 1.2;
}
.w2-world-cup-forecast-day-badge {
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.18);
    padding: 0.125rem 0.5rem;
    font-size: 0.5625rem;
    font-weight: 700;
    color: #7dd3fc;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.w2-world-cup-forecast-day-icon { width: 1.75rem; height: 1.75rem; flex-shrink: 0; }
.w2-world-cup-forecast-day-temps {
    display: flex;
    align-items: center;
    gap: var(--w2-g3);
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-s2);
}
.w2-world-cup-forecast-day-temp-max { color: var(--w2-white); }
.w2-world-cup-forecast-day-temp-min { font-weight: 500; color: var(--w2-m); }
.w2-world-cup-forecast-day-desc {
    margin: 0;
    font-size: var(--w2-fxs);
    color: var(--w2-m);
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w2-world-cup-forecast-day-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--w2-g1) var(--w2-g2);
    font-size: 0.5625rem;
    color: var(--w2-m);
}
.w2-world-cup-links-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--w2-g3); }
.w2-world-cup-link-card { display: flex; flex-direction: column; gap: var(--w2-g1); padding: var(--w2-g4); border-radius: var(--w2-rlg); border: 1px solid var(--w2-bdr2); background: var(--w2-s9); text-decoration: none; transition: border-color .15s; min-height: 2.75rem; }
.w2-world-cup-link-card:hover { border-color: var(--w2-a); }
.w2-world-cup-link-label { font-size: var(--w2-fxs); text-transform: uppercase; letter-spacing: 0.05em; color: var(--w2-m); }
.w2-world-cup-link-value {
    font-size: var(--w2-fbase);
    font-weight: 600;
    color: var(--w2-white);
}
.w2-world-cup-link-value .w2-world-cup-team-with-flag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
}
.w2-world-cup-link-value .w2-world-cup-team-with-flag > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w2-world-cup-team-no-flag > span {
    color: inherit;
}

@media (min-width: 480px) {
    .w2-world-cup-day-title-short { display: none; }
    .w2-world-cup-day-title-full { display: inline; }
    .w2-world-cup-title { font-size: var(--w2-f3xl); }
    .w2-world-cup-subtitle { font-size: var(--w2-fbase); }
    .w2-world-cup-kickoff { font-size: var(--w2-fbase); }
    .w2-world-cup-section-title { font-size: var(--w2-fxl); }
    .w2-world-cup-weather-card, .w2-world-cup-links { padding: var(--w2-g5); }
}

@media (max-width: 639px) {
    .w2-world-cup-show .w2-world-cup-match-header { margin-bottom: var(--w2-g4); }
    .w2-world-cup-show .w2-world-cup-scoreboard { gap: var(--w2-g2); }
    .w2-world-cup-show .w2-world-cup-scoreboard-matchline { gap: var(--w2-g2); }
    .w2-world-cup-show .w2-world-cup-scoreboard-result { font-size: var(--w2-fxl); padding: 0 var(--w2-g1); }
    .w2-world-cup-show .w2-world-cup-kickoff { margin-bottom: var(--w2-g3); font-size: var(--w2-fxs); }
    .w2-world-cup-show .w2-world-cup-kickoff .w2-event-datetime-value { font-size: var(--w2-fsm); }
    .w2-world-cup-show .w2-world-cup-weather-card { padding: var(--w2-g3); margin-bottom: var(--w2-g4); }
    .w2-world-cup-show .w2-world-cup-forecast-day-hero { padding: var(--w2-g3); margin-bottom: var(--w2-g4); }
    .w2-world-cup-show .w2-world-cup-section-title { font-size: var(--w2-fbase); margin-bottom: var(--w2-g3); }
    .w2-world-cup-show .w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-desc {
        margin-bottom: var(--w2-g1);
        font-size: var(--w2-fbase);
        color: var(--w2-white);
        font-weight: 600;
    }
    .w2-world-cup-show .w2-world-cup-weather-kickoff-meta {
        flex-direction: column;
        align-items: center;
        gap: 0.125rem;
        font-size: var(--w2-fxs);
    }
    .w2-world-cup-show .w2-world-cup-weather-forecast-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        gap: var(--w2-g2);
        padding-bottom: var(--w2-g1);
        margin: 0 calc(var(--w2-g3) * -1);
        padding-left: var(--w2-g3);
        padding-right: var(--w2-g3);
    }
    .w2-world-cup-show .w2-world-cup-weather-forecast-grid .w2-world-cup-forecast-day {
        flex: 0 0 5.25rem;
        scroll-snap-align: start;
        min-height: auto;
        padding: var(--w2-g2);
    }
}

@media (min-width: 640px) {
    .w2-world-cup-links-list { grid-template-columns: 1fr 1fr; }
    .w2-world-cup-scoreboard { gap: var(--w2-g4); }
    .w2-world-cup-scoreboard-result { font-size: var(--w2-f3xl); }
    .w2-world-cup-scoreboard-score,
    .w2-world-cup-scoreboard-sep { font-size: var(--w2-f3xl); }
    .w2-world-cup-scoreboard-team-home { justify-content: flex-end; }
    .w2-world-cup-scoreboard-team-away { justify-content: flex-start; }
    .w2-world-cup-scoreboard-name { font-size: var(--w2-f2xl); }
    .w2-world-cup-match-day-grid { grid-template-columns: 1.15fr 0.85fr; gap: var(--w2-g4); }
    .w2-world-cup-match-day-kickoff { padding-bottom: 0; }
    .w2-world-cup-match-day-daily {
        padding-top: 0;
        padding-left: var(--w2-g4);
        border-top: none;
        border-left: 1px solid var(--w2-bdr2);
    }
    .w2-world-cup-match-day-summary {
        flex-direction: column;
        gap: var(--w2-g2);
    }
    .w2-world-cup-match-day-daily .w2-world-cup-forecast-day-icon-lg {
        width: 2.5rem;
        height: 2.5rem;
    }
    .w2-world-cup-weather-kickoff-primary {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-temp {
        font-size: var(--w2-f2xl);
    }
    .w2-world-cup-weather-kickoff-primary .w2-world-cup-weather-kickoff-meta {
        justify-content: flex-start;
    }
    .w2-world-cup-weather-forecast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .w2-world-cup-weather-forecast-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}

/* Stadium sport events */
.w2-stadium-events {
    margin: var(--w2-g5) 0;
    padding: var(--w2-g4);
    border-radius: var(--w2-rlg);
    border: 1px solid var(--w2-bdr2);
    background: rgba(15, 23, 42, 0.55);
}
.w2-stadium-events-title {
    margin: 0 0 var(--w2-g4);
    font-size: var(--w2-fxl);
    font-weight: 600;
    color: var(--w2-white);
}
.w2-stadium-events-group { margin-bottom: var(--w2-g4); }
.w2-stadium-events-group:last-child { margin-bottom: 0; }
.w2-events-live-group {
    margin-bottom: var(--w2-g5);
}
.w2-events-live-list {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g3);
}
.w2-stadium-events-group-title {
    margin: 0 0 var(--w2-g2);
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-m);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.w2-stadium-events-list {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g2);
}
.w2-stadium-event-row {
    display: block;
    padding: var(--w2-g3);
    border-radius: var(--w2-rlg);
    border: 1px solid var(--w2-bdr2);
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: inherit;
    transition: background .15s, border-color .15s;
}
.w2-stadium-event-row--live,
.w2-event-list-row--live.w2-stadium-event-row {
    padding: 0;
}
.w2-event-list-row--live.w2-stadium-event-row .w2-stadium-event-body {
    padding: var(--w2-g3);
    gap: var(--w2-g4);
}
.w2-stadium-event-row:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(14, 165, 233, 0.35);
}
.w2-stadium-event-row:hover .w2-world-cup-team-with-flag > span { color: var(--w2-a); }
.w2-event-list-row--live.w2-stadium-event-row:hover {
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.42) 0%, rgba(15, 23, 42, 0.9) 100%);
    border-color: rgba(248, 113, 113, 0.55);
}
.w2-event-list-row--live.w2-stadium-event-row:hover .w2-world-cup-team-with-flag > span {
    color: var(--w2-white);
}
.w2-stadium-event-venue-datetime {
    font-family: var(--w2-mono, ui-monospace, monospace);
    font-variant-numeric: tabular-nums;
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-s3);
    white-space: nowrap;
    text-align: right;
    line-height: 1.375rem;
}
.w2-stadium-event-main {
    display: flex;
    flex-direction: column;
    gap: var(--w2-g2);
    min-width: 0;
}
.w2-stadium-event-main .w2-stadium-event-stage {
    margin: 0;
    font-size: var(--w2-fsm);
}
.w2-stadium-event-stage {
    font-weight: 500;
    color: var(--w2-m);
}
.w2-stadium-event-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--w2-g3);
    align-items: center;
}
.w2-stadium-event-teams {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    min-width: 0;
    justify-content: center;
}
.w2-stadium-event-team-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--w2-g2);
    min-height: 1.625rem;
    min-width: 0;
}
.w2-stadium-event-time-label {
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-m);
    white-space: nowrap;
}
.w2-stadium-event-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.375rem;
    min-width: 7.5rem;
    text-align: right;
    align-self: stretch;
}
.w2-stadium-event-side .w2-event-datetime {
    align-items: flex-end;
    gap: 0.375rem;
}
.w2-stadium-event-side .w2-event-datetime-line {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}
.w2-stadium-event-side .w2-event-datetime-label {
    font-size: 0.5rem;
    line-height: 1.1;
}
.w2-stadium-event-side .w2-event-datetime-value {
    font-size: var(--w2-fsm);
    color: var(--w2-white);
    line-height: 1.2;
}
.w2-stadium-event-device-time {
    font-family: var(--w2-mono, ui-monospace, monospace);
    font-variant-numeric: tabular-nums;
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-s3);
    white-space: nowrap;
    line-height: 1.35;
}
.w2-stadium-event-score {
    font-size: var(--w2-fmd);
    font-weight: 700;
    color: var(--w2-white);
    line-height: 1.375rem;
}
.w2-stadium-event-kickoff {
    font-size: var(--w2-fsm);
    font-weight: 600;
    color: var(--w2-m);
    white-space: nowrap;
}
.w2-stadium-event-score-muted { color: var(--w2-m); }

@media (min-width: 768px) {
    .w2-world-cup-matches { gap: var(--w2-g5); }
    .w2-world-cup-match-main { padding: var(--w2-g5) var(--w2-g4) var(--w2-g4); }
    .w2-world-cup-match-footer .w2-world-cup-match-label { padding: 0.3125rem var(--w2-g4) 0; }
    .w2-world-cup-stadium-link { padding: 0.3125rem var(--w2-g4) 0.4375rem; }
}

/* events index */
.w2-events-breadcrumb { margin-bottom: var(--w2-g4); }
.w2-events-breadcrumb ol { display: flex; flex-wrap: wrap; gap: var(--w2-g2); list-style: none; margin: 0; padding: 0; font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-events-breadcrumb a { color: var(--w2-s3); text-decoration: none; }
.w2-events-breadcrumb a:hover { color: var(--w2-white); }
.w2-events-header { margin-bottom: var(--w2-g6); }
.w2-events-page-title { margin: 0 0 var(--w2-g2); font-size: var(--w2-f3xl); font-weight: 700; color: var(--w2-white); }
.w2-events-page-subtitle { margin: 0; font-size: var(--w2-fbase); color: var(--w2-s3); }
.w2-events-categories { display: grid; gap: var(--w2-g5); grid-template-columns: 1fr; }
@media (min-width: 768px) { .w2-events-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .w2-events-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.w2-events-category-card { border: 1px solid var(--w2-bdr); border-radius: var(--w2-rxl); background: var(--w2-surf); overflow: hidden; transition: var(--w2-tr); }
.w2-events-category-card:hover { border-color: rgba(56, 189, 248, .5); background: var(--w2-surf2); }
.w2-events-category-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.w2-events-category-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--w2-surf2); }
.w2-events-category-image img { width: 100%; height: 100%; object-fit: cover; }
.w2-events-category-body { display: flex; flex-direction: column; gap: var(--w2-g2); padding: var(--w2-g4); }
.w2-events-category-title { margin: 0; font-size: var(--w2-fmd); font-weight: 700; color: var(--w2-white); line-height: 1.35; }
.w2-events-category-dates { margin: 0; font-size: var(--w2-fsm); font-weight: 600; color: var(--w2-sky); }
.w2-events-category-description { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.5; }

/* news */
.w2-news-breadcrumb { margin-bottom: var(--w2-g4); }
.w2-news-breadcrumb ol { display: flex; flex-wrap: wrap; gap: var(--w2-g2); list-style: none; margin: 0; padding: 0; font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-news-breadcrumb a { color: var(--w2-s3); text-decoration: none; }
.w2-news-breadcrumb a:hover { color: var(--w2-white); }
.w2-news-header { margin-bottom: var(--w2-g6); }
.w2-news-page-title { margin: 0 0 var(--w2-g2); font-size: var(--w2-f3xl); font-weight: 700; color: var(--w2-white); }
.w2-news-page-subtitle { margin: 0; font-size: var(--w2-fbase); color: var(--w2-s3); }
.w2-news-layout { display: grid; gap: var(--w2-g5); }
@media (min-width: 1024px) { .w2-news-layout { grid-template-columns: minmax(0, 1fr) 17rem; align-items: stretch; } }
.w2-weather-with-sidebar .w2-weather-main { min-width: 0; }
.w2-news-aside { display: flex; flex-direction: column; gap: var(--w2-g4); position: static; top: auto; max-height: none; overflow: visible; }
.w2-news-cities { border: 1px solid var(--w2-bdr); border-radius: var(--w2-rlg); background: var(--w2-surf); overflow: hidden; }
.w2-news-cities-head { display: flex; align-items: center; justify-content: space-between; gap: var(--w2-g2); padding: var(--w2-g3); border-bottom: 1px solid var(--w2-bdr); }
.w2-news-cities-brand { display: inline-flex; align-items: center; gap: var(--w2-g2); color: inherit; text-decoration: none; min-width: 0; flex-shrink: 0; }
.w2-news-cities-brand:hover { color: var(--w2-s2); }
.w2-news-cities-logo { flex-shrink: 0; border-radius: var(--w2-rsm); }
.w2-news-cities-brand > span { font-size: 0.875rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.2; white-space: nowrap; }
.w2-news-cities-brand:hover .w2-logo-accent { color: var(--w2-a); }
.w2-news-cities-flag { flex-shrink: 0; width: 14px; height: 10px; border-radius: 2px; object-fit: cover; border: 1px solid var(--w2-bdr4); }
.w2-news-cities-tagline { margin: 0; font-size: var(--w2-fxs); line-height: 1.3; color: var(--w2-m); text-align: end; flex: 1; min-width: 0; }
.w2-news-cities-list { list-style: none; margin: 0; padding: var(--w2-g2) 0; }
.w2-news-cities-list > li + li { border-top: 1px solid var(--w2-bdr); }
.w2-news-cities-row { display: grid; grid-template-columns: minmax(0, 1fr) 1.5rem minmax(3rem, auto); align-items: center; gap: var(--w2-g2); padding: var(--w2-g2) var(--w2-g3); color: inherit; text-decoration: none; font-size: 0.75rem; transition: background-color .15s; }
.w2-news-cities--dual-temp .w2-news-cities-row { grid-template-columns: minmax(0, 1fr) 1.5rem minmax(5.5rem, auto); }
.w2-news-cities-row:hover { background: var(--w2-surf2); }
.w2-news-cities-row:hover .w2-news-cities-name { color: var(--w2-sky); }
.w2-news-cities-city { display: flex; align-items: center; gap: var(--w2-g2); min-width: 0; }
.w2-news-cities-city-flag { height: 12px; width: 16px; flex-shrink: 0; border-radius: 2px; object-fit: cover; border: 1px solid var(--w2-bdr4); }
.w2-news-cities-name { font-weight: 500; color: var(--w2-white); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.w2-news-cities-icon { width: 1.25rem; height: 1.25rem; justify-self: center; flex-shrink: 0; object-fit: contain; }
.w2-news-cities-icon--empty { display: block; }
.w2-news-cities-temp { justify-self: end; font-weight: 600; color: var(--w2-s3); white-space: nowrap; text-align: right; }
.w2-news-maps { border: 1px solid var(--w2-bdr); border-radius: var(--w2-rlg); background: var(--w2-surf); padding: var(--w2-g3); }
.w2-news-maps-title { margin: 0 0 var(--w2-g3); padding-bottom: var(--w2-g3); border-bottom: 1px solid var(--w2-bdr); font-size: 0.875rem; font-weight: 700; color: var(--w2-white); }
.w2-news-maps-list { list-style: none; margin: 0; padding: 0; }
.w2-news-maps-list > li + li { border-top: 1px solid var(--w2-bdr); }
.w2-news-maps-row { display: flex; align-items: center; gap: var(--w2-g2); padding: var(--w2-g2) 0; color: inherit; text-decoration: none; font-size: 0.75rem; transition: color .15s; }
.w2-news-maps-row:hover .w2-news-maps-name { color: var(--w2-sky); }
.w2-news-maps-icon { flex-shrink: 0; width: 1.75rem; height: 1.75rem; display: flex; align-items: center; justify-content: center; border-radius: var(--w2-rsm); background: rgba(14, 165, 233, .8); color: var(--w2-white); }
.w2-news-maps-row:hover .w2-news-maps-icon { background: var(--w2-a); }
.w2-news-maps-name { font-weight: 500; color: var(--w2-white); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.w2-news-maps-footer { margin-top: var(--w2-g3); padding-top: var(--w2-g3); border-top: 1px solid var(--w2-bdr); }
.w2-news-maps-all { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; font-weight: 500; color: var(--w2-sky); text-decoration: none; transition: color .15s; }
.w2-news-maps-all:hover { color: var(--w2-white); text-decoration: underline; }
.w2-news-maps-all-arrow { flex-shrink: 0; line-height: 1; }
.w2-news-grid { display: grid; gap: var(--w2-g5); }
@media (min-width: 640px) { .w2-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .w2-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.w2-news-card { border: 1px solid var(--w2-bdr); border-radius: var(--w2-rxl); background: var(--w2-surf); overflow: hidden; transition: var(--w2-tr); }
.w2-news-card:hover { border-color: rgba(56, 189, 248, .5); background: var(--w2-surf2); }
.w2-news-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.w2-news-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: var(--w2-surf2); }
.w2-news-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.w2-news-card-body { display: flex; flex-direction: column; gap: var(--w2-g2); padding: var(--w2-g4); }
.w2-news-card-category { font-size: var(--w2-fxs); font-weight: 600; color: var(--w2-sky); text-transform: uppercase; letter-spacing: .04em; }
.w2-news-card-title { margin: 0; font-size: var(--w2-fmd); font-weight: 700; color: var(--w2-white); line-height: 1.35; }
.w2-news-card-excerpt { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.5; }
.w2-news-card-meta { display: flex; flex-wrap: wrap; gap: var(--w2-g2); margin-top: auto; font-size: var(--w2-fxs); color: var(--w2-m); }
.w2-news-pagination { display: flex; align-items: center; justify-content: center; gap: var(--w2-g4); margin-top: var(--w2-g6); }
.w2-news-page-btn { display: inline-flex; align-items: center; padding: var(--w2-g2) var(--w2-g4); border-radius: var(--w2-rlg); border: 1px solid var(--w2-bdr2); color: var(--w2-s2); text-decoration: none; font-size: var(--w2-fsm); }
.w2-news-page-btn:hover { border-color: rgba(56, 189, 248, .5); color: var(--w2-white); }
.w2-news-page-btn-disabled { opacity: .5; pointer-events: none; }
.w2-news-page-info { font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-news-short { border: 1px solid var(--w2-bdr); border-radius: var(--w2-rlg); background: var(--w2-surf); padding: var(--w2-g3); position: static; top: auto; max-height: none; overflow: visible; }
.w2-news-short-title { margin: 0 0 var(--w2-g3); padding-bottom: var(--w2-g3); border-bottom: 1px solid var(--w2-bdr); font-size: 0.875rem; font-weight: 700; color: var(--w2-white); }
.w2-news-short-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.w2-news-short-list > li + li { border-top: 1px solid var(--w2-bdr); margin-top: var(--w2-g2); padding-top: var(--w2-g2); }
.w2-news-short-item { display: flex; gap: var(--w2-g2); color: inherit; text-decoration: none; }
.w2-news-short-item:hover .w2-news-short-item-title { color: var(--w2-sky); }
.w2-news-short-thumb { width: 2.75rem; height: 2.75rem; border-radius: var(--w2-rsm); object-fit: cover; object-position: top center; flex-shrink: 0; }
.w2-news-short-text { display: flex; flex-direction: column; gap: 0.125rem; min-width: 0; }
.w2-news-short-item-title { font-size: 0.75rem; font-weight: 600; color: var(--w2-white); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.w2-news-short-date { font-size: 0.6875rem; color: var(--w2-m); }
.w2-news-short-all { display: inline-block; margin-top: var(--w2-g3); font-size: 0.75rem; color: var(--w2-sky); text-decoration: none; }
.w2-news-short-all:hover { color: var(--w2-white); }
.w2-news-article-page .w2-news-layout { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1024px) { .w2-news-article-page .w2-news-layout { grid-template-columns: minmax(0, 1fr) 17rem; } }
.w2-news-article { min-width: 0; }
.w2-news-article-hero { margin: 0 0 var(--w2-g5); border-radius: var(--w2-rxl); overflow: hidden; background: var(--w2-surf2); }
.w2-news-article-hero img { display: block; width: 100%; height: auto; }
.w2-news-article-category { display: inline-block; margin-bottom: var(--w2-g2); font-size: var(--w2-fxs); font-weight: 600; color: var(--w2-sky); text-transform: uppercase; letter-spacing: .04em; }
.w2-news-article-title { margin: 0 0 var(--w2-g3); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; color: var(--w2-white); line-height: 1.2; }
.w2-news-article-meta { display: flex; flex-wrap: wrap; gap: var(--w2-g3); font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-news-article-body { margin-top: var(--w2-g5); font-size: var(--w2-fbase); line-height: 1.7; color: var(--w2-s2); }
.w2-news-article-source { margin-top: var(--w2-g5); padding-top: var(--w2-g4); border-top: 1px solid var(--w2-bdr2); }
.w2-news-article-source-line { margin: 0; font-size: var(--w2-fsm); color: var(--w2-m); line-height: 1.5; }
.w2-news-article-source-label { font-weight: 600; color: var(--w2-s3); }
.w2-news-article-source a { color: var(--w2-sky); text-decoration: underline; text-underline-offset: 2px; }
.w2-news-article-source a:hover { color: var(--w2-white); }
.w2-news-article-original-notice { margin: 0 0 var(--w2-g4); padding: var(--w2-g3) var(--w2-g4); border-radius: var(--w2-rmd); background: rgba(56, 189, 248, 0.08); border: 1px solid rgba(56, 189, 248, 0.2); font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.5; }
.w2-news-related { margin-top: var(--w2-g7); }
.w2-news-related-title { margin: 0 0 var(--w2-g4); font-size: var(--w2-flg); font-weight: 700; color: var(--w2-white); }
.w2-news-related-grid { display: grid; gap: var(--w2-g4); }
@media (min-width: 768px) { .w2-news-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.w2-news-article-body h2 { margin: var(--w2-g6) 0 var(--w2-g3); font-size: var(--w2-flg); font-weight: 700; color: var(--w2-white); line-height: 1.3; }
.w2-news-article-body h3 { margin: var(--w2-g5) 0 var(--w2-g2); font-size: var(--w2-fmd); font-weight: 600; color: var(--w2-white); }
.w2-news-article-body p { margin: 0 0 var(--w2-g4); line-height: 1.7; color: var(--w2-s2); }
.w2-news-article-body ul { margin: 0 0 var(--w2-g4); padding-left: var(--w2-g5); color: var(--w2-s2); }
.w2-news-article-body li { margin-bottom: var(--w2-g2); line-height: 1.6; }
.w2-news-article-body a { color: var(--w2-sky); text-decoration: underline; text-underline-offset: 2px; }
.w2-news-article-body a:hover { color: var(--w2-white); }
.w2-news-article-body img { display: block; max-width: 100%; height: auto; }
.w2-news-article-body figure { max-width: 100%; }
.w2-news-article-body figure:not(.w2-news-inline-figure) { margin: var(--w2-g5) 0; border-radius: var(--w2-rxl); overflow: hidden; background: var(--w2-surf2); }
.w2-news-article-body figcaption { margin-top: var(--w2-g2); padding: 0 var(--w2-g2) var(--w2-g2); font-size: var(--w2-fsm); color: var(--w2-m); line-height: 1.5; }
.w2-news-article-body figcaption cite { font-style: normal; }
.w2-news-inline-figure { margin: var(--w2-g5) 0; border-radius: var(--w2-rxl); overflow: hidden; background: var(--w2-surf2); }
.w2-news-inline-figure img { display: block; width: 100%; height: auto; }
.w2-news-inline-figure figcaption { margin-top: var(--w2-g2); padding: 0 var(--w2-g2) var(--w2-g2); font-size: var(--w2-fsm); color: var(--w2-m); line-height: 1.5; }
.w2-news-article-body blockquote.instagram-media,
.w2-news-article-body blockquote.twitter-tweet { margin: var(--w2-g5) auto; max-width: 100%; }

/* F1 / motorsport events */
.w2-f1-page { max-width: 56rem; margin: 0 auto; }
.w2-f1-breadcrumb ol { display: flex; flex-wrap: wrap; gap: var(--w2-g2); list-style: none; padding: 0; margin: 0 0 var(--w2-g5); font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-f1-breadcrumb a { color: var(--w2-a); text-decoration: none; }
.w2-f1-breadcrumb a:hover { text-decoration: underline; }
.w2-f1-header { margin-bottom: var(--w2-g6); }
.w2-f1-title { margin: 0 0 var(--w2-g2); font-size: var(--w2-f2xl); font-weight: 700; color: var(--w2-white); line-height: 1.2; }
.w2-f1-subtitle { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.45; }
.w2-f1-round { margin-bottom: var(--w2-g7); border: 1px solid var(--w2-bdr2); border-radius: var(--w2-rxl); overflow: hidden; background: rgba(15, 23, 42, 0.45); }
.w2-f1-round-header { padding: var(--w2-g4) var(--w2-g4) var(--w2-g3); border-bottom: 1px solid var(--w2-bdr2); background: rgba(0, 0, 0, 0.2); }
.w2-f1-round-title { margin: 0 0 var(--w2-g1); font-size: var(--w2-fmd); font-weight: 700; color: var(--w2-white); display: flex; flex-wrap: wrap; gap: var(--w2-g2); align-items: baseline; }
.w2-f1-round-number { font-size: var(--w2-fxs); font-weight: 600; color: var(--w2-sky); text-transform: uppercase; letter-spacing: 0.04em; }
.w2-f1-round-location { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); }
.w2-f1-day { border-top: 1px solid var(--w2-bdr2); }
.w2-f1-day:first-of-type { border-top: none; }
.w2-f1-day-title { margin: 0; padding: var(--w2-g2) var(--w2-g4); font-size: var(--w2-fsm); font-weight: 600; color: var(--w2-m); background: rgba(0, 0, 0, 0.15); }
.w2-f1-day-title-short { display: inline; }
.w2-f1-day-title-full { display: none; }
.w2-f1-sessions { display: flex; flex-direction: column; gap: var(--w2-g3); padding: var(--w2-g3) var(--w2-g4) var(--w2-g4); }
.w2-f1-session { border: 1px solid var(--w2-bdr2); border-radius: var(--w2-rlg); background: rgba(15, 23, 42, 0.6); overflow: hidden; }
.w2-f1-session-main { display: block; padding: var(--w2-g3) var(--w2-g3) var(--w2-g2); text-decoration: none; color: inherit; transition: background .15s; }
.w2-f1-session-main:hover { background: rgba(255, 255, 255, 0.03); }
.w2-f1-session-tournament { display: block; margin-bottom: var(--w2-g1); font-size: var(--w2-fxs); font-weight: 600; color: var(--w2-sky); text-transform: uppercase; letter-spacing: 0.04em; }
.w2-f1-badge { display: inline-block; margin-bottom: var(--w2-g2); padding: 0.125rem 0.5rem; border-radius: 999px; font-size: var(--w2-fxs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.w2-f1-badge-practice { background: rgba(56, 189, 248, 0.15); color: #7dd3fc; }
.w2-f1-badge-qualifying { background: rgba(250, 204, 21, 0.15); color: #fde047; }
.w2-f1-badge-grand_prix { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }
.w2-f1-badge-round { background: rgba(148, 163, 184, 0.15); color: var(--w2-s3); margin-inline-end: var(--w2-g2); }
.w2-tennis-badge-surface { margin-inline-end: var(--w2-g2); }
.w2-tennis-badge-surface-grass { background: rgba(34, 197, 94, 0.18); color: #86efac; }
.w2-tennis-badge-surface-clay { background: rgba(234, 88, 12, 0.2); color: #fdba74; }
.w2-tennis-badge-surface-hard { background: rgba(59, 130, 246, 0.2); color: #93c5fd; }
.w2-tennis-badge-tour { margin-inline-end: var(--w2-g2); }
.w2-tennis-badge-tour-atp { background: rgba(0, 51, 102, 0.35); color: #7dd3fc; }
.w2-tennis-badge-tour-wta { background: rgba(124, 58, 237, 0.25); color: #c4b5fd; }
.w2-tennis-session.w2-tennis-surface-grass { border-inline-start: 3px solid #22c55e; }
.w2-tennis-session.w2-tennis-surface-clay { border-inline-start: 3px solid #ea580c; }
.w2-tennis-session.w2-tennis-surface-hard { border-inline-start: 3px solid #3b82f6; }
.w2-tennis-show.w2-tennis-surface-grass .w2-f1-session-header { padding-inline-start: var(--w2-g4); border-inline-start: 4px solid #22c55e; }
.w2-tennis-show.w2-tennis-surface-clay .w2-f1-session-header { padding-inline-start: var(--w2-g4); border-inline-start: 4px solid #ea580c; }
.w2-tennis-show.w2-tennis-surface-hard .w2-f1-session-header { padding-inline-start: var(--w2-g4); border-inline-start: 4px solid #3b82f6; }
.w2-f1-session-meta { display: flex; flex-wrap: wrap; gap: var(--w2-g2); align-items: center; }
.w2-f1-session-body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--w2-g3); align-items: center; }
.w2-f1-session-info { display: flex; flex-direction: column; gap: 0.25rem; min-width: 0; }
.w2-f1-session-race { font-size: var(--w2-fbase); font-weight: 600; color: var(--w2-white); }
.w2-f1-session-label { font-size: var(--w2-fsm); color: var(--w2-s3); }
.w2-f1-session-side { flex-shrink: 0; }
.w2-f1-session-footer { display: flex; flex-direction: column; gap: var(--w2-g1); padding: var(--w2-g2) var(--w2-g3) var(--w2-g3); border-top: 1px solid var(--w2-bdr2); background: rgba(0, 0, 0, 0.15); }
.w2-f1-session-footer-label { font-size: var(--w2-fxs); font-weight: 500; color: var(--w2-m); text-transform: uppercase; letter-spacing: 0.03em; }
.w2-f1-city-link {
    display: flex;
    align-items: center;
    gap: var(--w2-g2);
    padding: 0.3125rem var(--w2-g3) 0.4375rem;
    min-height: 0;
    text-decoration: none;
    color: var(--w2-s3);
    font-size: var(--w2-fsm);
    transition: background .15s, color .15s;
}
.w2-f1-city-link:hover { background: rgba(255, 255, 255, 0.04); color: var(--w2-a); }
.w2-f1-city-weather {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    font-weight: 600;
    color: var(--w2-white);
}
.w2-f1-city-weather-icon { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.w2-f1-city-link-name {
    min-width: 0;
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--w2-fsm);
    color: inherit;
}
.w2-f1-city-link-action {
    flex-shrink: 0;
    margin-inline-start: auto;
    font-size: var(--w2-fbase);
    font-weight: 600;
    color: var(--w2-a);
    white-space: nowrap;
}
.w2-f1-city-period-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--w2-g2);
    margin-top: var(--w2-g2);
    padding: 0 var(--w2-g3) var(--w2-g3);
}
.w2-f1-city-period-link {
    font-size: var(--w2-fxs);
    font-weight: 600;
    color: var(--w2-a);
    text-decoration: none;
    padding: 0.2rem 0.55rem;
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 999px;
}
.w2-f1-city-period-link:hover {
    background: rgba(56, 189, 248, 0.12);
}
.w2-f1-session-header { margin-bottom: var(--w2-g6); }
.w2-f1-session-title { margin: var(--w2-g2) 0 var(--w2-g1); font-size: var(--w2-f2xl); font-weight: 700; color: var(--w2-white); line-height: 1.2; }
.w2-f1-session-subtitle { margin: 0 0 var(--w2-g1); font-size: var(--w2-fmd); color: var(--w2-s3); }
.w2-f1-session-circuit { margin: 0 0 var(--w2-g4); font-size: var(--w2-fsm); color: var(--w2-m); }
.w2-f1-section-title { margin: 0 0 var(--w2-g4); font-size: var(--w2-flg); font-weight: 700; color: var(--w2-white); }
.w2-f1-links-list { list-style: none; margin: 0; padding: 0; }
.w2-f1-links-list--dual { display: grid; grid-template-columns: 1fr 1fr; gap: var(--w2-g3); }
.w2-f1-links-list--dual > li { min-width: 0; }
.w2-f1-link-card { display: flex; flex-direction: column; gap: var(--w2-g1); padding: var(--w2-g4); border: 1px solid var(--w2-bdr2); border-radius: var(--w2-rlg); background: rgba(15, 23, 42, 0.6); color: inherit; text-decoration: none; transition: border-color .15s, background .15s; }
.w2-f1-link-card:hover { border-color: rgba(56, 189, 248, 0.5); background: rgba(15, 23, 42, 0.85); }
.w2-f1-link-label { font-size: var(--w2-fxs); font-weight: 600; color: var(--w2-m); text-transform: uppercase; letter-spacing: 0.03em; }
.w2-f1-link-value { font-size: var(--w2-fmd); font-weight: 600; color: var(--w2-white); }
.w2-f1-link-circuit { font-size: var(--w2-fsm); color: var(--w2-s3); }
.w2-f1-calendar-notice { margin-bottom: var(--w2-g6); padding: var(--w2-g4); border: 1px dashed var(--w2-bdr2); border-radius: var(--w2-rlg); background: rgba(15, 23, 42, 0.4); }
.w2-f1-calendar-notice-text { margin: 0; font-size: var(--w2-fsm); color: var(--w2-s3); line-height: 1.5; }
@media (min-width: 640px) {
    .w2-f1-day-title-short { display: none; }
    .w2-f1-day-title-full { display: inline; }
}
.w2-f1-archive { margin-top: var(--w2-g7); padding-top: var(--w2-g5); border-top: 1px solid var(--w2-bdr2); }
.w2-f1-archive-title { margin: 0 0 var(--w2-g5); font-size: var(--w2-flg); font-weight: 700; color: var(--w2-m); text-transform: uppercase; letter-spacing: 0.06em; }
.w2-f1-round-archive { opacity: 0.88; }
.w2-world-cup-archive { margin-top: var(--w2-g7); padding-top: var(--w2-g5); border-top: 1px solid var(--w2-bdr2); }
.w2-world-cup-archive-title { margin: 0 0 var(--w2-g5); font-size: var(--w2-flg); font-weight: 700; color: var(--w2-m); text-transform: uppercase; letter-spacing: 0.06em; }
.w2-world-cup-day-archive { opacity: 0.88; }

/* ========== Share buttons ========== */
.w2-share-slot{margin:var(--w2-g5) 0 var(--w2-g4)}
.w2-share{display:flex;flex-direction:column;align-items:stretch;gap:var(--w2-g3);padding:var(--w2-g4);border:1px solid var(--w2-bdr);border-radius:var(--w2-rlg);background:var(--w2-surf)}
.w2-share--inline{padding:0;border:none;border-radius:0;background:transparent;gap:var(--w2-g2)}
.w2-share--inline .w2-share-label{font-size:var(--w2-fsm);font-weight:600;color:var(--w2-m)}
.w2-share--inline .w2-share-body{gap:var(--w2-g2)}
.w2-share--inline .w2-share-buttons{display:flex;flex-wrap:wrap;gap:var(--w2-g2);width:100%}
.w2-share--inline .w2-share-btn{width:2.375rem;height:2.375rem}
.w2-share--inline .w2-share-btn svg{width:1.0625rem;height:1.0625rem}
@media(min-width:640px){
.w2-share--inline{flex-direction:row;align-items:center;gap:var(--w2-g3)}
.w2-share--inline .w2-share-body{flex-direction:row;align-items:center}
.w2-share--inline .w2-share-buttons{width:auto}
.w2-share--inline .w2-share-btn{width:2.25rem;height:2.25rem}
.w2-share--inline .w2-share-btn svg{width:1rem;height:1rem}
}
.w2-share-label{font-size:var(--w2-fbase);font-weight:600;color:var(--w2-s3);line-height:1.2}
.w2-share-body{display:flex;flex-direction:column;align-items:stretch;gap:var(--w2-g3);min-width:0}
.w2-share-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(2.75rem,2.75rem));gap:var(--w2-g3);justify-content:start;width:100%}
.w2-share-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--w2-bdr);border-radius:var(--w2-rmd);background:var(--w2-surf2);color:var(--w2-s3);text-decoration:none;cursor:pointer;transition:var(--w2-tr);-webkit-tap-highlight-color:transparent}
.w2-share-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}
.w2-share-btn:hover,.w2-share-btn:focus-visible{outline:none}
.w2-share-btn:focus-visible{box-shadow:0 0 0 2px var(--w2-bg),0 0 0 4px rgba(56,189,248,.45)}
.w2-share-btn--facebook{color:#1877f2;border-color:rgba(24,119,242,.35)}
.w2-share-btn--facebook:hover,.w2-share-btn--facebook:focus-visible{color:#1877f2;border-color:rgba(24,119,242,.55);background:rgba(24,119,242,.12)}
.w2-share-btn--twitter{color:#e7e9ea;border-color:rgba(231,233,234,.25)}
.w2-share-btn--twitter:hover,.w2-share-btn--twitter:focus-visible{color:#fff;border-color:rgba(231,233,234,.45);background:rgba(255,255,255,.08)}
.w2-share-btn--whatsapp{color:#25d366;border-color:rgba(37,211,102,.35)}
.w2-share-btn--whatsapp:hover,.w2-share-btn--whatsapp:focus-visible{color:#25d366;border-color:rgba(37,211,102,.55);background:rgba(37,211,102,.12)}
.w2-share-btn--telegram{color:#26a5e4;border-color:rgba(38,165,228,.35)}
.w2-share-btn--telegram:hover,.w2-share-btn--telegram:focus-visible{color:#26a5e4;border-color:rgba(38,165,228,.55);background:rgba(38,165,228,.12)}
.w2-share-btn--linkedin{color:#0a66c2;border-color:rgba(10,102,194,.35)}
.w2-share-btn--linkedin:hover,.w2-share-btn--linkedin:focus-visible{color:#0a66c2;border-color:rgba(10,102,194,.55);background:rgba(10,102,194,.12)}
.w2-share-btn--reddit{color:#ff4500;border-color:rgba(255,69,0,.35)}
.w2-share-btn--reddit:hover,.w2-share-btn--reddit:focus-visible{color:#ff4500;border-color:rgba(255,69,0,.55);background:rgba(255,69,0,.12)}
.w2-share-btn--pinterest{color:#e60023;border-color:rgba(230,0,35,.35)}
.w2-share-btn--pinterest:hover,.w2-share-btn--pinterest:focus-visible{color:#e60023;border-color:rgba(230,0,35,.55);background:rgba(230,0,35,.12)}
.w2-share-btn--threads{color:#f5f5f5;border-color:rgba(245,245,245,.2)}
.w2-share-btn--threads:hover,.w2-share-btn--threads:focus-visible{color:#fff;border-color:rgba(245,245,245,.4);background:rgba(255,255,255,.08)}
.w2-share-btn--email{color:#ea4335;border-color:rgba(234,67,53,.35)}
.w2-share-btn--email:hover,.w2-share-btn--email:focus-visible{color:#ea4335;border-color:rgba(234,67,53,.55);background:rgba(234,67,53,.12)}
.w2-share-btn--copy{color:var(--w2-a);border-color:rgba(56,189,248,.3)}
.w2-share-btn--copy:hover,.w2-share-btn--copy:focus-visible{color:var(--w2-a);border-color:rgba(56,189,248,.5);background:var(--w2-ah)}
.w2-share-btn--native{color:var(--w2-s3);border-color:var(--w2-bdr)}
.w2-share-btn--native:hover,.w2-share-btn--native:focus-visible{color:var(--w2-a);border-color:rgba(56,189,248,.5);background:var(--w2-ah)}
.w2-share-feedback{width:100%;margin:0;font-size:var(--w2-fsm);color:var(--w2-a);text-align:center}
@media(min-width:640px){
.w2-share{flex-direction:row;align-items:center;gap:var(--w2-g4)}
.w2-share-label{flex-shrink:0;padding-top:.125rem}
.w2-share-body{flex:1;flex-direction:row;align-items:center;gap:var(--w2-g3)}
.w2-share-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:var(--w2-g2);width:auto}
.w2-share-btn{width:2.5rem;height:2.5rem}
.w2-share-btn svg{width:1.125rem;height:1.125rem}
}
@media(min-width:1024px){
.w2-share-btn{width:2.625rem;height:2.625rem}
.w2-share-btn svg{width:1.1875rem;height:1.1875rem}
}
@media(prefers-reduced-motion:reduce){.w2-share-btn{transition:none}}

