/*
Theme Name: Naira Music
Theme URI: https://nairamusic.com
Author: Naira Music Limited
Author URI: https://nairamusic.com
Description: Naira Music Cartel — Cinematic Music Platform. Certified by the Streets.
Version: 2.2
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
License URI: https://nairamusic.com
Text Domain: naira-music
Tags: music, dark, cinematic, custom-background, custom-logo, featured-images, full-width-template

© 2026 Naira Music. All Rights Reserved.
*/



/* ===== RADIO DARK THEME — v2.2 ===== */
.nmc-radio__panel {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
}
.nmc-radio__panel-header {
  background: rgba(255,255,255,.04) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.nmc-radio__shout {
  background: rgba(255,255,255,.05) !important;
}
.nmc-radio__shoutbox-input,
.nmc-radio__request-input,
.nmc-radio__request-select,
.nmc-radio__dedicate-input,
.nmc-radio__dedicate-select,
.nmc-radio__dedicate-textarea {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #f5f0e8 !important;
}
.nmc-radio__stats-bar {
  background: rgba(230,168,23,.08) !important;
  border-top: 1px solid rgba(230,168,23,.18) !important;
  border-bottom: 1px solid rgba(230,168,23,.18) !important;
}
.nmc-radio__show-card {
  background: rgba(255,255,255,.04) !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
}
.nmc-radio__show-card--on-air {
  background: rgba(230,168,23,.12) !important;
}
.nmc-radio__played-item {
  background: rgba(255,255,255,.04) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
.nmc-radio__stage {
  background: rgba(255,255,255,.03) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.nmc-radio__artwork {
  background: rgba(255,255,255,.06) !important;
  border: 2px solid rgba(255,255,255,.12) !important;
}
.nmc-radio__social-btn {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.nmc-radio__keyboard-hint {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
.nmc-radio__dedicate {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}
.nmc-radio__ticker { background: rgba(230,168,23,.12) !important; }

/* ── WP EDITOR CONTENT ZONE ─────────────────────────────── */
.nmc-editor-content {
  padding: 3rem 0;
}
.nmc-editor-content .container {
  max-width: 860px;
}
.nmc-editor-content h2,
.nmc-editor-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.nmc-editor-content p {
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.nmc-editor-content ul,
.nmc-editor-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.nmc-editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
/* Transparency section */
.nmc-about__transparency-block {
  max-width: 780px;
  margin: 0 auto;
}
.nmc-about__transparency-block p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.nmc-about__section--transparency {
  background: var(--nmc-bg-alt, #111);
}

/* ── HERO CTA ROW ─────────────────────────────────────────── */
.nmc-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 2rem;
}
.nmc-hero__ctas .nmc-btn {
  min-width: 160px;
}
@media (max-width: 600px) {
  .nmc-hero__ctas {
    flex-direction: column;
    align-items: center;
  }
  .nmc-hero__ctas .nmc-btn {
    width: 100%;
    max-width: 280px;
  }
}
