.mas-ayushtv-livetv {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.mas-ayushtv-livetv .ayushtv-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.2);
  overflow: hidden;
}

.ayushtv-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 100;
}