@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@500;600;700;800;900&display=swap");

body.promo-public {
  --mr-ink: #181020;
  --mr-muted: #706878;
  --mr-muted-2: #9c9c9c;
  --mr-primary: #7e1ce1;
  --mr-deep: #2f114d;
  --mr-soft: #f5effb;
  --mr-soft-2: #fff5ec;
  --mr-line: #e7ddec;
  --mr-bg: #fbfafc;
  --mr-card: #ffffff;
  --mr-blue: #7e1ce1;
  --mr-shadow: 0 18px 44px rgba(35, 17, 50, 0.1);
  --mr-shadow-soft: 0 10px 26px rgba(35, 17, 50, 0.07);
  background: #fbfafc;
  color: var(--mr-ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Promo Radio Date archive */
body.promo-public .mr-rd-page {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 36px 0 86px;
  box-sizing: border-box;
}

body.promo-public .mr-rd-page *,
body.promo-public .mr-rd-page *::before,
body.promo-public .mr-rd-page *::after {
  box-sizing: border-box;
}

body.promo-public .mr-rd-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 28px;
  align-items: end;
  margin: 0 0 34px;
  padding: 28px 0 30px;
  border-bottom: 1px solid rgba(126, 28, 225, 0.14);
}

body.promo-public .mr-rd-page-head .mr-kicker {
  color: #ff7602;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

body.promo-public .mr-rd-page-head h1 {
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.94;
  letter-spacing: 0;
  margin: 0 0 12px;
}

body.promo-public .mr-rd-page-head p:last-child {
  color: #817889;
  font-weight: 900;
  margin: 0;
}

body.promo-public .mr-rd-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  align-self: center;
  padding: 6px;
  border: 1px solid rgba(126, 28, 225, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(35, 17, 50, 0.08);
}

body.promo-public .mr-rd-tabs a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.promo-public .mr-rd-tabs a:hover,
body.promo-public .mr-rd-tabs a:focus-visible {
  background: #f4edf9;
  color: #7e1ce1;
  outline: 0;
}

body.promo-public .mr-rd-tabs a.active {
  color: #fff !important;
  background: linear-gradient(135deg, #7e1ce1 0%, #ff7602 100%);
  box-shadow: 0 14px 34px rgba(126, 28, 225, 0.22);
}

body.promo-public .mr-rd-week-nav {
  margin: -12px 0 30px;
}

body.promo-public .mr-rd-week-nav a {
  color: #7e1ce1;
  border-color: rgba(126, 28, 225, 0.18);
  background: #fff;
}

body.promo-public .mr-rd-week-nav a:hover,
body.promo-public .mr-rd-week-nav a:focus-visible {
  color: #ff7602;
  border-color: rgba(255, 118, 2, 0.3);
}

body.promo-public .mr-rd-week-list {
  display: grid;
  gap: 46px;
}

body.promo-public .mr-rd-week-section {
  overflow: hidden;
  border: 1px solid rgba(126, 28, 225, 0.14);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  box-shadow: 0 22px 56px rgba(35, 17, 50, 0.08);
}

body.promo-public .mr-rd-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 20px 24px;
  border-radius: 0;
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 118, 2, 0.22), transparent 24%),
    linear-gradient(135deg, #7e1ce1 0%, #5b18ad 50%, #2f114d 100%);
}

body.promo-public .mr-rd-day-head h2 {
  color: #fff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

body.promo-public .mr-rd-day-head span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7e1ce1;
  background: #fff;
  border: 1px solid rgba(255, 118, 2, 0.26);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(35, 17, 50, 0.16);
}

body.promo-public .mr-rd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  padding: 24px;
}

body.promo-public .mr-rd-card.is-compact {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(126, 28, 225, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35, 17, 50, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.promo-public .mr-rd-card.is-compact:hover,
body.promo-public .mr-rd-card.is-compact:focus-within {
  transform: translateY(-4px);
  border-color: rgba(126, 28, 225, 0.38);
  background: linear-gradient(180deg, #ffffff 0%, #fbf4ff 100%);
  box-shadow: 0 26px 58px rgba(126, 28, 225, 0.16);
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-title {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 18px 14px;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-title h3 {
  margin: 0;
  font-size: 0;
  line-height: 1;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-title h3 a {
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

body.promo-public .mr-rd-card.is-compact:hover .mr-rd-compact-title h3 a,
body.promo-public .mr-rd-card.is-compact:focus-within .mr-rd-compact-title h3 a {
  color: #7e1ce1;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-cover-link {
  display: block;
  overflow: hidden;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.22s ease, filter 0.22s ease;
}

body.promo-public .mr-rd-card.is-compact:hover .mr-rd-cover {
  transform: scale(1.03);
  filter: saturate(1.05);
}

body.promo-public .mr-rd-card.is-compact .mr-rd-cover.mr-cover-empty {
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 118, 2, 0.34), transparent 34%),
    linear-gradient(135deg, #7e1ce1 0%, #4f1690 100%);
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-meta {
  min-height: 88px;
  padding: 16px 18px;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-meta p {
  margin: 0;
  overflow: hidden;
  color: #25162d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-compact-meta small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #8b8493;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-foot {
  padding: 12px 18px 14px;
  border-top: 1px solid rgba(126, 28, 225, 0.12);
  background: rgba(255, 255, 255, 0.68);
}

body.promo-public .mr-rd-card.is-compact .mr-rd-press-link {
  color: #7e1ce1;
  font-weight: 800;
}

body.promo-public .mr-rd-card.is-compact .mr-rd-press-link:hover,
body.promo-public .mr-rd-card.is-compact .mr-rd-press-link:focus-visible {
  color: #ff7602;
}

body.promo-public .mr-rd-page .mr-empty {
  padding: 34px;
  border: 1px solid rgba(126, 28, 225, 0.14);
  border-radius: 24px;
  background: #fff;
  color: #7d7487;
  box-shadow: 0 18px 42px rgba(35, 17, 50, 0.06);
}

@media (max-width: 1180px) {
  body.promo-public .mr-rd-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.promo-public .mr-rd-page {
    width: min(100% - 32px, 760px);
    padding-top: 28px;
  }

  body.promo-public .mr-rd-page-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
    padding-top: 18px;
  }

  body.promo-public .mr-rd-tabs {
    width: 100%;
  }

  body.promo-public .mr-rd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }

  body.promo-public .mr-rd-week-section {
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  body.promo-public .mr-rd-page {
    width: min(100% - 20px, 420px);
    padding-bottom: 54px;
  }

  body.promo-public .mr-rd-page-head h1 {
    font-size: 46px;
  }

  body.promo-public .mr-rd-tabs {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  body.promo-public .mr-rd-tabs a {
    min-height: 44px;
  }

  body.promo-public .mr-rd-week-nav {
    margin-bottom: 22px;
  }

  body.promo-public .mr-rd-day-head {
    align-items: flex-start;
    padding: 18px;
  }

  body.promo-public .mr-rd-day-head h2 {
    font-size: 26px;
  }

  body.promo-public .mr-rd-archive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  body.promo-public .mr-rd-card.is-compact .mr-rd-compact-title {
    min-height: 62px;
    padding: 16px 16px 12px;
  }

  body.promo-public .mr-rd-card.is-compact .mr-rd-compact-title h3 a {
    font-size: 21px;
  }
}

body.promo-public .mr-page,
body.promo-public .promo-home {
  background: #fbfafc;
}

.promo-public .mr-site-header,
.promo-public .mr-site-header input,
.promo-public .mr-site-header button,
.promo-public .mr-site-header a,
.promo-public .mr-footer {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.promo-public .mr-nav a,
.promo-public .mr-brand-wordmark,
.promo-home h1,
.promo-home h2,
.promo-home strong,
.promo-service-icon,
.promo-hero-actions a,
.promo-more-link,
.promo-section-head > a {
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
}

.promo-public .mr-site-header {
  border: 0;
  border-bottom: 1px solid rgba(126, 28, 225, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(35, 17, 50, 0.06);
}

body:is(.promo-public, .promo-test-public) .mr-site-header {
  grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 400px) minmax(330px, 1.1fr) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-site-header .mr-access {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-site-header .mr-nav {
  justify-self: end;
  gap: clamp(18px, 2.1vw, 34px);
}

body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-public .mr-brand-logo-wrap .mr-brand-logo {
  width: auto;
  max-width: 260px;
  max-height: 48px;
  object-fit: contain;
}

.promo-public .mr-brand-wordmark {
  color: #7e1ce1;
  font-size: 25px;
  letter-spacing: 0;
}

.promo-public .mr-brand-wordmark::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 9px;
  border: 7px solid #7e1ce1;
  border-top-color: #ff7602;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fff;
}

.promo-public .mr-nav a,
.promo-public .mr-search-submit,
.promo-public .mr-access-form button {
  color: #7e1ce1 !important;
}

.promo-public .mr-nav a::after,
.promo-public .mr-access-form button {
  background: #ff7602;
}

@media (max-width: 900px) {
  body:is(.promo-public, .promo-test-public) .mr-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    grid-template-areas:
      "brand search"
      "nav nav" !important;
    gap: 12px 14px !important;
    align-items: center !important;
    padding: 12px 20px 14px !important;
    overflow: visible !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-brand {
    grid-area: brand !important;
    min-width: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-brand-logo,
  body:is(.promo-public, .promo-test-public) .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(250px, calc(100vw - 104px)) !important;
    max-height: 54px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle {
    grid-area: search !important;
    justify-self: end !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    color: #7e1ce1 !important;
    border: 2px solid rgba(126, 28, 225, 0.18) !important;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, rgba(126, 28, 225, 0.35), rgba(255, 118, 2, 0.20)) border-box !important;
    box-shadow: 0 10px 22px rgba(126, 28, 225, 0.10) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle svg {
    width: 22px !important;
    height: 22px !important;
    stroke: currentColor !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle:hover,
  body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle:focus-visible,
  body:is(.promo-public, .promo-test-public) .mr-site-header.is-search-open .mr-mobile-search-toggle {
    color: #fff !important;
    background:
      linear-gradient(135deg, #8d27e6, #6b1ed0) padding-box,
      linear-gradient(135deg, #7e1ce1, #ff7602) border-box !important;
    outline: 0 !important;
    box-shadow: 0 12px 26px rgba(126, 28, 225, 0.18) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-nav {
    grid-area: nav !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    justify-content: flex-start !important;
    gap: clamp(18px, 5vw, 34px) !important;
    padding: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    white-space: nowrap !important;
    font-size: 14px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-nav::-webkit-scrollbar {
    display: none;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-search {
    position: static !important;
    display: none !important;
    grid-area: searchbar !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    margin: -4px 0 0 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(126, 28, 225, 0.18) !important;
    border-radius: 999px !important;
    background: #f4f2f8 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header.is-search-open .mr-search {
    display: flex !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-search input {
    min-width: 0 !important;
    font-size: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-search-submit {
    display: inline-flex !important;
    width: auto !important;
    min-width: 78px !important;
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #8d27e6, #6b1ed0) !important;
    box-shadow: 0 10px 22px rgba(126, 28, 225, 0.18) !important;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {
  body:is(.promo-public, .promo-test-public) .mr-site-header {
    grid-template-columns: minmax(220px, 1fr) minmax(360px, 0.9fr) !important;
    grid-template-areas:
      "brand nav"
      "searchbar searchbar" !important;
    gap: 12px 26px !important;
    padding: 14px 44px 16px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-brand {
    grid-area: brand !important;
    min-width: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-nav {
    grid-area: nav !important;
    justify-self: end !important;
    width: auto !important;
    gap: clamp(18px, 2vw, 28px) !important;
    white-space: nowrap !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-search {
    grid-area: searchbar !important;
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: min(680px, 100%) !important;
    max-width: 680px !important;
  }
}

@media (max-width: 430px) {
  body:is(.promo-public, .promo-test-public) .mr-site-header {
    padding: 10px 16px 13px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-brand-logo,
  body:is(.promo-public, .promo-test-public) .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(226px, calc(100vw - 96px)) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-mobile-search-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-nav {
    gap: 18px !important;
    font-size: 13px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-site-header .mr-search {
    height: 54px !important;
  }
}

.promo-public .mr-page {
  max-width: none;
  padding: 0;
  overflow: visible;
}

body:is(.promo-public, .promo-test-public) .mr-contact-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(50px, 6vw, 84px);
  background: #fbfafc;
}

body:is(.promo-public, .promo-test-public) .mr-contact-head {
  width: min(1460px, calc(100% - 80px));
  max-width: 1460px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: clamp(54px, 6vw, 82px) clamp(42px, 5vw, 74px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 44%, #30124c 100%);
  border-radius: 0 0 clamp(54px, 6vw, 86px) clamp(54px, 6vw, 86px);
  box-shadow: 0 16px 42px rgba(35, 17, 50, 0.08);
}

body:is(.promo-public, .promo-test-public) .mr-contact-head .mr-kicker {
  margin: 0 0 12px;
  color: #ffb071;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

body:is(.promo-public, .promo-test-public) .mr-contact-head h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

body:is(.promo-public, .promo-test-public) .mr-contact-head p:not(.mr-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 800;
  line-height: 1.34;
}

body:is(.promo-public, .promo-test-public) .mr-contact-layout {
  width: min(1460px, calc(100% - 80px));
  max-width: 1460px;
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  gap: clamp(20px, 2.5vw, 34px);
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy,
body:is(.promo-public, .promo-test-public) .mr-contact-form {
  border: 1px solid #eadcff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 42px rgba(35, 17, 50, 0.08);
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 118, 2, 0.16), transparent 62%),
    radial-gradient(circle at 35% 35%, rgba(126, 28, 225, 0.16), transparent 58%);
  pointer-events: none;
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy h2 {
  margin: 0 0 14px;
  color: #24162c;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 900;
  line-height: 1;
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy p {
  margin: 0;
  color: #665b70;
  font-size: clamp(14px, 0.98vw, 16px);
  font-weight: 600;
  line-height: 1.62;
}

body:is(.promo-public, .promo-test-public) .mr-contact-copy p strong {
  color: #24162c;
  font-weight: 900;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form {
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
}

body:is(.promo-public, .promo-test-public) .mr-contact-form label span {
  color: #24162c;
  font-size: 13px;
  font-weight: 900;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form input,
body:is(.promo-public, .promo-test-public) .mr-contact-form select,
body:is(.promo-public, .promo-test-public) .mr-contact-form textarea {
  min-height: 52px;
  color: #24162c;
  background: #fbfafc;
  border: 1px solid #eadcff;
  border-radius: 14px;
  font-weight: 800;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form select {
  color: #24162c;
  background-color: #fbfafc;
  background-image:
    linear-gradient(45deg, transparent 50%, #7e1ce1 50%),
    linear-gradient(135deg, #7e1ce1 50%, transparent 50%),
    linear-gradient(#fbfafc, #fbfafc);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form select:invalid {
  color: #8b8394;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form textarea {
  min-height: 178px;
}

body:is(.promo-public, .promo-test-public) .mr-contact-form input:focus,
body:is(.promo-public, .promo-test-public) .mr-contact-form select:focus,
body:is(.promo-public, .promo-test-public) .mr-contact-form textarea:focus {
  border-color: rgba(126, 28, 225, 0.52);
  outline: 3px solid rgba(126, 28, 225, 0.12);
}

body:is(.promo-public, .promo-test-public) .mr-contact-submit {
  min-height: 54px;
  color: #fff;
  background: linear-gradient(135deg, #8d27e6, #6b1ed0);
  border: 0;
  border-radius: 999px;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(126, 28, 225, 0.20);
}

body:is(.promo-public, .promo-test-public) .mr-contact-submit:hover,
body:is(.promo-public, .promo-test-public) .mr-contact-submit:focus-visible {
  background: linear-gradient(135deg, #ff7b21, #7e1ce1);
  outline: 0;
}

body:is(.promo-public, .promo-test-public) .mr-contact-alert {
  border-radius: 14px;
}

@media (max-width: 900px) {
  body:is(.promo-public, .promo-test-public) .mr-contact-head,
  body:is(.promo-public, .promo-test-public) .mr-contact-layout {
    width: min(100% - 28px, 720px);
  }

  body:is(.promo-public, .promo-test-public) .mr-contact-head {
    padding: 42px 28px 46px;
    border-radius: 0 0 48px 48px;
  }

  body:is(.promo-public, .promo-test-public) .mr-contact-layout,
  body:is(.promo-public, .promo-test-public) .mr-contact-grid {
    grid-template-columns: 1fr;
  }
}

.promo-home,
.promo-home * {
  box-sizing: border-box;
}

.promo-shell {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.promo-hero {
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%);
  border-bottom-left-radius: 96px;
  border-bottom-right-radius: 96px;
  color: #fff;
  margin: 0 auto 10px;
  width: min(1580px, calc(100% - 64px));
  overflow: hidden;
}

.promo-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: 42px;
  align-items: center;
  min-height: 530px;
  padding: 70px clamp(30px, 3.6vw, 72px) 64px clamp(30px, 3.6vw, 72px);
}

.promo-hero-copy {
  min-width: 0;
}

.promo-hero-copy p,
.promo-section-head p {
  margin: 0 0 10px;
  color: #ff7602;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.promo-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: 0.9;
  letter-spacing: 0;
}

.promo-hero-text {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.promo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.promo-hero-actions a,
.promo-more-link,
.promo-section-head > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 16px;
  font-weight: 900;
  text-decoration: none;
}

.promo-hero-actions a {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.promo-hero-actions a:first-child,
.promo-more-link {
  border-color: #ff7602;
  background: #ff7602;
  color: #fff !important;
}

.promo-hero-actions a:first-child {
  min-height: 54px;
  padding: 0 28px;
  border-color: rgba(255, 255, 255, 0.72);
  background: #f7f4f8;
  color: #7e1ce1 !important;
  font-size: 17px;
  box-shadow: 0 16px 30px rgba(16, 8, 24, 0.16);
}

.promo-hero-actions a:first-child::after {
  content: "→";
  margin-left: 10px;
  color: #7e1ce1;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
}

.promo-hero-actions a:first-child:hover,
.promo-hero-actions a:first-child:focus-visible {
  background: #fff;
  border-color: rgba(255, 118, 2, 0.42);
  outline: 0;
}

.promo-services {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin-right: clamp(18px, 2.6vw, 54px);
}

.promo-service {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 4px 18px;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #24162c;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(16, 8, 24, 0.18);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.promo-service:hover,
.promo-service:focus-visible {
  border-color: rgba(255, 118, 2, 0.42);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(249, 242, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(126, 28, 225, 0.52), rgba(255, 118, 2, 0.54)) border-box;
  box-shadow: 0 24px 56px rgba(126, 28, 225, 0.28);
  outline: 0;
  transform: translateY(-3px);
}

.promo-service-icon {
  grid-row: 1 / 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #7e1ce1, #ff7602) border-box;
  border: 2px solid transparent;
  color: #7e1ce1;
  box-shadow: 0 12px 24px rgba(126, 28, 225, 0.16);
}

.promo-service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-service-kicker {
  color: #ff7602;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-service strong,
.promo-service-copy {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-service strong {
  color: #24162c !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.promo-service-copy {
  color: #5e5567 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.promo-service.is-card .promo-service-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ff7602, #7e1ce1) border-box;
  color: #ff7602;
}

.promo-services-page {
  min-height: 0;
  padding-bottom: clamp(28px, 4vw, 50px);
  background: #fbfafc;
}

.promo-services-hero {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 118, 2, 0.28), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(255, 255, 255, 0.10), transparent 24%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 45%, #30124c 100%);
  border-radius: 0 0 clamp(54px, 6vw, 92px) clamp(54px, 6vw, 92px);
  box-shadow: 0 18px 48px rgba(35, 17, 50, 0.10);
}

.promo-services-hero-inner {
  position: relative;
  display: grid;
  align-content: center;
  min-height: clamp(260px, 25vw, 360px);
  padding-top: clamp(40px, 5vw, 66px);
  padding-left: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(58px, 6vw, 78px);
}

.promo-services-hero p {
  margin: 0 0 12px;
  color: #ffb071;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.promo-services-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.promo-services-hero span {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 700px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.28;
}

.promo-services-hero p {
  position: relative;
  z-index: 2;
}

.promo-services-hero-art {
  position: absolute;
  right: clamp(-66px, 1vw, 10px);
  bottom: -36px;
  z-index: 1;
  width: min(46vw, 650px);
  max-height: 112%;
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.28;
  pointer-events: none;
  user-select: none;
}

.promo-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(-44px, -3vw, -24px);
  margin-bottom: clamp(22px, 3vw, 38px);
  position: relative;
  z-index: 2;
}

body:is(.promo-public, .promo-test-public):has(.promo-services-page) .mr-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:is(.promo-public, .promo-test-public):has(.promo-services-page) .mr-footer-inner {
  padding-top: 0 !important;
}

.promo-services-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: clamp(24px, 2.6vw, 34px);
  color: #24162c;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #eadcff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(35, 17, 50, 0.08);
}

.promo-services-card-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
  min-height: 74px;
}

.promo-services-card-head .promo-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  align-self: center;
}

.promo-services-card-head .promo-service-icon svg {
  width: 28px;
  height: 28px;
}

.promo-services-card-head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-height: 54px;
  transform: translateY(9px);
}

.promo-services-card-head p {
  margin: 0 0 1px;
  color: #ff7602;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.promo-services-card-head h2 {
  margin: 0;
  color: #24162c;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  white-space: nowrap;
}

.promo-services-copy {
  margin: 24px 0 0;
  color: #5e5567;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.38;
}

.promo-services-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.promo-services-card li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: #6c6276;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
}

.promo-services-card li::before {
  content: "";
  position: absolute;
  top: 0.44em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff7602;
  box-shadow: 0 0 0 5px rgba(255, 118, 2, 0.10);
}

.promo-services-card.is-monitor li::before {
  background: #7e1ce1;
  box-shadow: 0 0 0 5px rgba(126, 28, 225, 0.10);
}

.promo-services-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  padding: 13px 22px;
  color: #fff !important;
  background: #7e1ce1;
  border: 1px solid rgba(126, 28, 225, 0.18);
  border-radius: 999px;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(126, 28, 225, 0.18);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.promo-services-cta::after {
  content: "→";
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 900;
}

.promo-services-cta:hover,
.promo-services-cta:focus-visible {
  color: #fff !important;
  background: #ff7602;
  box-shadow: 0 18px 34px rgba(255, 118, 2, 0.20);
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .promo-services-grid {
    grid-template-columns: 1fr;
    width: min(100% - 44px, 720px);
  }

  .promo-services-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .promo-services-hero {
    border-radius: 0 0 46px 46px;
  }

  .promo-services-hero-inner {
    min-height: 0;
    padding-top: 34px;
    padding-left: 24px;
    padding-bottom: 66px;
  }

  .promo-services-hero h1 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .promo-services-hero span {
    font-size: 18px;
  }

  .promo-services-grid {
    width: min(100% - 24px, 720px);
    margin-top: -38px;
  }

  .promo-services-card {
    padding: 22px;
  }

  .promo-services-card-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
  }

  .promo-services-card-head .promo-service-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .promo-services-card-head .promo-service-icon svg {
    width: 28px;
    height: 28px;
  }

  .promo-services-card-head h2 {
    font-size: clamp(29px, 8vw, 36px);
    white-space: normal;
  }

  .promo-services-copy {
    font-size: 17px;
  }
}

.promo-live-band,
.promo-content-grid,
.promo-discovery {
  padding-top: 78px;
}

.promo-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.promo-section-head h2 {
  margin: 0;
  color: #25162d;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.03;
  letter-spacing: 0;
}

.promo-section-head > a {
  border: 1px solid #eadff3;
  background: #fff;
  color: #7e1ce1;
}

.promo-live-carousel {
  position: relative;
  margin: 0;
  padding: 0 64px 24px;
  overflow: visible;
}

.promo-live-track {
  display: flex;
  gap: 14px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 28px;
  margin-bottom: -28px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  scrollbar-width: none;
}

.promo-live-track::-webkit-scrollbar {
  display: none;
}

.promo-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #7e1ce1 0%, #ff7602 100%);
  box-shadow: 0 16px 34px rgba(126, 28, 225, 0.26);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.promo-carousel-arrow:hover,
.promo-carousel-arrow:focus-visible {
  box-shadow: 0 18px 40px rgba(126, 28, 225, 0.34);
  outline: 0;
  transform: translateY(-50%) scale(1.05);
}

.promo-carousel-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.promo-carousel-arrow.is-prev {
  left: 4px;
}

.promo-carousel-arrow.is-prev::before {
  transform: rotate(-135deg);
}

.promo-carousel-arrow.is-next {
  right: 4px;
}

.promo-carousel-arrow.is-next::before {
  transform: rotate(45deg);
}

.promo-live-card,
.promo-date-card,
.promo-trend,
.promo-track-card {
  border: 1px solid var(--mr-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--mr-shadow-soft);
}

.promo-live-card {
  display: grid;
  flex: 0 0 calc((100% - 56px) / 5);
  min-width: 0;
  color: var(--mr-ink);
  text-decoration: none;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.promo-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--mr-line);
  background: #f8f5fb;
}

.promo-live-head strong,
.promo-live-head span,
.promo-live-body strong,
.promo-live-body span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-live-head span {
  color: #828a99;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.promo-live-body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 14px 15px;
}

.promo-live-body .mr-station-logo {
  width: 52px;
  height: 52px;
}

.promo-live-body strong {
  display: block;
  font-size: 17px;
  color: #7e1ce1;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.15;
}

.promo-live-body span {
  display: block;
  margin-top: 4px;
  color: #7d8595;
  font-weight: 800;
}

.promo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.65fr);
  gap: 48px;
  padding-bottom: 18px;
}

.promo-main-panel,
.promo-side-panel {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.promo-radio-date-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.promo-date-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 14px;
  color: #17111f;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.promo-date-card:hover,
.promo-date-card:focus-visible {
  border-color: rgba(126, 28, 225, 0.28);
  background: #f6f0ff;
  box-shadow: 0 16px 34px rgba(126, 28, 225, 0.12);
  outline: 0;
  transform: translateY(-2px);
}

.promo-date-cover {
  width: 112px;
  height: 112px;
  border-radius: 14px;
  object-fit: cover;
}

.promo-date-main {
  align-self: center;
  min-width: 0;
}

.promo-date-main span,
.promo-date-main strong,
.promo-date-main em,
.promo-date-main small,
.promo-trend strong,
.promo-track-card strong,
.promo-track-card em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-date-main span {
  color: #ff7602;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-date-main strong {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.15;
}

.promo-date-main em {
  margin-top: 5px;
  color: #3b3145;
  font-style: normal;
  font-weight: 900;
}

.promo-date-main small {
  margin-top: 4px;
  color: #8b8492;
  font-size: 13px;
  font-weight: 800;
}

.promo-more-link {
  width: fit-content;
  margin-top: 18px;
  border: 1px solid #eadff3 !important;
  background: #fff !important;
  color: #5f5668 !important;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500 !important;
  box-shadow: 0 8px 20px rgba(35, 17, 50, 0.04);
  transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.promo-more-link::after {
  content: "→";
  margin-left: 10px;
  color: currentColor;
  font-weight: 700;
}

.promo-more-link:hover,
.promo-more-link:focus-visible {
  border-color: rgba(126, 28, 225, 0.32) !important;
  color: #7e1ce1 !important;
  outline: 0;
  box-shadow: 0 12px 26px rgba(35, 17, 50, 0.08);
}

.promo-trend-grid {
  display: grid;
  gap: 12px;
}

.promo-trend {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  color: #25162d;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.promo-trend:hover,
.promo-trend:focus-visible {
  border-color: #ddd7e4;
  background: #f2f0f4;
  box-shadow: 0 12px 28px rgba(35, 17, 50, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.promo-trend-photo {
  width: 64px;
  height: 64px;
  border-radius: 13px;
  object-fit: cover;
}

.promo-trend strong {
  font-size: 20px;
  line-height: 1.1;
}

.promo-discovery {
  padding-bottom: 70px;
}

.promo-main-panel .promo-discovery {
  padding-top: 58px;
  padding-bottom: 0;
}

.promo-main-panel .promo-discovery .promo-section-head h2 {
  font-size: clamp(34px, 3.6vw, 56px);
}

.promo-track-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.promo-main-panel .promo-track-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promo-track-card {
  min-width: 0;
  padding: 12px;
  color: #17111f;
  text-decoration: none;
}

.promo-track-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
}

.promo-track-card strong {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.15;
}

.promo-track-card em {
  margin-top: 4px;
  color: #7d8595;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

body.promo-public .mr-track-detail-hero {
  position: relative !important;
  width: min(1580px, calc(100% - 64px)) !important;
  margin: 0 auto 34px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  border: 0 !important;
  border-radius: 0 0 96px 96px !important;
  box-shadow: 0 26px 70px rgba(35, 17, 50, 0.16) !important;
}

body.promo-public .mr-track-detail-cover-wrap {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 118, 2, 0.18), transparent 32%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
}

body.promo-public .mr-track-detail-cover {
  border-radius: 0 !important;
}

body.promo-public .mr-track-detail-cover.mr-cover-empty {
  color: rgba(255, 255, 255, 0.68) !important;
  background: transparent !important;
}

body.promo-public .mr-track-detail-cover.mr-cover-empty span {
  color: rgba(255, 255, 255, 0.68) !important;
  text-shadow: 0 14px 34px rgba(35, 17, 50, 0.22) !important;
}

body.promo-public .mr-track-detail-copy {
  padding: clamp(30px, 4vw, 62px) !important;
}

body.promo-public .mr-track-detail-kicker {
  color: #ffb071 !important;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 900 !important;
}

body.promo-public .mr-track-detail-copy h1,
body.promo-public .mr-track-detail-copy h2 {
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body.promo-public .mr-track-detail-copy h1 {
  font-size: clamp(42px, 4.5vw, 72px) !important;
  line-height: 0.98 !important;
}

body.promo-public .mr-track-detail-copy h2,
body.promo-public .mr-track-detail-copy h2 a {
  color: #ffffff !important;
}

body.promo-public .mr-track-detail-copy p:not(.mr-track-detail-kicker) {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.promo-public .mr-track-detail-genre span {
  color: #7e1ce1 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
}

body.promo-public .mr-track-detail-grid {
  width: min(1440px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
}

body.promo-public .mr-track-stats-panel,
body.promo-public .mr-track-transmissions-panel {
  border: 1px solid rgba(126, 28, 225, 0.16) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(35, 17, 50, 0.07) !important;
}

body.promo-public .mr-track-stats-panel h2,
body.promo-public .mr-track-transmissions-panel h2 {
  color: #25162d !important;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif !important;
}

body.promo-public .mr-panel-icon {
  color: #7e1ce1 !important;
}

body.promo-public .mr-table th {
  color: #7d7486 !important;
  border-bottom-color: #e7ddec !important;
}

body.promo-public .mr-table td {
  border-bottom-color: #eee6f3 !important;
}

body.promo-public .mr-track-station-cell .mr-station-logo {
  border-color: #eadcf5 !important;
}

body.promo-public .mr-track-spin-count {
  color: #7e1ce1 !important;
  background: #f5effb !important;
  border-color: #eadcf5 !important;
}

body.promo-public .mr-track-transmissions-button {
  color: #7e1ce1 !important;
  background: #ffffff !important;
  border-color: #e7ddec !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 26px rgba(35, 17, 50, 0.06) !important;
}

body.promo-public .mr-track-transmissions-button:hover,
body.promo-public .mr-track-transmissions-button:focus-visible {
  color: #7e1ce1 !important;
  background: #f5effb !important;
  border-color: rgba(126, 28, 225, 0.3) !important;
}

body.promo-public .mr-track-transmissions-cta p {
  color: #7d7486 !important;
}

body.promo-public .mr-artist-detail-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px) !important;
  grid-template-areas: "copy photo" !important;
  align-items: start !important;
  gap: 0 !important;
  width: min(1320px, calc(100% - 64px)) !important;
  height: clamp(250px, 21vw, 320px) !important;
  min-height: 0 !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  border: 0 !important;
  border-radius: 0 0 66px 66px !important;
  box-shadow: 0 20px 48px rgba(35, 17, 50, 0.13) !important;
}

body.promo-public .mr-artist-detail-hero > div {
  grid-area: copy !important;
  align-self: center !important;
  min-width: 0 !important;
  padding: clamp(32px, 4vw, 54px) !important;
}

body.promo-public .mr-artist-detail-hero .mr-profile-photo {
  grid-area: photo !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 118, 2, 0.32), transparent 38%),
    linear-gradient(145deg, rgba(126, 28, 225, 0.92), rgba(255, 118, 2, 0.78)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

body.promo-public .mr-artist-detail-hero .mr-profile-photo.mr-cover-empty {
  color: rgba(255, 255, 255, 0.68) !important;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 118, 2, 0.18), transparent 34%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
}

body.promo-public .mr-artist-detail-hero .mr-profile-photo.mr-cover-empty span {
  color: rgba(255, 255, 255, 0.68) !important;
  text-shadow: 0 14px 34px rgba(35, 17, 50, 0.22) !important;
}

body.promo-public .mr-artist-detail-hero .mr-kicker {
  color: #ffb071 !important;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 900 !important;
}

body.promo-public .mr-artist-detail-hero h1 {
  color: #ffffff !important;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif !important;
  font-size: clamp(38px, 4vw, 60px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

body.promo-public .mr-artist-detail-hero .mr-artist-stats,
body.promo-public .mr-artist-detail-hero .mr-artist-stat,
body.promo-public .mr-artist-detail-hero .mr-artist-stat span {
  color: rgba(255, 255, 255, 0.76) !important;
}

body.promo-public .mr-artist-detail-hero .mr-artist-stat strong {
  color: #ffffff !important;
}

body.promo-public .mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.promo-public .mr-artist-detail-grid {
  width: min(1320px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
}

body.promo-public .mr-artist-detail-grid .mr-panel {
  border: 1px solid rgba(126, 28, 225, 0.16) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(35, 17, 50, 0.07) !important;
}

body.promo-public .mr-artist-detail-grid .mr-panel h2 {
  color: #25162d !important;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif !important;
}

body.promo-public .mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:hover {
  background: #f5effb !important;
  border-color: rgba(126, 28, 225, 0.28) !important;
}

body.promo-public .mr-artist-spins-table .mr-artist-spin-track a:hover,
body.promo-public .mr-artist-spin-track a:hover {
  color: #7e1ce1 !important;
}

/* Promo artists archive */
body.promo-public .mr-artists-page,
body.promo-public .mr-artists-page *,
body.promo-public .mr-artists-page *::before,
body.promo-public .mr-artists-page *::after {
  box-sizing: border-box;
}

body.promo-public .mr-artists-page {
  display: grid;
  gap: 30px;
  width: 100%;
  padding: 0 0 86px;
  background:
    linear-gradient(180deg, rgba(126, 28, 225, 0.035) 0%, rgba(251, 250, 252, 0) 420px),
    #fbfafc;
}

body.promo-public .mr-artists-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: center;
  width: min(1580px, calc(100% - 64px));
  min-height: 320px;
  margin: 0 auto 10px;
  padding: 68px clamp(34px, 4.2vw, 76px) 62px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.26), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%);
  border-bottom-left-radius: 92px;
  border-bottom-right-radius: 92px;
  box-shadow: 0 24px 58px rgba(35, 17, 50, 0.14);
}

body.promo-public .mr-artists-hero-copy {
  min-width: 0;
}

body.promo-public .mr-artists-hero .mr-kicker {
  margin: 0 0 12px;
  color: #ffb071;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.promo-public .mr-artists-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.9;
  letter-spacing: 0;
}

body.promo-public .mr-artists-hero p:last-child {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.14;
}

body.promo-public .mr-artists-hero p:last-child strong {
  color: #ffffff;
}

body.promo-public .mr-artists-hero .mr-artist-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-self: center;
  justify-self: stretch;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 44px rgba(35, 17, 50, 0.18);
}

body.promo-public .mr-artists-hero .mr-artist-search input {
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 20px;
  color: #24142e;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 17px;
  font-weight: 800;
  outline: 0;
}

body.promo-public .mr-artists-hero .mr-artist-search input::placeholder {
  color: #9b92a4;
}

body.promo-public .mr-artists-hero .mr-artist-search button {
  min-width: 112px;
  height: 54px;
  padding: 0 24px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #7e1ce1 0%, #ff7602 100%);
  box-shadow: 0 14px 30px rgba(126, 28, 225, 0.24);
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.promo-public .mr-artists-hero .mr-artist-search button:hover,
body.promo-public .mr-artists-hero .mr-artist-search button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(126, 28, 225, 0.32);
  outline: 0;
}

body.promo-public .mr-artists-toolbar,
body.promo-public .mr-artists-page > .mr-artist-grid,
body.promo-public .mr-artists-page > .mr-pagination {
  width: min(1440px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

body.promo-public .mr-artists-toolbar {
  display: grid;
  gap: 16px;
}

body.promo-public .mr-artists-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #8b8293;
  font-size: 15px;
  font-weight: 900;
}

body.promo-public .mr-artists-results-head span {
  color: #ff7602;
  text-transform: uppercase;
}

body.promo-public .mr-artists-results-head strong {
  color: #7e1ce1;
}

body.promo-public .mr-artist-letters {
  display: grid;
  grid-template-columns: minmax(58px, 1.45fr) repeat(27, minmax(30px, 1fr));
  gap: 6px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(126, 28, 225, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(35, 17, 50, 0.07);
}

body.promo-public .mr-artist-letters a,
body.promo-public .mr-artists-page .mr-pagination a,
body.promo-public .mr-artists-page .mr-pagination span {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  color: #24142e;
  border: 1px solid rgba(126, 28, 225, 0.16);
  border-radius: 999px;
  background: #ffffff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.promo-public .mr-artist-letters a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0;
}

body.promo-public .mr-artist-letters a:first-child {
  padding: 0 12px;
}

body.promo-public .mr-artist-letters a:hover,
body.promo-public .mr-artist-letters a:focus-visible,
body.promo-public .mr-artists-page .mr-pagination a:hover,
body.promo-public .mr-artists-page .mr-pagination a:focus-visible {
  color: #7e1ce1;
  border-color: rgba(126, 28, 225, 0.32);
  background: #fbf4ff;
  outline: 0;
  transform: translateY(-1px);
}

body.promo-public .mr-artist-letters a.active,
body.promo-public .mr-artists-page .mr-pagination a.active {
  color: #ffffff !important;
  border-color: transparent;
  background: linear-gradient(135deg, #7e1ce1 0%, #ff7602 100%);
  box-shadow: 0 14px 34px rgba(126, 28, 225, 0.24);
}

body.promo-public .mr-artists-page > .mr-artist-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.promo-public .mr-artists-page .mr-artist-card {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 238px;
  padding: 24px 16px 20px;
  overflow: hidden;
  color: #24142e;
  border: 1px solid rgba(126, 28, 225, 0.14);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fcf8ff 100%);
  box-shadow: 0 18px 42px rgba(35, 17, 50, 0.07);
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.promo-public .mr-artists-page .mr-artist-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #7e1ce1 0%, #ff7602 100%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

body.promo-public .mr-artists-page .mr-artist-card:hover,
body.promo-public .mr-artists-page .mr-artist-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(126, 28, 225, 0.34);
  background: #ffffff;
  box-shadow: 0 28px 62px rgba(126, 28, 225, 0.16);
  outline: 0;
}

body.promo-public .mr-artists-page .mr-artist-card:hover::before,
body.promo-public .mr-artists-page .mr-artist-card:focus-visible::before {
  opacity: 1;
}

body.promo-public .mr-artist-card-media {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 0 auto;
  border-radius: 999px;
}

body.promo-public .mr-artists-page .mr-artist-photo {
  display: block;
  width: 132px;
  height: 132px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  border: 5px solid #ffffff;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 118, 2, 0.26), transparent 34%),
    linear-gradient(135deg, #7e1ce1 0%, #30124c 100%);
  box-shadow: 0 0 0 2px rgba(126, 28, 225, 0.18), 0 16px 34px rgba(35, 17, 50, 0.14);
  object-fit: cover;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

body.promo-public .mr-artists-page .mr-artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.promo-public .mr-artists-page .mr-artist-photo.mr-cover-empty {
  display: grid;
  place-items: center;
}

body.promo-public .mr-artists-page .mr-artist-photo.mr-cover-empty span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 34px;
  line-height: 1;
}

body.promo-public .mr-artists-page .mr-artist-card:hover .mr-artist-photo,
body.promo-public .mr-artists-page .mr-artist-card:focus-visible .mr-artist-photo {
  transform: scale(1.02);
  box-shadow: 0 0 0 2px rgba(255, 118, 2, 0.34), 0 20px 42px rgba(126, 28, 225, 0.22);
}

body.promo-public .mr-artist-card-body {
  display: grid;
  min-width: 0;
  width: 100%;
}

body.promo-public .mr-artists-page .mr-artist-card strong {
  display: -webkit-box;
  min-height: 44px;
  max-width: 100%;
  overflow: hidden;
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.promo-public .mr-artists-page .mr-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  color: #7d7486;
  border: 1px solid rgba(126, 28, 225, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(35, 17, 50, 0.06);
  font-weight: 900;
}

body.promo-public .mr-artists-page > .mr-pagination {
  justify-content: center;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  body.promo-public .mr-artists-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.promo-public .mr-artists-hero .mr-artist-search {
    max-width: 620px;
  }

  body.promo-public .mr-artist-letters {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  body.promo-public .mr-artist-letters a:first-child {
    grid-column: span 2;
  }

  body.promo-public .mr-artists-page > .mr-artist-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.promo-public .mr-artist-detail-hero .mr-artist-stats {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 2px !important;
    line-height: 1.18 !important;
  }

  body.promo-public .mr-artist-detail-hero .mr-artist-stat {
    display: flex !important;
    align-items: baseline !important;
  }

  body.promo-public .mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 980px) {
  body.promo-public .mr-artists-page > .mr-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  body.promo-public .mr-artists-page .mr-artist-card {
    width: 100%;
    max-width: 100%;
  }

  body.promo-public .mr-artist-card-media,
  body.promo-public .mr-artist-card-body {
    width: 100%;
    min-width: 0;
  }

  body.promo-public .mr-artist-card-media {
    display: flex;
    justify-content: center;
  }

  body.promo-public .mr-artists-page .mr-artist-card strong {
    overflow-wrap: anywhere;
    text-overflow: clip;
  }
}

@media (max-width: 860px) {
  body.promo-public .mr-artists-page {
    gap: 24px;
    padding-bottom: 70px;
  }

  body.promo-public .mr-artists-hero {
    width: min(100% - 32px, 720px);
    min-height: 0;
    padding: 46px 28px 42px;
    border-bottom-left-radius: 58px;
    border-bottom-right-radius: 58px;
  }

  body.promo-public .mr-artists-toolbar,
  body.promo-public .mr-artists-page > .mr-artist-grid,
  body.promo-public .mr-artists-page > .mr-pagination {
    width: min(100% - 32px, 720px);
  }

  body.promo-public .mr-artists-results-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  body.promo-public .mr-artist-letters {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    overflow: visible;
  }

  body.promo-public .mr-artist-letters a {
    height: 40px;
  }

  body.promo-public .mr-artists-page > .mr-artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  body.promo-public .mr-artists-page .mr-artist-card {
    min-height: 218px;
    padding: 20px 10px 18px;
    border-radius: 22px;
  }

  body.promo-public .mr-artist-card-media,
  body.promo-public .mr-artists-page .mr-artist-photo {
    width: 128px;
    height: 128px;
    max-width: 100%;
    max-height: 128px;
  }

  body.promo-public .mr-artists-page .mr-artist-card strong {
    min-height: 42px;
    font-size: 18px;
    line-height: 1.14;
  }
}

@media (max-width: 900px) {
  body.promo-public .mr-artist-detail-hero {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "photo"
      "copy" !important;
    width: min(100% - 32px, 1580px) !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom-left-radius: 64px !important;
    border-bottom-right-radius: 64px !important;
  }

  body.promo-public .mr-artist-detail-hero > div {
    padding: 28px 28px 38px !important;
  }

  body.promo-public .mr-artist-detail-hero .mr-profile-photo {
    min-height: 220px !important;
    max-height: 340px !important;
  }

  body.promo-public .mr-artist-detail-grid {
    width: min(100% - 32px, 720px) !important;
  }
}

@media (max-width: 560px) {
  body.promo-public .mr-artists-hero {
    width: min(100% - 20px, 720px);
    padding: 34px 22px 36px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  body.promo-public .mr-artists-hero h1 {
    font-size: clamp(44px, 16vw, 58px);
  }

  body.promo-public .mr-artists-hero p:last-child {
    font-size: 19px;
  }

  body.promo-public .mr-artists-hero .mr-artist-search {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  body.promo-public .mr-artists-hero .mr-artist-search input,
  body.promo-public .mr-artists-hero .mr-artist-search button {
    height: 48px;
  }

  body.promo-public .mr-artists-toolbar,
  body.promo-public .mr-artists-page > .mr-artist-grid,
  body.promo-public .mr-artists-page > .mr-pagination {
    width: min(100% - 20px, 720px);
  }

  body.promo-public .mr-artist-letters {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-radius: 22px;
  }

  body.promo-public .mr-artists-page > .mr-artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.promo-public .mr-artists-page .mr-artist-card {
    min-height: 210px;
    padding: 18px 8px 16px;
    border-radius: 20px;
  }

  body.promo-public .mr-artist-card-media,
  body.promo-public .mr-artists-page .mr-artist-photo {
    width: 112px;
    height: 112px;
  }

  body.promo-public .mr-artists-page .mr-artist-card strong {
    min-height: 42px;
    font-size: 17px;
    line-height: 1.16;
  }
}


.promo-public .mr-footer {
  border-top: 1px solid rgba(126, 28, 225, 0.16);
  background: #fbfafc !important;
  color: #7d7486;
}

.promo-public .mr-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) 86px minmax(260px, 0.75fr) !important;
  width: min(100% - 96px, 1440px) !important;
  max-width: 1440px !important;
  gap: clamp(24px, 4vw, 54px) !important;
  align-items: center !important;
}

.promo-public .mr-footer-brandmark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  pointer-events: none;
}

.promo-public .mr-footer-brandmark img {
  width: 52px;
  max-width: 100%;
  height: auto;
  opacity: 0.24;
  filter: grayscale(1) saturate(0) brightness(0.9);
}

.promo-public .mr-footer-lead {
  color: #5f5669 !important;
}

.promo-public .mr-footer-company {
  color: #8d8496 !important;
}

.promo-public .mr-footer-system {
  padding-top: 0 !important;
  align-self: center !important;
  justify-self: end !important;
}

.promo-public .mr-footer-links a,
.promo-public .mr-footer-stats em {
  color: #8d8496 !important;
}

.promo-public .mr-footer-stats strong {
  color: #5f5669 !important;
}

.promo-public .mr-footer-stats > span {
  color: #9c93a5 !important;
}

body.promo-public .mr-footer {
  max-width: 1440px !important;
  width: min(1440px, calc(100% - 64px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.promo-public .mr-footer-inner {
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  column-gap: clamp(18px, 3vw, 44px) !important;
}

body.promo-public .mr-footer-about {
  justify-self: start !important;
}

body.promo-public .mr-footer-brandmark {
  justify-self: center !important;
}

body.promo-public .mr-footer-system {
  width: 100% !important;
  justify-self: stretch !important;
  align-items: flex-end !important;
  justify-items: end !important;
}

body.promo-public .promo-live-carousel {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

body.promo-public .promo-live-carousel .promo-live-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding-bottom: 28px !important;
  margin-bottom: -28px !important;
}

body.promo-public .promo-live-carousel .promo-live-track > .promo-live-card {
  flex: 0 0 calc((100% - 64px) / 5) !important;
  width: calc((100% - 64px) / 5) !important;
  max-width: calc((100% - 64px) / 5) !important;
  min-width: 0 !important;
  display: grid !important;
}

body.promo-public .promo-live-card strong,
body.promo-public .promo-live-card span {
  color: inherit;
}

body.promo-public .promo-live-head strong {
  color: #25162d !important;
  line-height: 1;
}

body.promo-public .promo-live-body strong {
  color: #7e1ce1 !important;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 600 !important;
}

@media (max-width: 1180px) {
  .promo-track-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .promo-main-panel .promo-track-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.promo-public .promo-live-carousel .promo-live-track > .promo-live-card {
    flex-basis: calc((100% - 32px) / 3) !important;
    width: calc((100% - 32px) / 3) !important;
    max-width: calc((100% - 32px) / 3) !important;
  }
}

@media (max-width: 980px) {
  .promo-hero-inner,
  .promo-content-grid {
    grid-template-columns: 1fr;
  }

  .promo-hero-inner {
    min-height: 0;
    padding-right: 0;
  }

  .promo-services {
    margin-right: 0;
  }

  .promo-track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-main-panel .promo-track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.promo-public .promo-live-carousel .promo-live-track > .promo-live-card {
    flex-basis: calc((100% - 16px) / 2) !important;
    width: calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important;
  }

  .promo-public .mr-footer-inner {
    grid-template-columns: 1fr !important;
    width: min(100% - 40px, 720px) !important;
    gap: 20px !important;
  }

  .promo-public .mr-footer-brandmark {
    order: 2;
  }

  .promo-public .mr-footer-about {
    order: 3;
  }

  .promo-public .mr-footer-system {
    order: 1;
  }

  body.promo-public .mr-footer {
    width: min(100% - 40px, 720px) !important;
    max-width: 720px !important;
    padding-top: 28px !important;
  }

  body.promo-public .mr-footer-inner {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.promo-public .mr-footer-system {
    width: auto !important;
    justify-self: center !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.promo-public .mr-footer-stats {
    justify-content: center !important;
    text-align: center !important;
  }

  body.promo-public .mr-footer-stats > span,
  body.promo-public .mr-footer-stats strong {
    text-align: center !important;
  }

  body.promo-public .mr-footer-brandmark {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
  }

  body.promo-public .mr-footer-about {
    justify-self: start !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .promo-shell {
    width: min(100% - 32px, 1440px);
  }

  body.promo-public .mr-footer {
    width: min(100% - 32px, 720px) !important;
  }

  body.promo-public .mr-footer-inner {
    width: 100% !important;
  }

  body.promo-public .mr-track-detail-hero {
    width: min(100% - 20px, 1580px) !important;
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }

  body.promo-public .mr-track-detail-grid {
    width: min(100% - 32px, 720px) !important;
  }

  body.promo-public .mr-track-detail-copy {
    padding: 24px 22px 34px !important;
  }

  body.promo-public .mr-track-detail-copy h1 {
    font-size: clamp(34px, 12vw, 48px) !important;
  }

  body.promo-public .mr-artist-detail-hero {
    width: min(100% - 20px, 1580px) !important;
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }

  body.promo-public .mr-artist-detail-hero .mr-profile-photo {
    min-height: 210px !important;
  }

  body.promo-public .mr-artist-detail-hero h1 {
    font-size: clamp(36px, 12vw, 52px) !important;
  }

  .promo-hero-inner {
    padding: 44px 0 42px;
  }

  .promo-hero-copy h1 {
    font-size: 40px;
  }

  .promo-hero-text {
    font-size: 16px;
  }

  .promo-section-head {
    display: block;
  }

  .promo-section-head h2 {
    font-size: 30px;
  }

  .promo-radio-date-list,
  .promo-track-grid {
    grid-template-columns: 1fr;
  }

  .promo-main-panel .promo-track-grid {
    grid-template-columns: 1fr;
  }

  .promo-hero {
    width: min(100% - 20px, 1580px);
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  .promo-main-panel,
  .promo-side-panel {
    padding: 0;
  }

  .promo-live-carousel {
    padding: 0 0 64px;
  }

  body.promo-public .promo-live-carousel .promo-live-track {
    gap: 0 !important;
  }

  body.promo-public .promo-live-carousel .promo-live-track > .promo-live-card {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .promo-carousel-arrow {
    display: inline-flex;
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .promo-carousel-arrow:hover,
  .promo-carousel-arrow:focus-visible {
    transform: scale(1.05);
  }

  .promo-carousel-arrow.is-prev {
    left: calc(50% - 54px);
  }

  .promo-carousel-arrow.is-next {
    right: calc(50% - 54px);
  }

  .promo-carousel-arrow::before {
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

/* Test Promo Radio: classifica radio spin */
body.promo-test-public .mr-radio-spin-page {
  width: min(100% - 64px, 1540px);
  max-width: none;
  margin: 0 auto;
  padding: 0 0 92px;
}

body.promo-test-public .mr-radio-spin-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  min-height: 230px;
  margin: 0 0 30px;
  padding: 44px 54px;
  overflow: hidden;
  border: 1px solid rgba(126, 28, 225, 0.14);
  border-radius: 0 0 72px 72px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 118, 2, 0.28), transparent 28%),
    linear-gradient(135deg, #9b38c5 0%, #641ec5 48%, #2f114d 100%);
  box-shadow: 0 28px 70px rgba(47, 17, 77, 0.16);
}

body.promo-test-public .mr-radio-spin-head > div {
  max-width: 760px;
}

body.promo-test-public .mr-radio-spin-head .mr-kicker {
  margin: 0 0 12px;
  color: #ffb24f;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body.promo-test-public .mr-radio-spin-head h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.92;
  letter-spacing: 0;
}

body.promo-test-public .mr-radio-spin-head p:not(.mr-kicker) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 900;
}

body.promo-test-public .mr-live-badge {
  height: 24px;
  margin-left: 10px;
  padding: 0 10px;
  color: #2d1740;
  background: #ffffff;
  border: 1px solid rgba(255, 178, 79, 0.62);
  box-shadow: 0 10px 24px rgba(35, 17, 50, 0.18);
  font-size: 12px;
}

body.promo-test-public .mr-radio-spin-controls {
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 34px;
  padding: 18px 0 0;
}

body.promo-test-public .mr-radio-spin-tabs,
body.promo-test-public .mr-radio-spin-controls > .mr-radio-spin-tabs {
  width: 360px;
  max-width: 360px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 6px;
  border: 1px solid rgba(126, 28, 225, 0.16);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(35, 17, 50, 0.08);
}

body.promo-test-public .mr-radio-spin-tabs a {
  width: auto;
  min-height: 42px;
  height: 42px;
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

body.promo-test-public .mr-radio-spin-tabs a.active {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #7e1ce1 0%, #ff7602 100%);
  box-shadow: 0 16px 32px rgba(126, 28, 225, 0.22);
}

body.promo-test-public .mr-week-select {
  min-width: 310px;
  min-height: 54px;
  padding: 0 56px 0 22px;
  color: #24142e;
  border-color: rgba(126, 28, 225, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fbf5ff 100%);
  box-shadow: 0 16px 38px rgba(35, 17, 50, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.promo-test-public .mr-date-select {
  min-width: 250px;
}

body.promo-test-public .mr-week-select::after {
  border-color: #7e1ce1;
}

body.promo-test-public .mr-week-select:focus-within {
  border-color: rgba(255, 118, 2, 0.42);
  box-shadow: 0 18px 44px rgba(126, 28, 225, 0.12), 0 0 0 4px rgba(255, 118, 2, 0.12);
}

body.promo-test-public .mr-radio-spin-list {
  gap: 18px;
}

body.promo-test-public .mr-radio-spin-card {
  grid-template-columns: 86px 112px 42px minmax(0, 1fr) minmax(150px, 210px);
  gap: 22px;
  min-height: 136px;
  padding: 22px 28px;
  overflow: hidden;
  border: 1px solid rgba(126, 28, 225, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaff 100%);
  box-shadow: 0 18px 46px rgba(35, 17, 50, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body.promo-test-public .mr-radio-spin-card:hover,
body.promo-test-public .mr-radio-spin-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(126, 28, 225, 0.3);
  box-shadow: 0 26px 58px rgba(126, 28, 225, 0.14);
}

body.promo-test-public .mr-radio-spin-card.is-top {
  grid-template-columns: 86px 250px 54px minmax(0, 1fr) minmax(170px, 220px) !important;
  gap: 22px;
  min-height: 292px;
  padding: 30px 38px 30px 28px;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 118, 2, 0.34), transparent 28%),
    linear-gradient(135deg, #8f2edd 0%, #641ec5 43%, #2f114d 100%) !important;
  box-shadow: 0 30px 76px rgba(47, 17, 77, 0.26) !important;
}

body.promo-test-public .mr-radio-spin-card.is-compact {
  grid-template-columns: 70px 82px 34px minmax(0, 1fr) 148px;
  gap: 16px;
  min-height: 100px;
  padding: 15px 22px;
  border-radius: 20px;
}

body.promo-test-public .mr-radio-spin-rank {
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 42px;
  font-weight: 800;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-rank {
  justify-self: center !important;
  color: #ffffff !important;
  background: transparent !important;
  font-size: 58px !important;
  text-shadow: 0 14px 30px rgba(35, 17, 50, 0.22);
}

body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
  font-size: 32px;
}

body.promo-test-public .mr-radio-spin-cover {
  width: 112px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(35, 17, 50, 0.1);
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-cover {
  width: 250px;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(17, 8, 28, 0.38) !important;
}

body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-cover {
  width: 82px;
  border-radius: 12px;
}

body.promo-test-public .mr-radio-spin-cover .mr-chart-cover {
  border-radius: inherit;
}

body.promo-test-public .mr-radio-spin-move {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #8e8498;
  border-radius: 999px;
  background: #f8f0ff;
  font-size: 24px;
}

body.promo-test-public .mr-radio-spin-move.is-up {
  color: #7e1ce1;
  background: #f1e3ff;
}

body.promo-test-public .mr-radio-spin-move.is-down {
  color: #d15b2f;
  background: #fff0e4;
}

body.promo-test-public .mr-radio-spin-move.is-new {
  color: #ff7602;
  background: #fff3e7;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
  width: 54px;
  height: 54px;
  color: #2f114d !important;
  background: #ffffff;
  font-size: 32px !important;
  box-shadow: 0 14px 30px rgba(35, 17, 50, 0.22);
}

body.promo-test-public .mr-radio-spin-title {
  color: #24142e;
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.03;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-title,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-title:hover,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist a,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist a:hover {
  color: #ffffff !important;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-title {
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 0.96 !important;
}

body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-title {
  font-size: 19px;
}

body.promo-test-public .mr-radio-spin-title:hover,
body.promo-test-public .mr-radio-spin-artist a:hover {
  color: #7e1ce1;
}

body.promo-test-public .mr-radio-spin-artist,
body.promo-test-public .mr-radio-spin-artist a {
  color: #35253f;
  font-size: 18px;
  font-weight: 800;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist,
body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 24px !important;
}

body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-artist,
body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-artist a {
  font-size: 14px;
}

body.promo-test-public .mr-radio-spin-meta {
  min-width: 0;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(126, 28, 225, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-meta {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

body.promo-test-public .mr-radio-spin-meta div {
  grid-template-columns: minmax(42px, 1fr) auto;
  gap: 12px;
}

body.promo-test-public .mr-radio-spin-meta dt {
  color: #94889f;
  font-size: 13px;
  font-weight: 900;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-meta dt {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.promo-test-public .mr-radio-spin-meta dd {
  color: #24142e;
  font-size: 17px;
}

body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-meta dd {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  body.promo-test-public .mr-radio-spin-page {
    width: min(100% - 32px, 760px);
    padding-top: 0;
  }

  body.promo-test-public .mr-radio-spin-head {
    display: block;
    min-height: 0;
    padding: 34px 28px 42px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  body.promo-test-public .mr-radio-spin-head h1 {
    font-size: clamp(40px, 11vw, 60px);
  }

  body.promo-test-public .mr-radio-spin-head p:not(.mr-kicker) {
    font-size: 17px;
  }

  body.promo-test-public .mr-radio-spin-controls {
    justify-content: stretch;
    margin-bottom: 24px;
  }

  body.promo-test-public .mr-radio-spin-tabs,
  body.promo-test-public .mr-radio-spin-controls > .mr-radio-spin-tabs,
  body.promo-test-public .mr-week-select {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  body.promo-test-public .mr-radio-spin-card,
  body.promo-test-public .mr-radio-spin-card.is-top,
  body.promo-test-public .mr-radio-spin-card.is-compact {
    grid-template-columns: 56px 86px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  body.promo-test-public .mr-radio-spin-card.is-top {
    grid-template-columns: 56px 86px minmax(0, 1fr) !important;
  }

  body.promo-test-public .mr-radio-spin-cover,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-cover,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-cover {
    width: 86px;
    border-radius: 14px;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-cover {
    width: 86px;
  }

  body.promo-test-public .mr-radio-spin-move,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
    width: 32px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0 !important;
    transform: translateY(22px) !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up {
    color: #7e1ce1 !important;
    background: #f1e3ff !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down {
    color: #d15b2f !important;
    background: #fff0e4 !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
    color: #ff7602 !important;
    background: #fff3e7 !important;
  }

  body.promo-test-public .mr-radio-spin-rank,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-rank,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
    font-size: 34px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
    transform: translateY(-7px) !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    line-height: 1 !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  body.promo-test-public .mr-radio-spin-title,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-title,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-title {
    font-size: 20px !important;
    line-height: 1.05 !important;
  }

  body.promo-test-public .mr-radio-spin-artist,
  body.promo-test-public .mr-radio-spin-artist a,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-artist a,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-artist,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-artist a {
    font-size: 15px !important;
  }

  body.promo-test-public .mr-radio-spin-meta,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-meta {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border-top: 0 !important;
  }

  body.promo-test-public .mr-radio-spin-meta div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 560px) {
  body.promo-test-public .mr-radio-spin-page {
    width: min(100% - 20px, 520px);
    padding-bottom: 64px;
  }

  body.promo-test-public .mr-radio-spin-head {
    padding: 30px 22px 36px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }

  body.promo-test-public .mr-radio-spin-head h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  body.promo-test-public .mr-live-badge {
    margin-left: 6px;
  }

  body.promo-test-public .mr-radio-spin-tabs a {
    min-height: 40px;
    height: 40px;
    padding: 0 14px;
    font-size: 15px;
  }

  body.promo-test-public .mr-week-select {
    min-height: 50px;
    padding-left: 18px;
  }

  body.promo-test-public .mr-radio-spin-card,
  body.promo-test-public .mr-radio-spin-card.is-top,
  body.promo-test-public .mr-radio-spin-card.is-compact {
    grid-template-columns: 42px 74px minmax(0, 1fr);
    gap: 11px;
    padding: 14px 12px;
    border-radius: 18px;
  }

  body.promo-test-public .mr-radio-spin-cover,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-cover,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-cover {
    width: 74px;
    border-radius: 12px;
  }

  body.promo-test-public .mr-radio-spin-rank,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-rank,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
    font-size: 28px !important;
    transform: translateY(-5px) !important;
  }

  body.promo-test-public .mr-radio-spin-move,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    font-size: 13px !important;
    transform: translateY(17px) !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    transform: translateY(-5px) !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move {
    width: 28px !important;
    height: 18px !important;
    min-height: 18px !important;
    font-size: 12px !important;
    font-family: Arial, system-ui, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    overflow: hidden !important;
    position: relative !important;
    transform: translateY(17px) !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 3px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    border-radius: 2px 0 0;
    transform: translateX(-50%) rotate(45deg);
  }

  body.promo-test-public .mr-radio-spin-title,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-title,
  body.promo-test-public .mr-radio-spin-card.is-compact .mr-radio-spin-title {
    font-size: 17px !important;
  }

  body.promo-test-public .mr-radio-spin-meta,
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-meta {
    padding: 10px;
  }

  body.promo-test-public .mr-radio-spin-meta dd {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up {
    font-size: 0 !important;
    line-height: 1 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 3px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
  }

  body.promo-test-public .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
    border-radius: 2px 0 0;
    transform: translateX(-50%) rotate(45deg);
  }
}

@media (max-width: 980px) {
  body.promo-public .mr-track-detail-grid {
    grid-template-columns: 1fr !important;
  }

  body.promo-public .mr-track-transmissions-panel {
    order: 1 !important;
  }

  body.promo-public .mr-track-stats-panel {
    order: 2 !important;
  }
}

@media (max-width: 720px) {
  body.promo-public .mr-track-detail-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100% - 20px, 1580px) !important;
    overflow: hidden !important;
  }

  body.promo-public .mr-track-detail-cover-wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  body.promo-public .mr-track-detail-cover {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }

  body.promo-public .mr-track-detail-copy {
    padding: 26px 22px 34px !important;
  }

  body.promo-public .mr-track-detail-genre {
    top: 26px !important;
    right: 22px !important;
    max-width: 92px !important;
  }

  body.promo-public .mr-track-detail-kicker {
    padding-right: 108px !important;
  }

  body.promo-public .mr-track-detail-cover-wrap:has(.mr-track-detail-cover.mr-cover-empty) {
    display: none !important;
    aspect-ratio: auto !important;
  }

  body.promo-public .mr-track-detail-hero:has(.mr-track-detail-cover.mr-cover-empty) .mr-track-detail-copy {
    padding-top: 34px !important;
  }

  body.promo-public .mr-track-detail-hero:has(.mr-track-detail-cover.mr-cover-empty) .mr-track-detail-kicker {
    padding-right: 108px !important;
  }
}

/* Promo Radio Date detail */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page *,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page *::before,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page *::after {
  box-sizing: border-box;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
  width: min(100%, 1520px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(48px, 7vw, 82px);
  overflow: hidden;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
  max-width: 1480px;
  margin: 0 auto clamp(22px, 4vw, 42px);
  padding-top: clamp(14px, 2vw, 22px);
}

body:is(.promo-public, .promo-test-public) .mr-rd-back,
body:is(.promo-public, .promo-test-public) .mr-rd-date-inline {
  background: #fff;
  border: 1px solid #eadcff;
  border-radius: 999px;
  color: #2a1736;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(92, 31, 160, 0.10);
}

body:is(.promo-public, .promo-test-public) .mr-rd-date-inline > span:first-child {
  color: #7b2cea;
  font-weight: 900;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail {
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 480px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  min-height: clamp(480px, 38vw, 640px);
  padding: clamp(30px, 5vw, 74px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 132, 71, 0.28), transparent 36%),
    linear-gradient(120deg, #8c2ce5 0%, #5f23c4 50%, #301042 100%);
  border-radius: 0 0 clamp(56px, 6vw, 96px) clamp(56px, 6vw, 96px);
  box-shadow: 0 30px 76px rgba(67, 28, 107, 0.18);
  overflow: hidden;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: 0;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 70px rgba(24, 8, 40, 0.28);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty {
  min-height: 320px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(149, 43, 229, 0.96), rgba(47, 15, 70, 0.96));
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
  min-width: 0;
  color: #fff;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker,
body:is(.promo-public, .promo-test-public) .mr-rd-section-kicker {
  margin: 0 0 14px;
  color: #ffb65f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  max-width: 13ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 94px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 a,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 a {
  color: inherit;
  text-decoration: none;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 900;
}

body:is(.promo-public, .promo-test-public) .mr-rd-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-social {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #7b2cea;
  box-shadow: 0 12px 26px rgba(32, 8, 54, 0.16);
}

body:is(.promo-public, .promo-test-public) .mr-rd-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-desktop {
  display: block;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
  display: none;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini {
  max-width: 560px;
  margin-top: 28px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: none;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini small {
  color: #ffb65f;
  font-weight: 900;
  letter-spacing: 0;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini strong {
  color: #fff;
}

body:is(.promo-public, .promo-test-public) .mr-rd-contact-action {
  background: #fff;
  color: #7b2cea;
  border-color: rgba(255, 255, 255, 0.72);
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  max-width: 1260px;
  margin: clamp(32px, 5vw, 58px) auto 0;
  padding: clamp(28px, 4vw, 54px);
  background: #fff;
  border: 1px solid #eadcff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(67, 28, 107, 0.10);
}

body:is(.promo-public, .promo-test-public) .mr-rd-release h2 {
  margin: 0 0 18px;
  color: #21152e;
  font-size: clamp(30px, 3.2vw, 54px);
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-copy {
  color: #342642;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.72;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-copy p {
  margin: 0 0 1em;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  max-width: 1260px;
  margin: 18px auto 0;
  background: #fff;
  border-color: #eadcff;
  border-radius: 8px;
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
    padding-inline: 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
    padding-inline: 22px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    width: calc(100% - 44px);
    min-height: 0;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-radius: 0 0 64px 64px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    max-width: none;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
    border-radius: 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
    max-height: 560px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: clamp(28px, 7vw, 50px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 100%;
    font-size: clamp(38px, 10vw, 74px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    font-size: clamp(24px, 6vw, 38px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    margin-inline: 22px;
  }
}

@media (max-width: 620px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
    padding-bottom: 44px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    width: calc(100% - 28px);
    border-radius: 0 0 48px 48px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty {
    min-height: 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty {
    aspect-ratio: 1 / 1;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty span {
    font-size: 52px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: 30px 24px 38px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    font-size: clamp(38px, 12vw, 60px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-social {
    width: 38px;
    height: 38px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-press-desktop {
    display: none;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
    display: block;
    margin: 18px 14px 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release {
    margin: 28px 14px 0;
    padding: 26px 22px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    margin: 16px 14px 0;
  }
}

/* Promo Radio Date detail: compact, higher-contrast layout. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
  width: min(100%, 1360px);
  padding-inline: clamp(18px, 3vw, 34px);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  width: min(100%, 1220px);
  max-width: 1220px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
  padding: 22px 0 26px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-date-inline {
  min-height: 46px;
  gap: 12px;
  padding: 10px 18px;
  line-height: 1;
  white-space: nowrap;
}

body:is(.promo-public, .promo-test-public) .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-date-inline time {
  padding-inline: 2px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-country-flag {
  flex: 0 0 auto;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  min-height: clamp(380px, 31vw, 500px);
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(28px, 4vw, 54px);
  border-radius: 8px 8px 64px 64px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  max-width: 360px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
  color: #ff8a2a;
  font-size: 14px;
  letter-spacing: 0;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  max-width: 15ch;
  font-size: clamp(36px, 3.7vw, 62px);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 a {
  color: inherit;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  font-size: clamp(21px, 1.8vw, 32px);
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.94);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 a {
  color: inherit;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
}

body:is(.promo-public, .promo-test-public) .mr-rd-socials {
  margin-top: 24px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini {
  width: min(100%, 500px);
  min-height: 74px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  column-gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.3);
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini:has(.mr-rd-contact-actions) {
  grid-template-columns: auto 1fr;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini small,
body:is(.promo-public, .promo-test-public) .mr-rd-press-mini strong {
  grid-column: 1;
}

body:is(.promo-public, .promo-test-public) .mr-rd-press-mini:has(.mr-rd-contact-actions) small,
body:is(.promo-public, .promo-test-public) .mr-rd-press-mini:has(.mr-rd-contact-actions) strong {
  grid-column: 2;
}

body:is(.promo-public, .promo-test-public) .mr-rd-contact-actions {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

body:is(.promo-public, .promo-test-public) .mr-rd-contact-action {
  width: 36px;
  height: 36px;
  box-shadow: 0 10px 22px rgba(31, 17, 43, 0.14);
}

body:is(.promo-public, .promo-test-public) .mr-rd-contact-action .mr-rd-ico {
  font-size: 17px;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  margin-top: 44px;
  padding: clamp(32px, 4vw, 54px);
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  margin-top: 22px;
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
    width: 100%;
    padding-inline: 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: calc(100% - 44px);
    max-width: 1220px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
    padding: 18px 0 24px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px clamp(24px, 6vw, 48px) 44px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 340px);
    max-width: 340px;
    justify-self: start;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
    border-radius: 12px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
    max-height: none;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 16ch;
    font-size: clamp(34px, 7.8vw, 54px);
  }
}

@media (max-width: 620px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
    width: calc(100% - 28px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
    padding-top: 12px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-date-inline {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 16px;
    min-height: 48px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    padding: 24px 22px 34px;
    border-radius: 0 0 44px 44px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 250px);
    max-width: 250px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty {
    min-height: 180px;
    aspect-ratio: 16 / 8;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover.mr-cover-empty span {
    font-size: 42px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.4vw, 44px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    font-size: clamp(21px, 5.8vw, 30px);
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
    display: grid;
    margin: 18px auto 0;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release {
    margin: 28px auto 0;
    padding: 26px 22px;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    margin: 16px auto 0;
  }
}

/* Promo Radio Date detail guard: one press office box and visible disclaimer. */
body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-date-inline {
  box-sizing: border-box;
  max-width: 100%;
  gap: 10px !important;
  padding: 10px 16px !important;
  overflow: hidden;
}

body:is(.promo-public, .promo-test-public) .mr-rd-date-inline > span,
body:is(.promo-public, .promo-test-public) .mr-rd-date-inline time {
  flex: 0 0 auto;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  box-sizing: border-box;
  width: min(100%, 1220px) !important;
  max-width: 1220px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  gap: clamp(24px, 3.4vw, 46px) !important;
  min-height: clamp(350px, 28vw, 460px) !important;
  padding: clamp(34px, 4vw, 56px) clamp(38px, 4.8vw, 68px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  width: min(34vw, 350px) !important;
  max-width: 350px !important;
  justify-self: center;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 a,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 a {
  color: #fff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker,
body:is(.promo-public, .promo-test-public) .mr-rd-section-kicker,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-mini small {
  color: #ff8a2a !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  max-width: 18ch !important;
  font-size: clamp(34px, 3.2vw, 54px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  font-size: clamp(21px, 1.55vw, 30px) !important;
  line-height: 1.12 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  color: rgba(255, 255, 255, 0.78) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-mini {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: min(100%, 520px) !important;
  min-height: 74px !important;
  margin-top: 24px !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.33) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-contact-actions {
  order: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-contact-action {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-contact-action span {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-copy {
  order: 1 !important;
  min-width: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-mini strong {
  display: block !important;
  color: #fff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  margin: 22px auto 0 !important;
  padding: 18px 22px !important;
  background: #fff !important;
  border: 1px solid #eadcff !important;
  border-radius: 8px !important;
  color: #788294 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note p {
  margin: 0 !important;
  color: #788294 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
    padding-inline: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: calc(100% - 44px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 30px clamp(24px, 6vw, 48px) 44px !important;
    overflow: hidden !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    justify-self: start !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img {
    border-radius: 12px !important;
  }
}

@media (max-width: 620px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-press-mobile {
    display: none !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: calc(100% - 28px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-date-inline {
    padding: 8px 12px !important;
    gap: 8px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-date-inline > span,
  body:is(.promo-public, .promo-test-public) .mr-rd-date-inline time {
    font-size: 12px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    padding: 24px 22px 34px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 100% !important;
    font-size: clamp(31px, 8.4vw, 44px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    font-size: clamp(21px, 5.8vw, 30px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    padding: 16px !important;
  }
}

/* Promo Radio Date detail: attached hero layout. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 clamp(48px, 7vw, 82px) !important;
  overflow: visible !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail {
  width: 100% !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-page .mr-rd-topbar {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back,
body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  box-sizing: border-box !important;
  width: min(calc(100% - clamp(36px, 8vw, 120px)), 1220px) !important;
  max-width: 1220px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  display: grid !important;
  grid-template-columns: minmax(260px, 350px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(42px, 5vw, 78px) !important;
  min-height: clamp(430px, 33vw, 560px) !important;
  margin-top: 0 !important;
  padding: clamp(42px, 5vw, 72px) clamp(48px, 5.6vw, 84px) !important;
  border-radius: 0 0 clamp(56px, 6vw, 82px) clamp(56px, 6vw, 82px) !important;
  overflow: hidden !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  display: grid !important;
  width: 100% !important;
  max-width: 350px !important;
  justify-self: start !important;
  gap: 16px !important;
  overflow: visible !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
  width: 100% !important;
  max-width: 350px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  padding: 9px 14px !important;
  color: #f8f2ff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline time {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-country-flag {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  background: #fff !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-country-flag svg,
body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-country-flag img {
  width: 22px !important;
  height: 22px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
  align-content: center !important;
  padding: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  max-width: 20ch !important;
  font-size: clamp(40px, 4.3vw, 68px) !important;
  line-height: 0.98 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  margin-bottom: 18px !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-socials {
  margin-top: 28px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-mini {
  width: min(100%, 540px) !important;
  margin-top: 28px !important;
  border-radius: 8px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 24px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back .mr-rd-back {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 18px !important;
  color: #667085 !important;
  background: #fff !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(67, 28, 107, 0.10) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  margin-top: 24px !important;
  padding: clamp(34px, 4vw, 54px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  margin-top: 20px !important;
}

@media (min-width: 1500px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: min(calc(100% - 180px), 1688px) !important;
    max-width: 1688px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: minmax(300px, 404px) minmax(0, 1fr) !important;
    min-height: clamp(520px, 35vw, 730px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
    max-width: 404px !important;
  }
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: calc(100% - 44px) !important;
    max-width: 1220px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    min-height: 0 !important;
    padding: 34px clamp(24px, 6vw, 48px) 46px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    order: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    order: 1 !important;
    width: 100% !important;
  }
}

@media (max-width: 620px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    width: calc(100% - 28px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    padding: 24px 22px 34px !important;
    border-radius: 0 0 44px 44px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    font-size: clamp(21px, 6vw, 28px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 42px !important;
    flex-wrap: nowrap !important;
    padding: 7px 11px !important;
    gap: 7px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date .mr-rd-date-inline time {
    font-size: 12px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    margin-top: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release {
    margin-top: 20px !important;
  }
}

/* Promo Radio Date detail: editorial compact refinement. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr) !important;
  gap: clamp(38px, 4.4vw, 66px) !important;
  min-height: clamp(360px, 27vw, 470px) !important;
  padding: clamp(34px, 4vw, 56px) clamp(44px, 5vw, 78px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  max-width: 330px !important;
  gap: 14px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
  max-width: 330px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-date {
  order: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover {
  order: 1 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-cover-socials {
  order: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-press-mini {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  font-size: clamp(38px, 4vw, 62px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  margin-top: clamp(38px, 5vw, 64px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: min(100%, 560px) !important;
  min-height: 72px !important;
  margin: 28px 0 0 !important;
  padding: 14px 16px !important;
  color: #21152e !important;
  background: #fbf8ff !important;
  border: 1px solid #eadcff !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
  margin: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-action {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  color: #7b2cea !important;
  background: #fff !important;
  border: 1px solid #eadcff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-action span {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-copy {
  min-width: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini small {
  display: block !important;
  color: #ff8a2a !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini strong {
  display: block !important;
  color: #21152e !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-warning-icon {
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #9a6a00 !important;
  background: #fff8e6 !important;
  border: 1px solid #f2d58a !important;
  border-radius: 50% !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
  margin-top: 18px !important;
}

@media (min-width: 1500px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: minmax(280px, 370px) minmax(0, 1fr) !important;
    min-height: clamp(430px, 30vw, 600px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
    max-width: 370px !important;
  }
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }
}

@media (max-width: 620px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini {
    align-items: flex-start !important;
    width: 100% !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-warning-icon {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
    font-size: 14px !important;
  }
}

/* Promo Radio Date detail: match track detail hero. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: min(1580px, calc(100% - 64px)) !important;
  max-width: 1580px !important;
  min-height: 0 !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  border: 0 !important;
  border-radius: 0 0 96px 96px !important;
  box-shadow: 0 26px 70px rgba(35, 17, 50, 0.16) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1 !important;
  align-self: start !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 118, 2, 0.18), transparent 32%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  border-radius: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
  position: relative !important;
  display: grid !important;
  min-width: 0 !important;
  align-content: center !important;
  gap: 0 !important;
  padding: clamp(26px, 3vw, 38px) clamp(32px, 4vw, 56px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
  position: absolute !important;
  top: clamp(24px, 3vw, 40px) !important;
  right: clamp(28px, 4vw, 54px) !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  padding: 8px 16px !important;
  color: #7e1ce1 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
  color: #7e1ce1 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  background: #fff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
  padding-right: 230px !important;
  color: #ffb071 !important;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 a,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 a {
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  max-width: 17ch !important;
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(36px, 3.5vw, 52px) !important;
  line-height: 0.98 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 a {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(23px, 1.8vw, 30px) !important;
  line-height: 1.05 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(15px, 1.1vw, 18px) !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-cover-socials {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social {
  width: 30px !important;
  height: 30px !important;
  color: #7e1ce1 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
  opacity: 0.78 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social:hover,
body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social:focus-visible {
  opacity: 1 !important;
  background: #fff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  margin-top: clamp(34px, 4vw, 54px) !important;
}

@media (max-width: 720px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 20px), 1580px) !important;
    overflow: hidden !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
    height: 100% !important;
    min-height: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: 26px 22px 34px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    position: static !important;
    order: 1 !important;
    justify-self: start !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    min-height: 38px !important;
    gap: 6px !important;
    padding: 7px 11px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
    font-size: 11px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    order: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 8px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    order: 2 !important;
    max-width: 100% !important;
    font-size: clamp(32px, 10vw, 48px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    order: 3 !important;
    font-size: clamp(24px, 7vw, 34px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
    order: 4 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
    order: 5 !important;
  }
}

/* Promo Radio Date detail: align content blocks with the compact hero. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
  width: min(1580px, calc(100% - 64px)) !important;
  max-width: 1580px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  margin-bottom: clamp(20px, 2.2vw, 30px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  margin-top: 0 !important;
  padding: clamp(32px, 3.4vw, 48px) clamp(40px, 4.2vw, 64px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-copy {
  font-size: clamp(15px, 0.92vw, 17px) !important;
  line-height: 1.62 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  margin-top: 20px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 20px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back .mr-rd-back {
  margin: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.24) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
  backdrop-filter: blur(10px);
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
  color: #fff !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
}

@media (max-width: 720px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: min(calc(100% - 20px), 1580px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release {
    padding: 28px 22px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-copy {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
}

/* Promo Radio Date detail: Safari-safe density pass. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr) !important;
  width: min(1460px, calc(100% - 96px)) !important;
  max-width: 1460px !important;
  border-radius: 0 0 72px 72px !important;
  box-shadow: 0 16px 42px rgba(35, 17, 50, 0.08) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
  padding: clamp(22px, 2.5vw, 34px) clamp(28px, 3.2vw, 48px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  font-size: clamp(34px, 3.1vw, 48px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  font-size: clamp(22px, 1.55vw, 28px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social {
  width: 28px !important;
  height: 28px !important;
  background: rgba(255, 255, 255, 0.48) !important;
  opacity: 0.68 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
  width: min(1460px, calc(100% - 96px)) !important;
  max-width: 1460px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
  margin-bottom: clamp(14px, 1.4vw, 22px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release,
body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini {
  box-shadow: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release {
  padding: clamp(28px, 3vw, 42px) clamp(34px, 3.8vw, 56px) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
  margin-top: 18px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
  background: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 720px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: min(calc(100% - 20px), 1460px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    border-radius: 0 0 48px 48px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    display: none !important;
  }
}

/* Promo Radio Date detail: place date pill above the title. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
  position: static !important;
  display: block !important;
  justify-self: start !important;
  order: 0 !important;
  margin: 0 0 14px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  order: 1 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  order: 2 !important;
  margin-bottom: 6px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  order: 3 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
  order: 4 !important;
  margin-top: 12px !important;
}

/* Promo Radio Date detail: refined date meta and tighter label spacing. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
  margin: 0 0 9px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  min-height: 34px !important;
  gap: 7px !important;
  padding: 6px 11px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 13px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
  width: 23px !important;
  height: 23px !important;
  flex-basis: 23px !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag svg,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag img {
  width: 18px !important;
  height: 18px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  margin-bottom: 8px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
  margin-bottom: 2px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-label {
  margin-top: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
  margin-top: 10px !important;
}

@media (max-width: 720px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    margin-bottom: 10px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    min-height: 34px !important;
    padding: 6px 10px !important;
  }
}

/* Promo Radio Date detail: genre-style date chip. */
body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
  display: block !important;
  order: 0 !important;
  margin: 0 0 12px !important;
  padding-right: 118px !important;
  color: #ffb071 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
  position: absolute !important;
  top: clamp(24px, 3vw, 36px) !important;
  right: clamp(28px, 4vw, 48px) !important;
  order: initial !important;
  margin: 0 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  min-height: 36px !important;
  padding: 8px 18px !important;
  color: #7e1ce1 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 999px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline > span:first-child,
body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-country-flag {
  display: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
  color: #7e1ce1 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
  order: 1 !important;
}

@media (max-width: 720px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    padding-right: 104px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    position: absolute !important;
    top: 24px !important;
    right: 22px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    min-height: 34px !important;
    padding: 7px 13px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
    font-size: 11px !important;
  }
}

/* Promo Radio Date detail: mobile layout repair and larger social actions. */
body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
  gap: 10px !important;
  margin-top: 14px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social span {
  font-size: 18px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-ico {
  font-size: 18px !important;
}

@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 28px), 720px) !important;
    border-radius: 0 0 54px 54px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: 26px 24px 34px !important;
    align-content: start !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    padding-right: 120px !important;
    margin-bottom: 20px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    top: 22px !important;
    right: 22px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    min-height: 34px !important;
    padding: 7px 13px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
    font-size: 12px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 11vw, 54px) !important;
    line-height: 0.98 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    margin-bottom: 4px !important;
    font-size: clamp(25px, 7vw, 34px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
    gap: 11px !important;
    margin-top: 16px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-social span {
    font-size: 20px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials .mr-rd-ico {
    font-size: 20px !important;
  }
}

@media (max-width: 520px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero,
  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: min(calc(100% - 20px), 720px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding: 24px 22px 32px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    padding-right: 112px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    font-size: clamp(34px, 12vw, 46px) !important;
  }
}

/* Promo Radio Date detail: final mobile full-width correction. */
@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-page,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-page,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border-radius: 0 0 44px 44px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover-wrap {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover,
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-cover img,
  body:is(.promo-public, .promo-test-public) img.mr-rd-detail-cover {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 24px 20px 30px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding-right: 116px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    margin: 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
    font-size: clamp(38px, 13vw, 54px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info h2 {
    margin: 0 0 4px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-info-socials {
    margin-top: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release,
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release {
    margin-top: 18px !important;
    padding: 28px 20px !important;
  }
}

@media (max-width: 420px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info {
    padding-inline: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-kicker {
    padding-right: 104px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date {
    right: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    padding-inline: 12px !important;
  }
}

/* Promo Radio Date detail: keep the mobile disclaimer aligned and compact. */
@media (max-width: 980px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: calc(100% - 44px) !important;
    max-width: none !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    gap: 12px !important;
    margin: 18px auto 0 !important;
    padding: 14px 16px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    margin: 18px auto 0 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back .mr-rd-back {
    width: 100% !important;
    justify-content: center !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note p {
    font-size: 13px !important;
    line-height: 1.48 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note .mr-rd-warning-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
  }
}

@media (max-width: 420px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-client-note,
  body:is(.promo-public, .promo-test-public) .mr-rd-promo-hero-back {
    width: calc(100% - 32px) !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note {
    padding: 13px 14px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-client-note p {
    font-size: 12px !important;
  }
}

/* Promo Radio Date detail: press office contact card. */
body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 16px !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 28px !important;
  padding: 18px 20px !important;
  color: #21152e !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%) !important;
  border: 1px solid #eadcff !important;
  border-left: 4px solid #7b2cea !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(123, 44, 234, 0.08) !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini.has-actions {
  width: 100% !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mark {
  display: inline-flex !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #7b2cea !important;
  background: #f3eaff !important;
  border: 1px solid #eadcff !important;
  border-radius: 12px !important;
  font-size: 21px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-copy {
  display: grid !important;
  flex: 1 1 360px !important;
  min-width: 0 !important;
  gap: 3px !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini small {
  color: #ff8a2a !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-office {
  color: #21152e !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-contact {
  display: block !important;
  color: #75657e !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-contact strong {
  color: #21152e !important;
  font-weight: 900 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  justify-content: flex-end !important;
  order: 2 !important;
  margin: 0 !important;
  width: auto !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-action {
  width: auto !important;
  min-width: 0 !important;
  height: 36px !important;
  gap: 7px !important;
  padding: 0 13px !important;
  color: #7b2cea !important;
  background: #ffffff !important;
  border: 1px solid #eadcff !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-action span {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-action .mr-rd-ico {
  display: inline-block !important;
  flex: 0 0 auto !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini small,
body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini strong,
body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-contact {
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-copy {
    flex-basis: 100% !important;
    order: 1 !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-actions {
    flex-basis: 100% !important;
    justify-content: flex-start !important;
    order: 2 !important;
  }
}

@media (max-width: 480px) {
  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini,
  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mini.has-actions {
    gap: 10px 12px !important;
    padding: 14px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-press-mark {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
  }

  body:is(.promo-public, .promo-test-public) .mr-rd-release .mr-rd-contact-actions {
    flex-basis: 100% !important;
  }
}

/* Test Promo Radio Date detail: isolated press office layout. */
body.promo-test-public .mr-rd-release .mr-rd-press-mini,
body.promo-test-public .mr-rd-release .mr-rd-press-mini.has-actions {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 28px 0 0 !important;
  padding: 18px 22px !important;
  text-align: left !important;
}

body.promo-test-public .mr-rd-release .mr-rd-press-copy {
  display: grid !important;
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  gap: 4px !important;
  order: 1 !important;
  justify-items: start !important;
  align-content: center !important;
  text-align: left !important;
}

body.promo-test-public .mr-rd-release .mr-rd-press-mini small,
body.promo-test-public .mr-rd-release .mr-rd-press-office,
body.promo-test-public .mr-rd-release .mr-rd-press-contact {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.promo-test-public .mr-rd-release .mr-rd-contact-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  order: 2 !important;
  margin: 0 !important;
}

body.promo-test-public .mr-rd-release .mr-rd-press-mini.has-actions .mr-rd-press-copy,
body.promo-test-public .mr-rd-release .mr-rd-press-mini:has(.mr-rd-contact-actions) .mr-rd-press-copy {
  flex: 1 1 0 !important;
  order: 1 !important;
  text-align: left !important;
}

body.promo-test-public .mr-rd-release .mr-rd-press-mini.has-actions small,
body.promo-test-public .mr-rd-release .mr-rd-press-mini.has-actions strong,
body.promo-test-public .mr-rd-release .mr-rd-press-mini:has(.mr-rd-contact-actions) small,
body.promo-test-public .mr-rd-release .mr-rd-press-mini:has(.mr-rd-contact-actions) strong {
  grid-column: auto !important;
  justify-self: start !important;
  text-align: left !important;
}

body.promo-test-public .mr-rd-release .mr-rd-contact-action {
  display: inline-flex !important;
  width: auto !important;
  min-width: 92px !important;
  height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
}

body.promo-test-public .mr-rd-release .mr-rd-contact-action span {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
}

body.promo-test-public .mr-rd-release .mr-rd-contact-action .mr-rd-ico {
  display: inline-block !important;
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  body.promo-test-public .mr-rd-release .mr-rd-press-mini,
  body.promo-test-public .mr-rd-release .mr-rd-press-mini.has-actions {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-copy,
  body.promo-test-public .mr-rd-release .mr-rd-contact-actions {
    flex-basis: 100% !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-contact-actions {
    justify-content: flex-start !important;
  }
}

/* Test Promo Radio Date detail: standalone social/contact icons. */
@font-face {
  font-family: tabler-icons;
  font-style: normal;
  font-weight: 400;
  src: url("../tabler-icons.woff2?v3.35.0") format("woff2"), url("../tabler-icons.woff") format("woff"), url("../tabler-icons.ttf?v3.35.0") format("truetype");
}

body.promo-test-public .mr-rd-ico {
  display: inline-block !important;
  font-family: tabler-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  speak: none;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.promo-test-public .mr-rd-ico::before { content: "\eae5"; }
body.promo-test-public .mr-rd-ico.ti-brand-amazon::before { content: "\f230"; }
body.promo-test-public .mr-rd-ico.ti-brand-apple::before { content: "\ec17"; }
body.promo-test-public .mr-rd-ico.ti-brand-facebook::before { content: "\ec1a"; }
body.promo-test-public .mr-rd-ico.ti-brand-instagram::before { content: "\ec20"; }
body.promo-test-public .mr-rd-ico.ti-brand-soundcloud::before { content: "\ed6e"; }
body.promo-test-public .mr-rd-ico.ti-brand-spotify::before { content: "\ed03"; }
body.promo-test-public .mr-rd-ico.ti-brand-tiktok::before { content: "\ec73"; }
body.promo-test-public .mr-rd-ico.ti-brand-x::before { content: "\fc0f"; }
body.promo-test-public .mr-rd-ico.ti-mail::before { content: "\eae5"; }
body.promo-test-public .mr-rd-ico.ti-world-www::before { content: "\f38f"; }

body.promo-test-public .mr-rd-social .mr-rd-ico {
  font-size: 19px !important;
}

/* Test Promo Radio Date detail: desktop press contact columns and compact hero. */
@media (min-width: 761px) {
  body.promo-test-public .mr-rd-release .mr-rd-press-copy {
    grid-template-columns: minmax(0, 1fr) minmax(180px, max-content) !important;
    column-gap: clamp(26px, 4vw, 72px) !important;
    row-gap: 4px !important;
    align-items: center !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-mini small {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-office {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-contact {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: auto !important;
    min-width: 180px !important;
    gap: 3px !important;
    align-self: center !important;
    padding-left: clamp(18px, 2.4vw, 34px) !important;
    border-left: 1px solid rgba(126, 28, 225, 0.16) !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-contact strong {
    display: block !important;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  body.promo-test-public .mr-rd-release .mr-rd-press-contact {
    display: block !important;
    margin-top: 14px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  body.promo-test-public .mr-rd-release .mr-rd-press-contact strong {
    display: block !important;
    margin-top: 2px !important;
  }
}

@media (max-width: 980px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: min(calc(100% - 28px), 680px) !important;
    max-width: 680px !important;
    margin: 0 auto 18px !important;
    border-radius: 0 0 42px 42px !important;
    overflow: hidden !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    justify-self: center !important;
    margin: 0 auto !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.promo-test-public .mr-rd-detail-cover,
  body.promo-test-public .mr-rd-detail-cover img,
  body.promo-test-public img.mr-rd-detail-cover {
    width: 100% !important;
    height: 100% !important;
    max-height: 500px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 620px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: min(calc(100% - 20px), 460px) !important;
    max-width: 460px !important;
    border-radius: 0 0 34px 34px !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    width: min(100%, 390px) !important;
    max-width: 390px !important;
  }

  body.promo-test-public .mr-rd-detail-cover,
  body.promo-test-public .mr-rd-detail-cover img,
  body.promo-test-public img.mr-rd-detail-cover {
    max-height: 390px !important;
  }
}

/* Test Promo Radio Date detail: fluid full-viewport hero. */
body.promo-test-public .mr-rd-detail-page,
body.promo-test-public .mr-rd-detail {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: clip !important;
}

body.promo-test-public .mr-rd-detail-hero {
  container-type: inline-size !important;
  display: grid !important;
  grid-template-columns: minmax(0, 34%) minmax(0, 66%) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 calc(50% - 50vw) clamp(18px, 2cqw, 34px) !important;
  padding: 0 !important;
  border-radius: 0 0 clamp(42px, 6cqw, 92px) clamp(42px, 6cqw, 92px) !important;
  overflow: hidden !important;
}

body.promo-test-public .mr-rd-detail-cover-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

body.promo-test-public .mr-rd-detail-cover,
body.promo-test-public .mr-rd-detail-cover img,
body.promo-test-public img.mr-rd-detail-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

body.promo-test-public .mr-rd-detail-info {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: clamp(26px, 4.1cqw, 64px) clamp(28px, 5cqw, 82px) !important;
}

body.promo-test-public .mr-rd-detail-kicker {
  width: 100% !important;
  margin: 0 0 clamp(8px, 1.3cqw, 18px) !important;
  padding-right: clamp(112px, 14cqw, 180px) !important;
  font-size: clamp(14px, 1.7cqw, 24px) !important;
  line-height: 1.1 !important;
}

body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date {
  top: clamp(20px, 3cqw, 44px) !important;
  right: clamp(22px, 4cqw, 58px) !important;
}

body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
  min-height: clamp(34px, 3.4cqw, 48px) !important;
  padding: 0 clamp(13px, 1.8cqw, 24px) !important;
}

body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
  font-size: clamp(11px, 1.15cqw, 15px) !important;
}

body.promo-test-public .mr-rd-detail-info h1 {
  width: min(100%, 13ch) !important;
  max-width: 100% !important;
  margin: 0 0 clamp(8px, 1.2cqw, 18px) !important;
  font-size: clamp(38px, 6.6cqw, 92px) !important;
  line-height: 0.98 !important;
}

body.promo-test-public .mr-rd-detail-info h2 {
  margin: 0 0 clamp(2px, 0.7cqw, 10px) !important;
  font-size: clamp(22px, 3cqw, 42px) !important;
  line-height: 1.08 !important;
}

body.promo-test-public .mr-rd-detail-label {
  font-size: clamp(15px, 1.6cqw, 22px) !important;
  line-height: 1.18 !important;
}

body.promo-test-public .mr-rd-info-socials {
  gap: clamp(8px, 1.1cqw, 14px) !important;
  margin-top: clamp(12px, 1.8cqw, 24px) !important;
}

body.promo-test-public .mr-rd-info-socials .mr-rd-social {
  width: clamp(34px, 3.5cqw, 46px) !important;
  height: clamp(34px, 3.5cqw, 46px) !important;
  flex-basis: clamp(34px, 3.5cqw, 46px) !important;
}

body.promo-test-public .mr-rd-info-socials .mr-rd-ico {
  font-size: clamp(16px, 1.7cqw, 21px) !important;
}

@media (min-width: 681px) and (max-width: 980px) {
  body.promo-test-public .mr-rd-detail-hero {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 0 48px 48px !important;
  }

  body.promo-test-public .mr-rd-detail-info h1 {
    width: min(100%, 12ch) !important;
    font-size: clamp(36px, 6.2cqw, 58px) !important;
  }

  body.promo-test-public .mr-rd-detail-info h2 {
    font-size: clamp(22px, 3.2cqw, 34px) !important;
  }
}

@media (max-width: 680px) {
  body.promo-test-public .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 0 36px 36px !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.promo-test-public .mr-rd-detail-info {
    min-height: 0 !important;
    padding: 24px 22px 30px !important;
  }

  body.promo-test-public .mr-rd-detail-kicker {
    padding-right: 112px !important;
    font-size: 13px !important;
  }

  body.promo-test-public .mr-rd-detail-info h1 {
    width: 100% !important;
    font-size: clamp(34px, 11.5cqw, 52px) !important;
  }

  body.promo-test-public .mr-rd-detail-info h2 {
    font-size: clamp(23px, 7cqw, 32px) !important;
  }
}

/* Test Promo Radio Date detail: balanced hero sizing after full-width pass. */
body.promo-test-public .mr-rd-detail-hero {
  display: grid !important;
  grid-template-columns: minmax(260px, 34%) minmax(0, 1fr) !important;
  width: min(calc(100% - clamp(44px, 8vw, 160px)), 1720px) !important;
  max-width: 1720px !important;
  height: clamp(360px, 29vw, 520px) !important;
  min-height: 0 !important;
  margin: 0 auto clamp(20px, 2vw, 34px) !important;
  border-radius: 0 0 clamp(54px, 5vw, 82px) clamp(54px, 5vw, 82px) !important;
}

body.promo-test-public .mr-rd-detail-cover-wrap {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

body.promo-test-public .mr-rd-detail-cover,
body.promo-test-public .mr-rd-detail-cover img,
body.promo-test-public img.mr-rd-detail-cover {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: #050305 !important;
}

body.promo-test-public .mr-rd-detail-info {
  justify-content: center !important;
  min-height: 0 !important;
  padding: clamp(30px, 4vw, 58px) clamp(36px, 5vw, 76px) !important;
}

body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date {
  top: clamp(22px, 2.5vw, 36px) !important;
  right: clamp(28px, 3vw, 46px) !important;
}

body.promo-test-public .mr-rd-detail-info h1 {
  width: min(100%, 13ch) !important;
  font-size: clamp(46px, 5vw, 78px) !important;
}

body.promo-test-public .mr-rd-detail-info h2 {
  font-size: clamp(24px, 2.2vw, 36px) !important;
}

body.promo-test-public .mr-rd-detail-kicker {
  font-size: clamp(14px, 1.2vw, 19px) !important;
  padding-right: 150px !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  body.promo-test-public .mr-rd-detail-hero {
    grid-template-columns: minmax(240px, 40%) minmax(0, 1fr) !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
    height: clamp(320px, 38vw, 440px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 0 48px 48px !important;
  }

  body.promo-test-public .mr-rd-detail-info {
    padding: 28px 34px !important;
  }

  body.promo-test-public .mr-rd-detail-info h1 {
    font-size: clamp(36px, 5.7vw, 56px) !important;
  }

  body.promo-test-public .mr-rd-detail-info h2 {
    font-size: clamp(21px, 3vw, 31px) !important;
  }
}

@media (max-width: 680px) {
  body.promo-test-public .mr-rd-detail-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 0 16px !important;
    border-radius: 0 0 34px 34px !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    height: clamp(240px, 64vw, 360px) !important;
    max-height: 360px !important;
    aspect-ratio: auto !important;
    background: #050305 !important;
  }

  body.promo-test-public .mr-rd-detail-cover,
  body.promo-test-public .mr-rd-detail-cover img,
  body.promo-test-public img.mr-rd-detail-cover {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    background: #050305 !important;
  }

  body.promo-test-public .mr-rd-detail-info {
    padding: 24px 24px 30px !important;
  }

  body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date {
    top: 24px !important;
    right: 22px !important;
  }

  body.promo-test-public .mr-rd-detail-kicker {
    padding-right: 120px !important;
    font-size: 13px !important;
  }

  body.promo-test-public .mr-rd-detail-info h1 {
    font-size: clamp(38px, 13vw, 54px) !important;
    line-height: 0.98 !important;
  }

  body.promo-test-public .mr-rd-detail-info h2 {
    font-size: clamp(23px, 7vw, 32px) !important;
  }
}

/* Test Promo Radio Date detail: match content width and compact mobile hero. */
body.promo-test-public .mr-rd-detail-hero {
  width: 100% !important;
  max-width: none !important;
  height: clamp(350px, 27vw, 500px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 681px) and (max-width: 1180px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: 100% !important;
    height: clamp(300px, 35vw, 410px) !important;
  }
}

@media (max-width: 680px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    border-radius: 0 0 28px 28px !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    height: clamp(176px, 50vw, 240px) !important;
    max-height: 240px !important;
  }

  body.promo-test-public .mr-rd-detail-info {
    padding: 20px 22px 24px !important;
  }

  body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date {
    top: 18px !important;
    right: 18px !important;
  }

  body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline {
    min-height: 34px !important;
    padding: 0 13px !important;
  }

  body.promo-test-public .mr-rd-detail-info .mr-rd-promo-hero-date .mr-rd-date-inline time {
    font-size: 11px !important;
  }

  body.promo-test-public .mr-rd-detail-kicker {
    margin-bottom: 10px !important;
    padding-right: 112px !important;
    font-size: 12px !important;
  }

  body.promo-test-public .mr-rd-detail-info h1 {
    margin-bottom: 8px !important;
    font-size: clamp(34px, 10.5vw, 44px) !important;
  }

  body.promo-test-public .mr-rd-detail-info h2 {
    font-size: clamp(21px, 6vw, 27px) !important;
  }

  body.promo-test-public .mr-rd-detail-label {
    font-size: 16px !important;
  }
}

/* Test Promo Radio Date detail: final boxed alignment with release cards. */
body.promo-test-public .mr-rd-detail-hero {
  width: min(1460px, calc(100% - 96px)) !important;
  max-width: 1460px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 980px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 680px) {
  body.promo-test-public .mr-rd-detail-hero {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin: 0 auto 14px !important;
  }
}

/* Test Promo Radio Date archive: force every card cover into a stable square frame. */
body.promo-test-public .mr-rd-card.is-compact {
  display: grid !important;
  grid-template-rows: auto auto minmax(88px, 1fr) auto !important;
}

body.promo-test-public .mr-rd-card.is-compact .mr-rd-cover-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #f3eef8 !important;
}

body.promo-test-public .mr-rd-card.is-compact .mr-rd-cover,
body.promo-test-public .mr-rd-card.is-compact .mr-rd-cover-link img.mr-rd-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
}

body.promo-test-public .mr-rd-card.is-compact .mr-rd-cover.mr-cover-empty {
  display: grid !important;
  place-items: center !important;
}

body.promo-test-public .mr-rd-card.is-compact .mr-rd-compact-meta {
  min-width: 0 !important;
}

/* Test Promo Radio Date detail: keep artwork square and remove black gutters. */
@media (min-width: 681px) {
  body.promo-test-public .mr-rd-detail-hero {
    grid-template-columns: minmax(300px, min(38vw, 620px)) minmax(0, 1fr) !important;
    align-items: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    background:
      radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
      linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  }

  body.promo-test-public .mr-rd-detail-cover-wrap {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    align-self: start !important;
    background:
      radial-gradient(circle at 18% 24%, rgba(255, 118, 2, 0.18), transparent 32%),
      linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  }

  body.promo-test-public .mr-rd-detail-cover,
  body.promo-test-public .mr-rd-detail-cover img,
  body.promo-test-public img.mr-rd-detail-cover {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    background:
      radial-gradient(circle at 18% 24%, rgba(255, 118, 2, 0.18), transparent 32%),
      linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  }
}

@media (max-width: 680px) {
  body.promo-test-public .mr-rd-detail-cover-wrap {
    display: grid !important;
    place-items: center !important;
    height: clamp(176px, 50vw, 240px) !important;
    max-height: 240px !important;
    aspect-ratio: auto !important;
    background:
      radial-gradient(circle at 18% 24%, rgba(255, 118, 2, 0.18), transparent 32%),
      linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%) !important;
  }

  body.promo-test-public .mr-rd-detail-cover,
  body.promo-test-public .mr-rd-detail-cover img,
  body.promo-test-public img.mr-rd-detail-cover {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent !important;
  }
}
