.royalcrown-tv-page .tv-banner-subheading {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff9e3;
}

.royalcrown-tv-page .tv-banner-schedule {
  margin: 0.75rem 0 0;
  font-size: 1.1rem;
  color: #f1bb65;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.royalcrown-tv-page .tv-main {
  padding: 2.5rem 1.25rem 3.5rem;
  background-color: #fff9e3;
}

.royalcrown-tv-page .tv-thumbnail-card {
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.royalcrown-tv-page .tv-thumbnail-figure {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.royalcrown-tv-page .tv-thumbnail-image {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.royalcrown-tv-page .tv-thumbnail-caption {
  margin: 0;
  text-align: center;
  color: #5e0c4a;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 720px;
}

.royalcrown-tv-page .tv-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.royalcrown-tv-page .tv-section.tv-thumbnail-card {
  margin-bottom: 2rem;
}
.royalcrown-tv-page .tv-section h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #5e0c4a;
}

.royalcrown-tv-page .tv-info {
  margin: 0;
  text-align: center;
  color: #5e0c4a;
  font-size: 1.05rem;
  line-height: 1.6;
}

.royalcrown-tv-page .tv-info + .tv-info {
  margin-top: 0.75rem;
}

.royalcrown-tv-page .tv-info a {
  color: #5e0c4a;
  font-weight: 600;
  text-decoration: underline;
}

.royalcrown-tv-page .tv-info-row {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.royalcrown-tv-page .tv-copy-button {
  padding: 0.5rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff9e3;
  background: #1c64f2;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(28, 100, 242, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.royalcrown-tv-page .tv-copy-button:hover {
  background: #174bc1;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 75, 193, 0.3);
}

.royalcrown-tv-page .tv-copy-button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(23, 75, 193, 0.35);
}

.royalcrown-tv-page .tv-copy-feedback {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.9rem;
  color: #174bc1;
  min-height: 1.2rem;
}

.royalcrown-tv-page .tv-inline-status {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.95rem;
  color: #5e0c4a;
}

.royalcrown-tv-page .tv-inline-zoom {
  margin: 1.5rem auto 0;
  padding: 1.75rem 1.5rem;
  max-width: 760px;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid rgba(94, 12, 74, 0.12);
  box-shadow: 0 18px 36px rgba(94, 12, 74, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.royalcrown-tv-page .tv-inline-heading {
  margin: 0;
  font-size: 1.6rem;
  color: #5e0c4a;
  text-align: center;
}

.royalcrown-tv-page .tv-inline-zoom iframe {
  width: 100%;
  min-height: 440px;
  border: none;
  border-radius: 0.75rem;
  background: #000000;
}

.royalcrown-tv-page .tv-inline-note {
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  color: #5e0c4a;
}

@media (max-width: 768px) {
  .royalcrown-tv-page .tv-inline-zoom {
    padding: 1.25rem 1rem;
  }

  .royalcrown-tv-page .tv-inline-zoom iframe {
    min-height: 360px;
  }
}

@media (max-width: 480px) {
  .royalcrown-tv-page .tv-inline-zoom iframe {
    min-height: 280px;
  }
}

.royalcrown-tv-page .tv-countdown {
  margin: 2rem auto 0;
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #fff9e3;
  border: 1px solid rgba(94, 12, 74, 0.15);
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(94, 12, 74, 0.12);
}

.royalcrown-tv-page .tv-countdown-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5e0c4a;
}

.royalcrown-tv-page .tv-countdown-time {
  font-size: 2.25rem;
  font-weight: 600;
  color: #5e0c4a;
}

.royalcrown-tv-page .tv-quiet-notice {
  margin: 1.5rem auto 0;
  max-width: 420px;
  text-align: center;
  font-size: 0.95rem;
  color: #9b2c2c;
  background: rgba(241, 187, 101, 0.15);
  border: 1px solid rgba(241, 187, 101, 0.4);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}

.royalcrown-tv-page .tv-music-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff9e3;
  background: #5e0c4a;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(94, 12, 74, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.royalcrown-tv-page .tv-music-button:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(94, 12, 74, 0.3);
}

.royalcrown-tv-page .tv-music-button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}

.royalcrown-tv-page .tv-music-status {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.95rem;
  color: #5e0c4a;
  min-height: 1.2rem;
}

@media (max-width: 768px) {
  .royalcrown-tv-page .tv-section {
    padding: 1.75rem 1rem;
  }

  .royalcrown-tv-page .tv-countdown {
    padding: 1.25rem;
  }

  .royalcrown-tv-page .tv-countdown-time {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .royalcrown-tv-page .tv-music-button {
    width: 100%;
  }
}

.royalcrown-tv-page .tv-music-credit {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: #5e0c4a;
}

.royalcrown-tv-page .tv-music-credit a {
  color: inherit;
  text-decoration: underline;
}



