
:root{
  --tlm-live-black:#060606;
  --tlm-live-panel:#0d0d0d;
  --tlm-live-cream:#f2eee5;
  --tlm-live-muted:#aaa39a;
  --tlm-live-red:#ef2029;
}

body.page-id-438,
body.page-template-default{
}

.tlm-live-shell{
  min-height:80vh;
  color:var(--tlm-live-cream);
  background:
    radial-gradient(circle at 86% 8%,rgba(239,32,41,.14),transparent 28rem),
    linear-gradient(180deg,#080808 0%,#050505 100%);
  font-family:Inter,Arial,sans-serif;
  padding:clamp(48px,7vw,92px) 20px 100px;
}

.tlm-live-wrap{
  width:min(1320px,100%);
  margin:0 auto;
}

.tlm-live-heading{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:50px;
  align-items:end;
  margin-bottom:42px;
}

.tlm-live-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 12px;
  color:var(--tlm-live-red);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:10px;
  font-weight:800;
}

.tlm-live-pulse{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tlm-live-red);
  box-shadow:0 0 0 0 rgba(239,32,41,.6);
  animation:tlm-live-pulse 1.8s infinite;
}

@keyframes tlm-live-pulse{
  0%{box-shadow:0 0 0 0 rgba(239,32,41,.52)}
  70%{box-shadow:0 0 0 10px rgba(239,32,41,0)}
  100%{box-shadow:0 0 0 0 rgba(239,32,41,0)}
}

.tlm-live-heading h1{
  margin:0;
  font-family:Anton,Impact,sans-serif;
  font-size:clamp(70px,11vw,150px);
  line-height:.82;
  text-transform:uppercase;
  color:#fff;
}

.tlm-live-heading h1 em{
  display:block;
  color:transparent;
  -webkit-text-stroke:1.5px rgba(255,255,255,.88);
  font-style:normal;
}

.tlm-live-heading__copy{
  padding-bottom:10px;
  max-width:560px;
}

.tlm-live-heading__copy strong{
  display:block;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  margin-bottom:10px;
}

.tlm-live-heading__copy p{
  color:var(--tlm-live-muted);
  line-height:1.7;
  font-size:15px;
  margin:0;
}

.tlm-live-stage{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(330px,.65fr);
  gap:18px;
  align-items:start;
}

.tlm-live-player-card,
.tlm-live-sidebar{
  border:1px solid rgba(255,255,255,.11);
  background:#0b0b0b;
}

.tlm-live-cardbar{
  min-height:48px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 16px;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:#a9a39b;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  font-weight:800;
}

.tlm-live-cardbar>div{
  display:flex;
  gap:9px;
  align-items:center;
  color:#fff;
}

.tlm-live-player{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  overflow:hidden;
}

.tlm-live-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.tlm-live-underplayer{
  min-height:78px;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  border-top:1px solid rgba(255,255,255,.09);
}

.tlm-live-underplayer>div{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.tlm-live-underplayer__label{
  color:#7f7a73;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:8px;
  font-weight:800;
}

.tlm-live-underplayer strong{
  color:#fff;
  font-size:13px;
}

.tlm-live-alert-button,
.tlm-live-text-button{
  border:1px solid rgba(255,255,255,.16);
  background:#151515;
  color:#fff;
  cursor:pointer;
}

.tlm-live-alert-button{
  min-height:40px;
  padding:10px 13px;
}

.tlm-live-sidebar{
  min-height:100%;
}

.tlm-live-sidebar__intro{
  min-height:100px;
  padding:17px;
  display:flex;
  gap:15px;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.tlm-live-section-number{
  color:var(--tlm-live-red);
  font-family:Anton,Impact,sans-serif;
  font-size:23px;
}

.tlm-live-sidebar__intro small,
.tlm-live-info small{
  color:#8d8881;
  font-size:8px;
  letter-spacing:.15em;
  font-weight:800;
}

.tlm-live-sidebar__intro h2{
  margin:3px 0 0;
  font-family:Anton,Impact,sans-serif;
  color:#fff;
  font-size:36px;
  line-height:1;
}



.tlm-live-empty{
  display:grid;
  place-items:center;
  min-height:220px;
  padding:30px;
  color:#888;
  text-align:center;
}

.tlm-live-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}

.tlm-live-info{
  position:relative;
  padding:32px;
  min-height:230px;
  border:1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(135deg,rgba(239,32,41,.05),transparent 60%),
    #0b0b0b;
}

.tlm-live-info .tlm-live-section-number{
  position:absolute;
  top:25px;
  right:28px;
}

.tlm-live-info h2{
  margin:10px 0 15px;
  font-family:Anton,Impact,sans-serif;
  color:#fff;
  font-size:clamp(36px,5vw,61px);
  line-height:.98;
  text-transform:uppercase;
}

.tlm-live-info h2 span{color:var(--tlm-live-red)}

.tlm-live-info p{
  max-width:500px;
  color:#9e9991;
  line-height:1.65;
  font-size:13px;
}

.tlm-live-text-button{
  margin-top:10px;
  padding:11px 13px;
}






@media(max-width:980px){
  .tlm-live-heading{grid-template-columns:1fr;gap:22px}
  .tlm-live-stage{grid-template-columns:1fr}
  
}

@media(max-width:700px){
  .tlm-live-shell{padding:38px 12px 80px}
  .tlm-live-heading{margin-bottom:28px}
  .tlm-live-heading h1{font-size:clamp(68px,24vw,108px)}
  .tlm-live-underplayer{align-items:flex-start;flex-direction:column}
  .tlm-live-alert-button{width:100%}
  .tlm-live-info-grid{grid-template-columns:1fr}
  .tlm-live-info{padding:26px 20px}
  .tlm-live-contact{grid-template-columns:1fr;gap:22px;margin-top:40px;padding-top:36px}
  
}
