/* SCHOOL ANTHEM – SFS DELHI */
/* All styles are scoped with .sfs-anthem-* to avoid conflicts */

.sfs-anthem-section {
  font-family: inherit !important;
  background: #f9f4f6 !important;
  padding: 30px 15px !important;
}

.sfs-anthem-inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.sfs-anthem-title {
  text-align: center !important;
 
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #890c25 !important;
  margin: 0 0 20px !important;
}

.sfs-anthem-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

.sfs-anthem-lyrics,
.sfs-anthem-media {
  width: 100% !important;
}

/* Lyrics card */
.sfs-anthem-lyrics-card {
  position: relative !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 24px 20px 22px 24px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  border-left: 5px solid #890c25 !important;
}

.sfs-anthem-quote-mark {
  position: absolute !important;
  top: -18px !important;
  left: 12px !important;
 
  color: rgba(137, 12, 37, 0.12) !important;
  font-weight: 700 !important;
  pointer-events: none !important;
}

.sfs-anthem-lyrics-heading {
  text-align: center !important;
  margin: 0 0 10px !important;
 
  color: #890c25 !important;
  text-transform: uppercase !important;
}

.sfs-anthem-lyrics-card p {
  margin: 8px 0 !important;
  line-height: 1.55 !important;

  text-align: center !important;
}

.sfs-anthem-chorus-label {
  margin-top: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #890c25 !important;
}

/* Media area */
.sfs-anthem-media {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 18px 16px 20px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.sfs-anthem-toggle {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.sfs-anthem-toggle-btn {
  flex: 1 1 auto !important;
  max-width: 180px !important;
  padding: 8px 12px !important;
  
  border-radius: 999px !important;
  border: 1px solid #890c25 !important;
  background: #ffffff !important;
  color: #890c25 !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
}

.sfs-anthem-toggle-btn-active {
  background: #890c25 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(137, 12, 37, 0.35) !important;
}

.sfs-anthem-toggle-btn:active {
  transform: translateY(1px) !important;
}

/* Media items (video / audio) */
.sfs-anthem-media-wrapper {
  width: 100% !important;
}

.sfs-anthem-media-item {
  display: none !important;
}

.sfs-anthem-media-item-active {
  display: block !important;
}

.sfs-anthem-media-title {
 
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  color: #333333 !important;
}

/* Responsive iframe container */
.sfs-anthem-responsive-iframe {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 56.25% !important; /* 16:9 */
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #000000 !important;
}

.sfs-anthem-responsive-iframe iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* SoundCloud is shorter; tweak height on small screens */
.sfs-anthem-audio-frame {
  padding-bottom: 140px !important;
}

/* Larger screens – place lyrics & media side by side */
@media (min-width: 900px) {
  .sfs-anthem-content {
    flex-direction: row !important;
    align-items: stretch !important;
  }

  .sfs-anthem-lyrics,
  .sfs-anthem-media {
    width: 50% !important;
  }

  .sfs-anthem-media {
    display: flex !important;
    flex-direction: column !important;
  }

  .sfs-anthem-toggle {
    display: none !important; /* show both players on desktop */
  }

  .sfs-anthem-media-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .sfs-anthem-media-item {
    display: block !important;
  }

  .sfs-anthem-audio-frame {
    padding-bottom: 120px !important;
  }
}

/* Small-screen tweaks */
@media (max-width: 480px) {
  .sfs-anthem-title {
   
  }

  .sfs-anthem-lyrics-card {
    padding: 20px 16px 18px 18px !important;
  }

  .sfs-anthem-lyrics-card p {
   
  }
}
