/*
Theme Name: Club Streaming
Theme URI: https://clubstreaming.it/
Author: Club Streaming
Description: Premium sports streaming theme for Club Streaming.
Version: 4.3.11
License: GPL v2 or later
Text Domain: club-streaming
*/

:root{
 --cs-bg:#090b0e;
 --cs-surface:#11151a;
 --cs-surface-2:#171c22;
 --cs-text:#fff;
 --cs-muted:#aeb5bd;
 --cs-line:rgba(255,255,255,.10);
 --cs-primary:#d71920;
 --cs-accent:#d71920;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cs-bg);color:var(--cs-text);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button,input{font:inherit}

.cs-header{
 height:76px;background:#08090b;border-bottom:1px solid var(--cs-line);
 display:flex;align-items:center;justify-content:space-between;padding:0 42px;
 position:relative;z-index:10
}
.cs-brand{display:flex;align-items:center;gap:14px;font-size:20px;font-weight:900;letter-spacing:.4px}
.cs-brand img{width:42px;height:42px;object-fit:contain}
.cs-brand-mark{width:42px;height:42px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}
.cs-nav{display:flex;align-items:center;gap:30px;margin-left:auto;margin-right:28px}
.cs-nav a{font-size:14px;font-weight:700;color:#e8ebee;opacity:.9}
.cs-nav a:hover{color:#fff}
.cs-header-actions{display:flex;align-items:center;gap:14px}
.cs-icon{width:38px;height:38px;border:1px solid var(--cs-line);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}
.cs-live-btn{background:var(--cs-accent);padding:12px 20px;border-radius:5px;font-size:12px;font-weight:900;letter-spacing:.4px}
.cs-live-btn:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff;margin-right:8px}

.cs-hero{position:relative;min-height:690px;background-size:cover;background-position:center;overflow:hidden}
.cs-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.42) 100%)}
.cs-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(transparent,var(--cs-bg))}
.cs-hero-inner{position:relative;z-index:2;max-width:1180px;margin:auto;padding:58px 30px 52px}
.cs-kicker{text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:1.5px;color:#fff;margin-bottom:18px}
.cs-kicker:before{content:"";display:inline-block;width:4px;height:14px;background:var(--cs-accent);margin-right:9px;vertical-align:-2px}
.cs-match{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:25px;max-width:980px;margin:auto}
.cs-team{text-align:center}
.cs-team-logo{width:220px;height:220px;object-fit:contain;filter:drop-shadow(0 12px 25px rgba(0,0,0,.45))}
.cs-team-name{font-size:20px;font-weight:900;margin-top:18px;text-transform:uppercase}
.cs-match-center{text-align:center}
.cs-vs{font-size:18px;font-weight:900;color:#fff;margin-bottom:13px}
.cs-date{font-size:14px;font-weight:800;text-transform:uppercase;color:#e2e5e8}
.cs-time{font-size:42px;font-weight:900;line-height:1.05;margin:4px 0 6px}
.cs-venue{font-size:12px;color:var(--cs-muted)}
.cs-count-title{text-align:center;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:1.2px;margin-top:42px;color:#cdd2d7}
.cs-countdown{display:flex;justify-content:center;gap:10px;margin-top:12px}
.cs-count-box{min-width:84px;padding:12px 12px 10px;background:#fff;color:#0a0c0f;border-radius:5px;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.24)}
.cs-count-num{display:block;font-size:31px;font-weight:900;line-height:1}
.cs-count-label{display:block;margin-top:7px;font-size:8px;text-transform:uppercase;font-weight:900;color:#666}
.cs-buy{display:block;margin:25px auto 0;border:0;background:var(--cs-accent);color:#fff;border-radius:5px;padding:15px 32px;min-width:300px;font-size:13px;font-weight:900;letter-spacing:.3px;cursor:pointer;transition:transform .15s,filter .15s}
.cs-buy:hover{filter:brightness(1.1);transform:translateY(-1px)}
.cs-price{text-align:center;font-size:12px;color:#c2c8ce;margin-top:10px}
.cs-ticket-panel{max-width:960px;margin:30px auto 0}
.cs-live-sections{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cs-live-card{background:rgba(17,21,26,.96);border:1px solid var(--cs-line);border-radius:8px;padding:24px;color:#fff}
.cs-live-card h2{margin:0 0 18px;font-size:20px}
.cs-live-card hr{border:0;border-top:1px solid var(--cs-line);margin:25px 0}
.cs-field{margin-bottom:12px}
.cs-field label{display:block;font-size:11px;font-weight:900;text-transform:uppercase;margin-bottom:6px;color:#cfd4d9}
.cs-field input{width:100%;padding:12px;border:1px solid #30363d;border-radius:5px;background:#0b0e12;color:#fff;outline:none}
.cs-field input:focus{border-color:var(--cs-accent)}
.cs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cs-form-message{text-align:center;margin-top:12px;color:#dce1e5;font-size:13px}
.cs-msg{color:#b7bec6;line-height:1.6}
.cs-live-page{min-height:calc(100vh - 150px);padding:55px 20px;background:#090b0e}
.cs-live-box{max-width:1120px;margin:auto}
.cs-live-box>h1{text-align:center;font-size:32px;margin:0 0 10px}
.cs-player{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.cs-player iframe{width:100%;height:100%;border:0}
.cs-player-title{text-align:center;margin:0 0 20px}
.cs-locked{text-align:center;padding:80px 20px;background:var(--cs-surface);border:1px solid var(--cs-line);border-radius:8px}

.cs-footer{background:#fff;color:#16191d;border-top:1px solid #e5e7e9;min-height:78px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;font-size:11px}
.cs-footer-links{display:flex;gap:24px;font-weight:800}

@media(max-width:900px){
 .cs-header{padding:0 20px}.cs-nav{display:none}
 .cs-hero{min-height:720px}.cs-hero-inner{padding:42px 18px}
 .cs-match{grid-template-columns:1fr 110px 1fr;gap:8px}
 .cs-team-logo{width:170px;height:170px}.cs-team-name{font-size:16px}
 .cs-time{font-size:34px}.cs-count-title{margin-top:32px}
}
@media(max-width:700px){
 .cs-header{height:66px;padding:0 14px}.cs-brand{font-size:16px}.cs-brand-mark,.cs-brand img{width:36px;height:36px}.cs-live-btn{padding:10px 12px;font-size:10px}
 .cs-icon{display:none}
 .cs-hero{min-height:790px}.cs-hero-inner{padding:30px 12px}
 .cs-match{grid-template-columns:1fr;gap:16px}.cs-match-center{order:2}.cs-team:first-child{order:1}.cs-team:last-child{order:3}
 .cs-team-logo{width:145px;height:145px}.cs-team-name{font-size:15px;margin-top:8px}
 .cs-vs{margin:0 0 5px}.cs-date{font-size:12px}.cs-time{font-size:34px}
 .cs-countdown{gap:5px}.cs-count-box{min-width:68px;padding:10px 7px}.cs-count-num{font-size:24px}.cs-count-label{font-size:7px}
 .cs-buy{min-width:0;width:100%;padding:14px 18px}.cs-live-sections{grid-template-columns:1fr}.cs-form-row{grid-template-columns:1fr}
 .cs-footer{min-height:70px;padding:14px;flex-direction:column;gap:10px;justify-content:center}.cs-footer-links{gap:14px}
}

/* Club Streaming 2.3 — premium OTT home */
.cs-home{background:#090b0e}.cs-ott-hero{position:relative;min-height:720px;background:#090b0e var(--cs-hero-image) center/cover no-repeat;overflow:hidden}.cs-ott-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.70) 43%,rgba(0,0,0,.38) 75%,rgba(0,0,0,.72)),linear-gradient(0deg,#090b0e 0%,transparent 28%)}.cs-ott-content{position:relative;z-index:2;max-width:1240px;margin:auto;padding:55px 42px 60px}.cs-live-badge{font-size:11px;font-weight:900;letter-spacing:1.5px;margin-bottom:12px}.cs-live-badge span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--cs-accent);margin-right:7px;box-shadow:0 0 12px var(--cs-accent)}.cs-league{color:#b9c0c7;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.cs-ott-hero .cs-match{max-width:1050px;grid-template-columns:1fr 220px 1fr;gap:40px}.cs-ott-hero .cs-team-logo{width:245px;height:245px}.cs-ott-hero .cs-team-name{font-size:22px}.cs-ott-hero .cs-time{font-size:48px}.cs-ott-hero .cs-vs{font-size:14px;opacity:.7}.cs-count-title{margin-top:36px}.cs-hero-buy{display:flex;justify-content:center;align-items:center;gap:12px;width:max-content;min-width:340px}.cs-hero-buy small{font-size:11px;border-left:1px solid rgba(255,255,255,.35);padding-left:12px}.cs-next-section{max-width:1240px;margin:auto;padding:0 42px 60px}.cs-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.cs-section-head>div{display:flex;gap:10px;align-items:center}.cs-section-head a{font-size:11px;color:#b9c0c7;text-transform:none}.cs-red-line{width:4px;height:17px;background:var(--cs-accent)}.cs-event-card{height:250px;position:relative;overflow:hidden;border-radius:8px;background:#12161b}.cs-event-card-bg{position:absolute;inset:0;background-size:cover;background-position:center}.cs-event-card-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.45),rgba(0,0,0,.12))}.cs-event-card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:35px 42px}.cs-event-label{font-size:10px;color:#c7cdd3;font-weight:900;text-transform:uppercase;letter-spacing:1.5px}.cs-event-card h2{font-size:30px;margin:9px 0 7px}.cs-event-card h2 span{font-size:14px;color:#9098a0;margin:0 7px;text-transform:uppercase}.cs-event-card p{margin:0 0 18px;color:#b4bbc2;font-size:12px}.cs-event-card a{display:flex;width:190px;justify-content:center;background:var(--cs-accent);border-radius:5px;padding:12px;font-size:11px;font-weight:900}
@media(max-width:700px){.cs-ott-hero{min-height:820px}.cs-ott-content{padding:32px 15px 45px}.cs-ott-hero .cs-match{grid-template-columns:1fr;gap:13px}.cs-ott-hero .cs-team-logo{width:145px;height:145px}.cs-ott-hero .cs-team-name{font-size:16px}.cs-ott-hero .cs-team:first-child{order:1}.cs-ott-hero .cs-match-center{order:2}.cs-ott-hero .cs-team:last-child{order:3}.cs-ott-hero .cs-time{font-size:36px}.cs-hero-buy{width:100%;min-width:0;font-size:11px}.cs-next-section{padding:0 14px 40px}.cs-event-card{height:220px}.cs-event-card-content{padding:25px}.cs-event-card h2{font-size:22px}}

/* 2.4 refinements */
.cs-ott-content{text-align:center}.cs-live-badge,.cs-league{width:100%;text-align:center}.cs-live-badge span{vertical-align:1px}
.cs-ott-hero .cs-match{margin-left:auto;margin-right:auto}.cs-ott-hero .cs-team{text-align:center}
.cs-live-sections{grid-template-columns:repeat(3,1fr);align-items:stretch}.cs-live-card{height:100%}.cs-card-icon{width:38px;height:38px;border:1px solid var(--cs-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cs-accent);font-weight:900;margin-bottom:14px}.cs-paypal-area{margin-top:15px}.cs-paypal-disabled{width:100%;min-width:0;opacity:.6;cursor:not-allowed}.cs-live-card .cs-buy{width:100%;min-width:0}.cs-live-card p{color:#aeb5bd}
@media(max-width:900px){.cs-live-sections{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.cs-live-sections{grid-template-columns:1fr}.cs-ott-content{text-align:center}}

/* 2.5 date alignment */
.cs-ott-hero .cs-date{white-space:nowrap;font-size:14px}
@media(max-width:380px){.cs-ott-hero .cs-date{font-size:11px;letter-spacing:-.15px}}

/* Club Streaming 2.5 — official visual direction */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--cs-font:'Inter',Arial,Helvetica,sans-serif}
body{font-family:var(--cs-font);background:#090a0c}
.cs-header{height:92px;background:#0b0c0e;border-bottom:1px solid rgba(255,255,255,.10);padding:0 42px}
.cs-brand{display:flex;align-items:center;line-height:0}
.cs-main-logo{display:block;width:300px!important;height:auto!important;max-width:300px!important;max-height:none!important;object-fit:contain;image-rendering:auto}
.cs-header>.cs-live-btn{margin-left:auto;background:var(--cs-accent);border-radius:6px;padding:13px 22px;font-size:12px;font-weight:900;letter-spacing:.5px}
.cs-header>.cs-live-btn:before{display:none}
.cs-ott-hero{min-height:calc(100vh - 92px);height:auto;background-position:center center}
.cs-ott-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.50) 50%,rgba(0,0,0,.75)),linear-gradient(0deg,#090a0c 0%,transparent 22%)}
.cs-ott-content{max-width:1250px;padding:58px 35px 70px;text-align:center}
.cs-live-badge,.cs-league{width:100%;text-align:center}
.cs-live-badge{font-size:13px;letter-spacing:2px}
.cs-league{font-size:22px;font-weight:800;letter-spacing:.2px;color:#fff;margin-bottom:26px}
.cs-match-center{justify-content:center;align-items:center}
.cs-ott-hero .cs-vs.cs-league-center{order:0;font-size:22px;font-weight:800;opacity:1;color:#fff;margin:0 0 8px;text-transform:none}
.cs-ott-hero .cs-date{font-size:20px;font-weight:700;white-space:nowrap;color:#fff}
.cs-ott-hero .cs-time{font-size:64px;font-weight:900;letter-spacing:-2px;line-height:1}
.cs-ott-hero .cs-venue{font-size:14px;color:#c6cbd0;margin-top:7px}
.cs-ott-hero .cs-team-logo{width:260px;height:260px}
.cs-ott-hero .cs-team-name{font-size:23px;font-weight:900;letter-spacing:.3px}
.cs-count-title{font-size:11px;letter-spacing:1.7px;margin-top:34px}
.cs-count-box{min-width:78px;padding:12px 10px;border-radius:6px}
.cs-count-num{font-size:31px}
.cs-hero-buy{margin-top:25px}
.cs-next-section{display:none}
.cs-footer{min-height:72px;height:72px}
@media(max-width:900px){
 .cs-header{padding:0 22px}.cs-main-logo{width:250px!important;max-width:250px!important}
 .cs-ott-hero .cs-team-logo{width:210px;height:210px}.cs-ott-hero .cs-time{font-size:52px}.cs-ott-hero .cs-date{font-size:17px}
}
@media(max-width:700px){
 .cs-header{height:74px;padding:0 14px}.cs-main-logo{width:200px!important;max-width:200px!important}
 .cs-header>.cs-live-btn{padding:10px 12px;font-size:9px}
 .cs-ott-hero{min-height:calc(100vh - 74px)}
 .cs-ott-content{padding:34px 12px 50px}
 .cs-league{font-size:17px;margin-bottom:16px}
 .cs-ott-hero .cs-team-logo{width:145px;height:145px}
 .cs-ott-hero .cs-team-name{font-size:16px}
 .cs-ott-hero .cs-vs.cs-league-center{font-size:17px}
 .cs-ott-hero .cs-date{font-size:13px;white-space:nowrap}
 .cs-ott-hero .cs-time{font-size:42px}
 .cs-footer{height:auto;min-height:70px}
}

/* Club Streaming 2.6 — final alignment */
.cs-header{
  min-height:92px;height:auto;
  padding:25px 42px;
  box-sizing:border-box;
  display:flex;align-items:center;
}
.cs-main-logo{
  width:275px!important;height:auto!important;
  max-width:275px!important;max-height:none!important;
  display:block;object-fit:contain;
}
.cs-header>.cs-live-btn{
  display:inline-flex!important;
  align-items:center;justify-content:center;gap:9px;
  min-height:44px;
  padding:0 20px!important;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),var(--cs-accent);
  box-shadow:0 7px 20px rgba(0,0,0,.25);
  font-size:11px!important;font-weight:900;letter-spacing:1px;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.cs-header>.cs-live-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 25px rgba(0,0,0,.32);
  filter:brightness(1.06);
}
.cs-live-icon{
  width:21px;height:21px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.35);
  font-size:9px;line-height:1;padding-left:1px;
}
.cs-ott-content{
  display:flex;flex-direction:column;align-items:center;
  justify-content:center;
  text-align:center;
}
.cs-live-badge,.cs-league{
  text-align:center!important;
  align-self:center;
}
.cs-live-badge{margin-bottom:14px}
.cs-ott-hero .cs-match{
  margin-left:auto!important;margin-right:auto!important;
  width:100%;
  align-items:center;
  justify-items:center;
}
.cs-ott-hero .cs-team,
.cs-ott-hero .cs-match-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.cs-ott-hero .cs-match-center{grid-column:2}
.cs-ott-hero .cs-team:first-child{grid-column:1}
.cs-ott-hero .cs-team:last-child{grid-column:3}
.cs-ott-hero .cs-vs.cs-league-center{
  order:0;
  margin-bottom:9px!important;
}
.cs-ott-hero .cs-date{order:1;white-space:nowrap}
.cs-ott-hero .cs-time{order:2}
.cs-ott-hero .cs-venue{order:3}
.cs-count-title{text-align:center!important;width:100%}
.cs-countdown{
  justify-content:center!important;
  margin-left:auto!important;margin-right:auto!important;
}
.cs-hero-buy{margin-left:auto!important;margin-right:auto!important}
@media(max-width:900px){
 .cs-header{padding:25px 22px}
 .cs-main-logo{width:275px!important;max-width:275px!important}
}
@media(max-width:700px){
 .cs-header{min-height:0;padding:25px 14px}
 .cs-main-logo{width:220px!important;max-width:220px!important}
 .cs-header>.cs-live-btn{min-height:40px;padding:0 13px!important;font-size:9px!important}
 .cs-live-icon{width:18px;height:18px;font-size:8px}
 .cs-ott-content{justify-content:flex-start}
 .cs-ott-hero .cs-match{grid-template-columns:1fr!important}
 .cs-ott-hero .cs-team:first-child,.cs-ott-hero .cs-match-center,.cs-ott-hero .cs-team:last-child{grid-column:1}
}

/* Club Streaming 2.7 */
.cs-header{padding:20px 42px}
.cs-main-logo{width:250px!important;max-width:250px!important}
.cs-ott-hero .cs-team-name{font-size:34.5px!important;line-height:1.08;font-weight:900;letter-spacing:-.4px}
.cs-ott-hero .cs-league{font-size:22px;font-weight:800}
.cs-live-page{
  min-height:calc(100vh - 90px);
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.065),transparent 34%),
    radial-gradient(circle at 10% 80%,color-mix(in srgb,var(--cs-accent) 13%,transparent),transparent 34%),
    linear-gradient(145deg,#08090b 0%,#111419 52%,#08090b 100%);
  padding:0;
}
.cs-live-page-shell{max-width:1240px;margin:0 auto;padding:70px 34px 85px}
.cs-live-intro{text-align:center;max-width:850px;margin:0 auto 46px}
.cs-live-intro h1{
  margin:0 0 12px;
  font-size:clamp(38px,5vw,62px);
  line-height:1;
  font-weight:900;
  letter-spacing:-2px;
  color:#fff;
}
.cs-live-intro p{
  margin:0 auto;
  color:#b8bec5;
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}
.cs-live-sections{gap:22px}
.cs-live-card{
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:0 22px 60px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-radius:12px!important;
}
.cs-live-card h2{font-size:20px!important;font-weight:800;letter-spacing:-.2px}
.cs-live-card p{font-size:13px!important;line-height:1.55}
.cs-live-card .cs-field label{font-size:11px!important;text-transform:uppercase;letter-spacing:.7px;font-weight:800}
.cs-live-card input{
  background:rgba(0,0,0,.24)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#fff!important;
  border-radius:6px!important;
}
.cs-live-card input:focus{border-color:var(--cs-accent)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--cs-accent) 18%,transparent)!important}
.cs-card-icon{box-shadow:0 0 0 5px rgba(255,255,255,.025)}
@media(max-width:900px){
 .cs-header{padding:20px 22px}
 .cs-main-logo{width:250px!important;max-width:250px!important}
 .cs-ott-hero .cs-team-name{font-size:31px!important}
 .cs-live-page-shell{padding:55px 22px 65px}
}
@media(max-width:700px){
 .cs-header{padding:20px 14px}
 .cs-main-logo{width:200px!important;max-width:200px!important}
 .cs-ott-hero .cs-team-name{font-size:24px!important}
 .cs-live-page-shell{padding:42px 14px 50px}
 .cs-live-intro{margin-bottom:30px}
 .cs-live-intro h1{font-size:40px;letter-spacing:-1.4px}
 .cs-live-intro p{font-size:14px}
}

/* Club Streaming 2.8 — precision layout */
.cs-header{padding:10px 42px;min-height:0}
.cs-main-logo{width:240px!important;max-width:240px!important;height:auto!important}
.cs-header>.cs-live-btn{padding:0 20px!important;min-height:44px}
.cs-live-icon svg{width:13px;height:13px;display:block;fill:currentColor}
.cs-ott-content{align-items:center;text-align:center}
.cs-live-badge{margin-bottom:20px!important}
.cs-ott-hero .cs-match{grid-template-columns:minmax(0,1fr) 220px minmax(0,1fr)!important;align-items:center!important}
.cs-ott-hero .cs-team{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0}
.cs-ott-hero .cs-team-logo{width:245px;height:245px;flex:0 0 auto}
.cs-ott-hero .cs-team-name{font-size:34.5px!important;line-height:1.08;white-space:nowrap;text-align:center;margin-top:14px}
.cs-ott-hero .cs-match-center{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.cs-ott-hero .cs-vs.cs-league-center{font-size:22px!important;margin-bottom:9px!important}
.cs-ott-hero .cs-date{white-space:nowrap}
.cs-live-intro{text-align:center!important}
.cs-live-intro h1,.cs-live-intro p{text-align:center!important}
.cs-live-page-shell{padding-top:65px}
.cs-live-form-row,.cs-form-row{display:grid!important;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:700px){
 .cs-header{padding:10px 14px}
 .cs-main-logo{width:190px!important;max-width:190px!important}
 .cs-header>.cs-live-btn{min-height:40px;padding:0 12px!important}
 .cs-ott-hero .cs-match{grid-template-columns:1fr!important}
 .cs-ott-hero .cs-team-name{font-size:24px!important;white-space:normal}
 .cs-ott-hero .cs-team-logo{width:145px;height:145px}
 .cs-form-row{grid-template-columns:1fr 1fr!important;gap:10px}
 .cs-live-page-shell{padding-top:42px}
}

/* Club Streaming 2.9 — teams +10%, city and integrated hero footer */
.cs-ott-hero .cs-team-logo{width:270px!important;height:270px!important}
.cs-ott-hero .cs-city{
  font-size:12px;
  color:#fff;
  margin-top:3px;
  line-height:1.25;
  opacity:.88;
}
.cs-hero-footer{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1240px;
  margin:42px auto 0;
  padding:15px 42px 10px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.18);
  color:#fff!important;
  font-size:11px;
  font-weight:500;
}
.cs-hero-footer *{color:#fff!important}
.cs-hero-footer-links{display:flex;gap:24px}
.cs-hero-footer a{text-decoration:none;opacity:.92}
.cs-hero-footer a:hover{text-decoration:underline;opacity:1}
.cs-footer{display:none!important}
.cs-ott-hero .cs-venue{margin-top:7px}
@media(max-width:900px){
 .cs-ott-hero .cs-team-logo{width:250px!important;height:250px!important}
 .cs-hero-footer{padding-left:22px;padding-right:22px}
}
@media(max-width:700px){
 .cs-ott-hero .cs-team-logo{width:160px!important;height:160px!important}
 .cs-hero-footer{margin-top:28px;padding:13px 14px 8px;flex-direction:column;justify-content:center;text-align:center;gap:8px}
 .cs-hero-footer-links{gap:18px}
}


/* Club Streaming 3.1 — championship image */
.cs-ott-hero .cs-league-logo{
  display:block;
  width:auto!important;
  height:50px!important;
  max-width:220px;
  object-fit:contain;
  margin:0 auto 8px;
}
.cs-ott-hero .cs-league-center{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:50px;
}
.cs-ott-hero .cs-city{margin-top:3px!important}
@media(max-width:700px){
 .cs-ott-hero .cs-league-logo{height:42px!important;max-width:180px}
}

/* Club Streaming 3.2 */
.cs-ott-hero .cs-league-logo{height:90px!important;width:auto!important;max-height:90px;object-fit:contain;margin:0 auto 8px}
.cs-ott-hero .cs-venue{margin-top:7px!important;margin-bottom:0!important}
.cs-ott-hero .cs-city{margin-top:3px!important;display:block!important}

/* Club Streaming 3.3.2 */
.cs-ott-hero .cs-league-logo{height:90px!important;width:auto!important;max-height:90px;object-fit:contain}
.cs-ott-hero .cs-match-center{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.cs-ott-hero .cs-league-center{order:0!important}
.cs-ott-hero .cs-date{order:1!important}
.cs-ott-hero .cs-time{order:2!important}
.cs-ott-hero .cs-venue{order:3!important}
.cs-ott-hero .cs-city{order:4!important}

/* Club Streaming 3.4 — Copyright link */
.cs-copyright a{color:#fff!important;text-decoration:none;font-weight:700}
.cs-copyright a:hover{text-decoration:underline}

/* Club Streaming 3.6 — Copyright accepts HTML */
.cs-copyright a{color:#fff!important;text-decoration:none;font-weight:700}
.cs-copyright a:hover{text-decoration:underline}

/* Club Streaming 3.7.1 — Plyr player */
.cs-player-title{padding:20px 16px!important;margin:0!important;text-align:center!important}

/* Club Streaming 3.8 — Live Streaming footer */
.cs-live-integrated-footer{
  margin:0 auto!important;
  padding:25px 42px 15px!important;
  width:100%;
  max-width:1240px;
  box-sizing:border-box;
  color:#fff!important;
}
.cs-live-integrated-footer *{color:#fff!important}

/* Club Streaming 3.8.1 — live watch page layout */
body:has(.cs-live-watch-page){overflow-x:hidden}
.cs-live-page{width:100%!important;max-width:none!important;padding:55px 0 0!important;margin:0!important}
.cs-live-box{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

/* Club Streaming 3.9 — Plyr/YouTube rendering fix */
body:has(.cs-live-watch-page) .cs-live-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body:has(.cs-live-watch-page) .cs-live-box{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body:has(.cs-live-watch-page) .cs-live-watch-page{width:100%!important;max-width:1240px!important;margin:0 auto!important;padding:0 24px 30px!important;box-sizing:border-box}

/* Club Streaming 4.0 — Live page layout reset */
body:has(.cs-live-watch-page){background:#090b0e!important;overflow-x:hidden!important}
body:has(.cs-live-watch-page) .cs-header{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
body:has(.cs-live-watch-page) .cs-live-page{width:100vw!important;max-width:none!important;margin:0!important;padding:0!important;background:#090b0e!important}
body:has(.cs-live-watch-page) .cs-live-box{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body:has(.cs-live-watch-page) .cs-live-watch-page{width:100%!important;max-width:1240px!important;margin:0 auto!important;padding:0 24px 30px!important;box-sizing:border-box}
body:has(.cs-live-watch-page) .cs-live-watch-footer{position:relative!important;display:flex!important;clear:both!important;width:100%!important;float:none!important;color:#fff!important}
@media(max-width:700px){body:has(.cs-live-watch-page) .cs-live-watch-page{padding:0 14px 22px!important}}

/* Club Streaming 4.1 — definitive Live Streaming layout */
body.cs-live-streaming-page{background:#090b0e!important;margin:0!important}
body.cs-live-streaming-page .cs-header{width:100%;margin:0}
body.cs-live-streaming-page .cs-live-page{display:block;width:100%;max-width:none!important;margin:0!important;padding:0!important;background:#090b0e!important}
body.cs-live-streaming-page .cs-live-watch-page{display:block;width:min(1240px,100%);max-width:1240px!important;margin:0 auto!important;padding:0 24px 30px!important;background:#090b0e!important;color:#fff!important;box-sizing:border-box}
body.cs-live-streaming-page .cs-player-title{display:block;width:100%;margin:0!important;padding:20px 12px!important;text-align:center!important;color:#fff!important;font-size:clamp(26px,3vw,40px)!important;line-height:1.15!important;font-weight:900!important;box-sizing:border-box}
body.cs-live-streaming-page .ytPlayer{display:block;width:100%!important;max-width:none!important;box-sizing:border-box}
body.cs-live-streaming-page .ytWrapper{position:relative;width:100%!important;aspect-ratio:16/9!important;max-width:none!important;overflow:hidden!important;background:#000!important;border-radius:8px!important}
body.cs-live-streaming-page .ytWrapper .plyr__video-embed{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;background:#000!important}
body.cs-live-streaming-page .ytWrapper .plyr__video-embed iframe{position:absolute!important;width:calc(100% + 2px)!important;height:calc(100% + 2px)!important;left:-1px!important;top:-1px!important;border:0!important}
body.cs-live-streaming-page .ytWrapper.hideYoutubeUI .plyr iframe{height:200%!important;top:-50%!important}
body.cs-live-streaming-page .plyr{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;background:#000!important}
body.cs-live-streaming-page .plyr__video-wrapper{width:100%!important;height:100%!important;background:#000!important;overflow:hidden!important}
body.cs-live-streaming-page .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.88))!important}
body.cs-live-streaming-page .plyr__control--overlaid{background:var(--cs-accent,#d71920)!important}
body.cs-live-streaming-page .cs-live-watch-footer{width:100%!important;margin:25px 0 0!important;padding:15px 0 10px!important;border-top:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff!important;box-sizing:border-box}
body.cs-live-streaming-page .cs-live-watch-footer *{color:#fff!important}
body.cs-live-streaming-page .cs-live-watch-footer a{text-decoration:none}
@media(max-width:700px){body.cs-live-streaming-page .cs-live-watch-page{padding:0 14px 22px!important}body.cs-live-streaming-page .cs-player-title{padding:20px 8px!important;font-size:24px!important}body.cs-live-streaming-page .cs-live-watch-footer{padding:13px 0 8px!important;flex-direction:column;justify-content:center;text-align:center;gap:8px}}

/* CBcore Live Streaming — card icon and title on the same row */
.cs-live-card .cs-card-heading{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
}
.cs-live-card .cs-card-heading .cs-card-icon{
  flex:0 0 auto;
  margin:0;
}
.cs-live-card .cs-card-heading h2{
  margin:0!important;
  line-height:1.2;
}
@media(max-width:700px){
  .cs-live-card .cs-card-heading{gap:12px}
  .cs-live-card .cs-card-heading h2{font-size:18px!important}
}


/* Club Streaming — Mobile Home Hero layout
   Desktop is intentionally untouched. */
@media (max-width:700px){
  .cs-ott-hero{
    min-height:0!important;
    height:auto!important;
  }

  .cs-ott-content{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    padding:24px 12px 22px!important;
  }

  /* 1. "Prossima diretta" remains the section label, then championship logo */
  .cs-live-badge{
    order:1!important;
    margin:0 0 8px!important;
    font-size:11px!important;
  }

  .cs-ott-hero .cs-match{
    order:2!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto auto auto auto!important;
    width:100%!important;
    max-width:520px!important;
    gap:0 8px!important;
    margin:0 auto!important;
    align-items:center!important;
    justify-items:center!important;
  }

  /* Flatten the three original columns into the mobile grid */
  .cs-ott-hero .cs-team,
  .cs-ott-hero .cs-match-center{
    display:contents!important;
  }

  /* 2. Championship logo FIRST */
  .cs-ott-hero .cs-league-center{
    grid-column:1 / -1!important;
    grid-row:1!important;
    order:1!important;
    width:100%!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 0 6px!important;
  }
  .cs-ott-hero .cs-league-logo{
    height:70px!important;
    max-height:70px!important;
    max-width:170px!important;
    width:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }

  /* 3. Two team logos on the SAME row */
  .cs-ott-hero .cs-team:first-child .cs-team-logo{
    grid-column:1!important;
    grid-row:2!important;
    order:2!important;
  }
  .cs-ott-hero .cs-team:last-child .cs-team-logo{
    grid-column:2!important;
    grid-row:2!important;
    order:3!important;
  }
  .cs-ott-hero .cs-team-logo{
    width:min(38vw,160px)!important;
    height:min(38vw,160px)!important;
    max-width:160px!important;
    max-height:160px!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }

  /* 4. Home team name then away team name, each on its own row */
  .cs-ott-hero .cs-team:first-child .cs-team-name{
    grid-column:1 / -1!important;
    grid-row:3!important;
    order:4!important;
    width:100%!important;
    margin:8px 0 0!important;
    font-size:21px!important;
    line-height:1.08!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-team:last-child .cs-team-name{
    grid-column:1 / -1!important;
    grid-row:4!important;
    order:5!important;
    width:100%!important;
    margin:6px 0 0!important;
    font-size:21px!important;
    line-height:1.08!important;
    white-space:nowrap!important;
    text-align:center!important;
  }

  /* 5. Date, time, stadium, city */
  .cs-ott-hero .cs-date{
    grid-column:1 / -1!important;
    grid-row:5!important;
    order:6!important;
    margin-top:14px!important;
    font-size:14px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-time{
    grid-column:1 / -1!important;
    grid-row:6!important;
    order:7!important;
    margin:3px 0 0!important;
    font-size:42px!important;
    line-height:1!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-venue{
    grid-column:1 / -1!important;
    grid-row:7!important;
    order:8!important;
    margin-top:7px!important;
    font-size:13px!important;
    line-height:1.2!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-city{
    grid-column:1 / -1!important;
    grid-row:8!important;
    order:9!important;
    margin-top:3px!important;
    font-size:12px!important;
    line-height:1.2!important;
    text-align:center!important;
  }

  /* Countdown, ticket and footer follow the match */
  .cs-count-title{
    order:3!important;
    margin-top:22px!important;
    font-size:10px!important;
    letter-spacing:1.3px!important;
  }
  .cs-countdown{
    order:4!important;
    width:100%!important;
    gap:5px!important;
    margin-top:9px!important;
  }
  .cs-count-box{
    min-width:0!important;
    width:calc((100% - 15px)/4)!important;
    max-width:78px!important;
    padding:10px 5px 9px!important;
  }
  .cs-count-num{font-size:25px!important}
  .cs-count-label{font-size:7px!important}

  .cs-hero-buy{
    order:5!important;
    width:min(100%,360px)!important;
    min-width:0!important;
    margin-top:18px!important;
    padding:14px 14px!important;
    font-size:11px!important;
  }

  .cs-hero-footer{
    order:6!important;
    margin-top:22px!important;
    padding:12px 8px 6px!important;
    width:100%!important;
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
    gap:7px!important;
    font-size:10px!important;
  }
  .cs-hero-footer-links{
    gap:16px!important;
    font-size:10px!important;
  }
}

/* Very narrow screens: keep both team logos side-by-side without overflow */
@media (max-width:380px){
  .cs-ott-hero .cs-team-logo{
    width:34vw!important;
    height:34vw!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:18px!important;
  }
  .cs-ott-hero .cs-date{
    font-size:12px!important;
  }
  .cs-ott-hero .cs-time{
    font-size:38px!important;
  }
}

/* Club Streaming 4.1.3 — mobile Hero refinements */
@media (max-width:700px){
  .cs-live-badge{display:none!important;}
  .cs-ott-hero .cs-team-logo{
    width:min(42vw,176px)!important;
    height:min(42vw,176px)!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:24.15px!important; /* +15% from 21px */
  }
}
@media (max-width:380px){
  .cs-ott-hero .cs-team-logo{
    width:37.4vw!important;
    height:37.4vw!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:20.7px!important;
  }
}

/* Club Streaming 4.1.4 — mobile Hero second size increase */
@media (max-width:700px){
  .cs-ott-hero .cs-team-logo{
    width:min(46.2vw,194px)!important;
    height:min(46.2vw,194px)!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:27.77px!important;
  }
}
@media (max-width:380px){
  .cs-ott-hero .cs-team-logo{
    width:41.14vw!important;
    height:41.14vw!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:23.8px!important;
  }
}

/* Club Streaming 4.1.5 — mobile team names */
@media (max-width:700px){
  .cs-ott-hero .cs-team-name{
    font-size:29.16px!important;
    font-weight:700!important;
  }
}
@media (max-width:380px){
  .cs-ott-hero .cs-team-name{
    font-size:24.99px!important;
    font-weight:700!important;
  }
}

/* Club Streaming 4.1.6 — mobile team logo/name order */
@media (max-width:700px){
  .cs-ott-hero .cs-match{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto auto auto auto auto!important;
  }
  .cs-ott-hero .cs-team:first-child .cs-team-logo{
    grid-column:1!important;
    grid-row:2!important;
  }
  .cs-ott-hero .cs-team:last-child .cs-team-logo{
    grid-column:2!important;
    grid-row:2!important;
  }
  .cs-ott-hero .cs-team:first-child .cs-team-name{
    grid-column:1!important;
    grid-row:3!important;
    margin-top:8px!important;
    width:100%!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-team:last-child .cs-team-name{
    grid-column:2!important;
    grid-row:3!important;
    margin-top:8px!important;
    width:100%!important;
    text-align:center!important;
  }
}
@media (max-width:380px){
  .cs-ott-hero .cs-team:first-child .cs-team-name,
  .cs-ott-hero .cs-team:last-child .cs-team-name{
    font-size:23.8px!important;
  }
}

/* Club Streaming 4.1.7 — MOBILE TEAM NAMES: BOLD */
@media (max-width:700px){
  .cs-ott-hero .cs-team-name{
    font-family:'Inter',Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    text-align:center!important;
  }
}
@media (max-width:380px){
  .cs-ott-hero .cs-team-name{
    font-family:'Inter',Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
  }
}

/* Club Streaming 4.1.8 — definitive mobile team-name typography */
@media screen and (max-width:700px){
  .cs-home .cs-ott-hero .cs-team-name,
  .cs-home .cs-ott-hero .cs-team .cs-team-name{
    font-family:"Arial Black","Inter",Arial,Helvetica,sans-serif!important;
    font-weight:900!important;
    font-style:normal!important;
    -webkit-text-stroke:.15px currentColor;
    text-align:center!important;
  }
}
@media screen and (max-width:380px){
  .cs-home .cs-ott-hero .cs-team-name,
  .cs-home .cs-ott-hero .cs-team .cs-team-name{
    font-family:"Arial Black","Inter",Arial,Helvetica,sans-serif!important;
    font-weight:900!important;
    font-style:normal!important;
    -webkit-text-stroke:.15px currentColor;
  }
}

/* Club Streaming 4.1.9 — mobile Hero spacing/date */
@media screen and (max-width:700px){
  .cs-ott-content{
    padding-top:14px!important; /* 10px less than the previous 24px */
  }
  .cs-ott-hero .cs-date{
    font-size:15px!important; /* +1px */
  }
}
@media screen and (max-width:380px){
  .cs-ott-hero .cs-date{
    font-size:13px!important; /* +1px */
  }
}

/* Club Streaming 4.2.0 — definitive mobile Hero */
@media screen and (max-width:700px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .cs-ott-hero{
    width:100vw!important;
    max-width:100vw!important;
    min-height:0!important;
    height:auto!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    overflow:hidden!important;
  }
  .cs-ott-content{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    padding:14px 10px 18px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
  }
  .cs-ott-hero .cs-match{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:0 6px!important;
  }

  /* Championship logo */
  .cs-ott-hero .cs-league-center{
    width:100%!important;
    margin:0 0 5px!important;
  }
  .cs-ott-hero .cs-league-logo{
    max-width:46vw!important;
    width:auto!important;
    height:70px!important;
    object-fit:contain!important;
  }

  /* Team logos: use the available viewport width without overflow */
  .cs-ott-hero .cs-team-logo{
    width:min(43vw,190px)!important;
    height:min(43vw,190px)!important;
    max-width:190px!important;
    max-height:190px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }

  /* Names immediately below their own logos */
  .cs-ott-hero .cs-team-name{
    width:100%!important;
    max-width:100%!important;
    margin-top:7px!important;
    padding:0 2px!important;
    box-sizing:border-box!important;
    font-family:"Arial Black","Inter",Arial,Helvetica,sans-serif!important;
    font-size:29.16px!important;
    line-height:1.05!important;
    font-weight:900!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    text-align:center!important;
  }

  /* Date / time / venue / city use full available width */
  .cs-ott-hero .cs-date{
    width:100%!important;
    margin-top:13px!important;
    font-size:15px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-time{
    width:100%!important;
    margin-top:4px!important;
    font-size:42px!important;
    line-height:1!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-venue,
  .cs-ott-hero .cs-city{
    width:100%!important;
    text-align:center!important;
  }
  .cs-ott-hero .cs-venue{margin-top:7px!important;font-size:13px!important}
  .cs-ott-hero .cs-city{margin-top:3px!important;font-size:12px!important}

  /* Countdown */
  .cs-countdown{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:520px!important;
    gap:5px!important;
  }
  .cs-count-box{
    flex:1 1 0!important;
    min-width:0!important;
    max-width:none!important;
    padding:10px 3px 9px!important;
  }

  .cs-hero-buy{
    box-sizing:border-box!important;
    width:min(100%,420px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .cs-hero-footer{
    box-sizing:border-box!important;
    width:100%!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
}

@media screen and (max-width:380px){
  .cs-ott-content{padding-left:8px!important;padding-right:8px!important}
  .cs-ott-hero .cs-team-logo{
    width:42vw!important;height:42vw!important;
  }
  .cs-ott-hero .cs-team-name{
    font-size:24.99px!important;
  }
  .cs-ott-hero .cs-date{font-size:13px!important}
  .cs-ott-hero .cs-time{font-size:38px!important}
}

/* Avoid horizontal overflow from WordPress/theme containers on mobile */
@media screen and (max-width:700px){
  .cs-ott-hero,
  .cs-ott-hero *{box-sizing:border-box}
}

/* Club Streaming 4.2.1 — mobile countdown typography */
@media screen and (max-width:700px){
  .cs-count-num{
    font-size:26px!important;
    font-weight:600!important;
  }
  .cs-count-label{
    font-size:8px!important;
    font-weight:500!important;
  }
}
@media screen and (max-width:380px){
  .cs-count-num{
    font-size:26px!important;
    font-weight:600!important;
  }
  .cs-count-label{
    font-size:8px!important;
    font-weight:500!important;
  }
}

/* Club Streaming 4.2.2 — mobile purchase button typography */
@media screen and (max-width:700px){
  .cs-hero-buy{
    font-size:13px!important; /* +2px from 11px */
  }
}

/* Club Streaming 4.2.3 — mobile countdown boxes */
@media screen and (max-width:700px){
  .cs-countdown{
    width:90%!important;
    max-width:468px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .cs-count-num{
    font-weight:700!important;
  }
}
@media screen and (max-width:380px){
  .cs-countdown{
    width:90%!important;
  }
  .cs-count-num{
    font-weight:700!important;
  }
}

/* Club Streaming 4.2.4 — mobile countdown numbers */
@media screen and (max-width:700px){
  .cs-count-num{
    font-weight:900!important;
  }
}

/* Club Streaming 4.2.5 — mobile ticket button and price */
@media screen and (max-width:700px){
  .cs-hero-buy{
    font-size:14px!important;
  }
  .cs-hero-buy .price,
  .cs-hero-buy .cs-price,
  .cs-hero-buy .amount,
  .cs-hero-buy .price-euro{
    font-size:14px!important;
  }
}

/* Club Streaming 4.2.6 — definitive mobile purchase button typography */
@media screen and (max-width:700px){
  a.cs-buy.cs-hero-buy{
    font-size:14px!important;
    font-weight:700!important;
  }
  a.cs-buy.cs-hero-buy small{
    display:inline!important;
    font-size:14px!important;
    font-weight:700!important;
  }
}

/* Club Streaming 4.2.7 — mobile lower block spacing */
@media screen and (max-width:700px){
  .cs-ott-hero .cs-date{
    margin-top:28px!important; /* +15px */
  }
}

/* Club Streaming 4.2.8 — mobile final spacing/typography */
@media screen and (max-width:700px){
  .cs-ott-hero .cs-date{
    margin-top:33px!important; /* +5px from 4.2.7 */
    font-size:16px!important; /* +1px */
  }
  .cs-ott-hero .cs-venue{
    font-size:14px!important; /* +1px */
  }
  .cs-ott-hero .cs-city{
    font-size:13px!important; /* +1px */
  }
  .cs-hero-buy{
    margin-top:30px!important; /* +5px lower */
  }
}
@media screen and (max-width:380px){
  .cs-ott-hero .cs-date{
    font-size:14px!important;
  }
  .cs-ott-hero .cs-venue{
    font-size:14px!important;
  }
  .cs-ott-hero .cs-city{
    font-size:13px!important;
  }
}

/* Club Streaming 4.2.9 — mobile purchase button */
@media screen and (max-width:700px){
  .cs-hero-buy{
    margin-top:20px!important; /* 10px higher than 4.2.8 */
  }
}

/* Club Streaming 4.3.0 — Live Streaming cards: icon + title on same row */
.cs-live-card{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:center!important;
}
.cs-live-card > .cs-card-icon{
  grid-column:1!important;
  grid-row:1!important;
  margin:0!important;
}
.cs-live-card > h2{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  margin:0!important;
  line-height:1.15!important;
}
.cs-live-card > p,
.cs-live-card > form,
.cs-live-card > hr,
.cs-live-card > .cs-form-message{
  grid-column:1 / -1!important;
}
.cs-live-card > p{
  margin-top:18px!important;
}

/* Club Streaming 4.3.1 — definitive Live Streaming card heading layout */
.cs-live-card{
  display:block!important;
  overflow:hidden!important;
}
.cs-live-card > .cs-card-icon{
  display:inline-flex!important;
  vertical-align:middle!important;
  width:52px!important;
  height:52px!important;
  margin:0 12px 0 0!important;
}
.cs-live-card > h2{
  display:inline-block!important;
  vertical-align:middle!important;
  width:calc(100% - 68px)!important;
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;
  text-align:left!important;
}
.cs-live-card > p,
.cs-live-card > hr,
.cs-live-card > form,
.cs-live-card > .cs-form-message{
  display:block!important;
  clear:both!important;
}
.cs-live-card > p{
  margin-top:18px!important;
}
@media(max-width:700px){
  .cs-live-card > .cs-card-icon{
    width:52px!important;
    height:52px!important;
    margin-right:10px!important;
  }
  .cs-live-card > h2{
    width:calc(100% - 66px)!important;
    font-size:18px!important;
  }
}

/* Club Streaming 4.3.2 — definitive card heading layout */
.cs-live-card > .cs-card-heading{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  gap:14px!important;
  margin:0 0 18px!important;
}
.cs-live-card > .cs-card-heading > .cs-card-icon{
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  margin:0!important;
}
.cs-live-card > .cs-card-heading > h2{
  flex:1 1 auto!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
  line-height:1.15!important;
}
@media(max-width:700px){
  .cs-live-card > .cs-card-heading{
    gap:10px!important;
  }
  .cs-live-card > .cs-card-heading > .cs-card-icon{
    flex-basis:48px!important;
    width:48px!important;
    height:48px!important;
  }
  .cs-live-card > .cs-card-heading > h2{
    font-size:18px!important;
  }
}

/* Club Streaming 4.3.3 — normal WordPress pages */
.cs-page{min-height:70vh;padding:50px 20px;background:#fff;color:#222}.cs-page-inner{max-width:1000px;margin:0 auto}.cs-page-content h1{font-size:42px;font-weight:900;margin:0 0 30px}.cs-page-body{font-size:16px;line-height:1.75}.cs-page-body h2{font-size:25px;margin:30px 0 12px}.cs-page-body a{text-decoration:underline}@media(max-width:700px){.cs-page{padding:30px 16px}.cs-page-content h1{font-size:32px}.cs-page-body{font-size:15px}.cs-page-body h2{font-size:21px}}


/* Club Streaming 4.3.9 — desktop Hero scales proportionally with viewport height */
@media(min-width:701px){
  .cs-ott-hero{
    position:relative;
    height:calc(100dvh - 92px);
    min-height:0!important;
    box-sizing:border-box;
    display:block!important;
    overflow:hidden;
  }

  /* The whole match block scales together instead of leaving unused vertical space. */
  .cs-ott-content{
    width:100%;
    height:100%;
    min-height:0!important;
    box-sizing:border-box;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    padding-bottom:110px!important;
    zoom:clamp(.72, calc(100dvh / 900), 1.28);
  }

  /* Footer is anchored to the bottom edge of the Hero on every desktop display. */
  .cs-hero-footer{
    position:absolute!important;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    margin:0!important;
    width:100%;
    max-width:1240px;
    z-index:5;
  }
}


/* Club Streaming 4.3.10 — desktop hero proportional scaling */
@media(min-width:701px){
  .cs-ott-hero{
    position:relative!important;
    height:calc(100dvh - 92px)!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .cs-hero-stage{
    --hero-scale:1;
    position:absolute!important;
    top:0!important;
    left:50%!important;
    width:calc(100% / var(--hero-scale))!important;
    height:820px!important;
    transform:translateX(-50%) scale(var(--hero-scale))!important;
    transform-origin:top center!important;
    margin:0!important;
  }
  .cs-hero-content-stage{
    width:100%!important;
    height:820px!important;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
  }
  .cs-hero-content-stage .cs-ott-content{
    flex:1 1 auto!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
  .cs-hero-content-stage .cs-hero-footer{
    flex:0 0 auto!important;
    margin-top:auto!important;
  }
}


/* Club Streaming 4.3.11 — desktop Hero true proportional fit */
@media(min-width:701px){
  .cs-ott-hero{height:calc(100dvh - 92px)!important;min-height:0!important;position:relative!important;overflow:hidden!important;}
  .cs-ott-hero .cs-hero-stage{position:static!important;width:100%!important;height:100%!important;transform:none!important;margin:0!important;}
  .cs-ott-hero .cs-hero-content-stage{position:static!important;width:100%!important;height:100%!important;display:block!important;}
  .cs-ott-hero .cs-ott-content{position:absolute!important;left:50%!important;top:var(--hero-content-top,0px)!important;width:100%!important;height:auto!important;max-width:1250px!important;box-sizing:border-box!important;margin:0!important;transform:translateX(-50%) scale(var(--hero-scale,1))!important;transform-origin:center top!important;overflow:visible!important;}
  .cs-ott-hero .cs-hero-footer{position:absolute!important;left:50%!important;bottom:0!important;top:auto!important;transform:translateX(-50%)!important;margin:0!important;width:100%!important;max-width:1240px!important;z-index:10!important;}
}
