/* ===== DSOH Live Player Styles ===== */
.dsoh-live-player{
  background: rgba(0,0,0,.80);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 18px;
  max-width: 980px;
  margin: 0 auto;
  backdrop-filter: blur(6px);
}

.dsoh-live-top{
  display:flex;
  gap:18px;
  align-items:center;
}

.dsoh-micro-header{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom:6px;
}

.dsoh-play-btn{
  width:96px;
  height:96px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#00c2e8;
  box-shadow:0 0 25px rgba(0,194,232,.7);
  border:none;
  cursor:pointer;
  transition: transform .15s ease;
  flex:0 0 auto;
}

.dsoh-play-btn:hover{ transform: scale(1.05); }

.dsoh-icon-svg{ width:40px; height:40px; fill:#fff; }

.dsoh-hidden{ display:none; }

.dsoh-meta{ min-width:0; }

.dsoh-title{
  font-size:18px;
  font-weight:700;
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.dsoh-badge{
  letter-spacing:.08em;
  font-size:12px;
  padding:4px 9px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
}

.dsoh-sep{ opacity:.55; }

.dsoh-sub{
  margin-top:6px;
  color: rgba(255,255,255,.78);
  font-size:13px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.dsoh-full-player-link{ margin-top:8px; }

.dsoh-full-player-link a{
  font-size:13px;
  color:#00c2e8;
  text-decoration:none;
  font-weight:600;
}

.dsoh-full-player-link a:hover{ text-decoration: underline; }

@media (max-width:520px){
  .dsoh-play-btn{ width:80px; height:80px; }
  .dsoh-title{ font-size:16px; }
}
