/* AMIT YouTube Live Stream - style.css (v1.1.7) */

.amit-yls{
  width: var(--amit-yls-w, 100%);
  max-width: 100%;
  margin: 15px auto;
}

.amit-yls-box{
  position: relative;
  width: 100%;
  height: var(--amit-yls-h, 420px);
  overflow: hidden;
  border-radius: 10px;
}

.amit-yls-box iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.amit-yls-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  background: rgba(220, 38, 38, .95);
  color:#fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

@media (max-width: 768px){
  .amit-yls{ width: 100%; }
  .amit-yls-badge{ top:10px; left:10px; }
}

/* Offline countdown */
.amit-yls-offline{
  width:100%;
  margin:15px auto;
  display:flex;
  justify-content:center;
}

.amit-yls-offline-card{
  width:100%;
  max-width:720px;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:18px;
  text-align:center;
}

.amit-yls-offline-title{
  font-weight:600;
  margin-bottom:10px;
}

.amit-yls-countdown{
  font-size:28px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:8px;
}

.amit-yls-offline-note{
  color:#666;
  font-size:13px;
}

/* RTL/LTR badge positioning */
html[dir="rtl"] .amit-yls-badge {
  right: 12px;
  left: auto;
}
html[dir="ltr"] .amit-yls-badge {
  left: 12px;
  right: auto;
}
