@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --mr-ink: #12121a;
  --mr-muted: #868686;
  --mr-muted-2: #a2a7b3;
  --mr-primary: #2d2f97;
  --mr-deep: #1c1268;
  --mr-soft: #e0dcff;
  --mr-soft-2: #f3f1ff;
  --mr-line: #e5e7ef;
  --mr-bg: #f6f7fb;
  --mr-card: #ffffff;
  --mr-blue: #4aa3ff;
  --mr-green: #55cf76;
  --mr-red: #f05555;
  --mr-shadow: 0 12px 30px rgba(18, 18, 26, 0.08);
  --mr-shadow-soft: 0 8px 20px rgba(18, 18, 26, 0.06);
  --mr-radius: 8px;
}

/* Force final visual fixes */
.mr-brand-logo-wrap,
.mr-brand-wordmark {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--mr-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.mr-brand-logo-wrap sup,
.mr-brand-wordmark sup {
  position: relative;
  top: -0.72em;
  margin-left: 5px;
  color: #e5484d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mr-brand-logo-wrap .mr-brand-logo {
  max-width: 220px;
  max-height: 46px;
}

.mr-vetrina-subtitle {
  margin: 16px 0 22px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  font-weight: 900;
}

.mr-best-band {
  margin-top: 46px;
}

.mr-all-radio-dates {
  width: 100%;
  color: #233a91 !important;
}

.mr-rd-date {
  color: #818a9c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.mr-rd-card-date {
  color: #818a9c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.mr-footer {
  color: var(--mr-muted);
}

/* Home refinement: compact first-listen cards and stable one-line text */
.mr-section-title p strong {
  color: inherit;
  font-weight: 900;
}

.mr-brand-logo-wrap,
.mr-brand-wordmark {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--mr-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.mr-brand-logo-wrap sup,
.mr-brand-wordmark sup {
  position: relative;
  top: -0.72em;
  margin-left: 5px;
  color: #e5484d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mr-brand-logo-wrap .mr-brand-logo {
  max-width: 220px;
  max-height: 46px;
}

.mr-vetrina-subtitle {
  margin: 14px 0 20px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  font-weight: 900;
}

.mr-best-band {
  margin-top: 34px;
}

.mr-all-radio-dates {
  width: 100%;
  color: #233a91 !important;
}

.mr-rd-foot > span {
  color: #818a9c;
  font-weight: 700;
}

.mr-rd-date {
  color: #818a9c !important;
  font-weight: 700 !important;
}

.mr-footer {
  color: var(--mr-muted);
}

.mr-track-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.mr-track-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
}

.mr-track-cover-link {
  display: block;
  min-width: 0;
}

.mr-track-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mr-track-body,
.mr-track-meta {
  min-width: 0;
  padding: 14px 16px;
}

.mr-track-body {
  padding-bottom: 10px;
}

.mr-track-meta {
  display: grid;
  gap: 6px;
  align-content: start;
}

.mr-track-body h3,
.mr-track-body h3 a,
.mr-track-meta p,
.mr-track-meta small,
.mr-track-tags span,
.mr-track-sheet-link span:last-child,
.mr-rd-body h3,
.mr-rd-body h3 a,
.mr-rd-body p,
.mr-rd-body small,
.mr-rd-press-link span:last-child {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-track-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.12;
}

.mr-track-meta p {
  margin: 0;
  color: var(--mr-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.mr-track-meta small {
  display: block;
  color: #818a9c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mr-track-tags {
  flex-wrap: nowrap;
  min-width: 0;
  margin-top: 2px;
}

.mr-track-tags span {
  max-width: 100%;
}

.mr-track-foot {
  min-height: 42px;
  justify-content: flex-start;
  padding: 0 20px 0 16px;
  background: #ffffff;
}

.mr-track-sheet-link,
.mr-rd-press-link {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #233a91;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mr-sheet-icon,
.mr-press-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.mr-sheet-icon::before,
.mr-press-icon::before {
  content: "";
  position: absolute;
  inset: 2px 3px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
}

.mr-sheet-icon::after,
.mr-press-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 5px;
  top: 6px;
  height: 1.7px;
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
}

.mr-rd-foot {
  gap: 10px;
  background: #ffffff;
}

.mr-rd-foot > span {
  flex: 0 0 auto;
}

.mr-rd-press-link {
  flex: 1 1 auto;
}

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

@media (max-width: 560px) {
  .mr-track-grid {
    grid-template-columns: 1fr;
  }

  .mr-track-body,
  .mr-track-meta {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Artist detail final polish kept last to beat older table/card rules. */
.mr-artist-detail-hero .mr-artist-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 16px !important;
  color: #aee2ff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.mr-artist-detail-hero .mr-artist-stat {
  display: inline-flex !important;
  align-items: baseline !important;
  min-width: 0 !important;
  color: #aee2ff !important;
}

.mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
  content: "·" !important;
  margin: 0 7px !important;
  color: rgba(174, 226, 255, 0.88) !important;
}

.mr-artist-detail-hero .mr-artist-stat strong {
  margin-right: 4px !important;
  color: #ffffff !important;
  font-weight: 950 !important;
}

.mr-artist-detail-hero .mr-artist-stat span {
  color: #aee2ff !important;
}

.mr-artist-detail-grid .mr-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mr-panel-icon-calendar {
  position: relative !important;
  color: #98a2b5 !important;
}

.mr-panel-icon-calendar::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px 5px 5px !important;
  border: 2.4px solid currentColor !important;
  border-radius: 6px !important;
}

.mr-panel-icon-calendar::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  top: 5px !important;
  height: 8px !important;
  border-left: 2.4px solid currentColor !important;
  border-right: 2.4px solid currentColor !important;
}

.mr-artist-detail-grid .mr-panel:first-child h2 {
  margin-bottom: 22px !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row {
  margin-bottom: 12px !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:last-child {
  margin-bottom: 0 !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:hover {
  background: #eef8ff !important;
  border-color: #cce9ff !important;
  transform: translateY(-1px) !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 140px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 222px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 118px !important;
}

.mr-artist-spins-table th {
  padding: 10px 8px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.mr-artist-spins-table td {
  padding: 11px 8px !important;
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 7px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

@media (max-width: 980px) {
  .mr-artist-spins-table {
    min-width: 700px !important;
  }
}

@media (max-width: 560px) {
  .mr-artist-detail-hero .mr-artist-stats {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
  }

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

/* Artist detail final polish kept last to beat older table/card rules. */
.mr-artist-detail-hero .mr-artist-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 16px !important;
  color: #aee2ff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.mr-artist-detail-hero .mr-artist-stat {
  display: inline-flex !important;
  align-items: baseline !important;
  min-width: 0 !important;
  color: #aee2ff !important;
}

.mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
  content: "·" !important;
  margin: 0 7px !important;
  color: rgba(174, 226, 255, 0.88) !important;
}

.mr-artist-detail-hero .mr-artist-stat strong {
  margin-right: 4px !important;
  color: #ffffff !important;
  font-weight: 950 !important;
}

.mr-artist-detail-hero .mr-artist-stat span {
  color: #aee2ff !important;
}

.mr-artist-detail-grid .mr-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mr-panel-icon-calendar {
  position: relative !important;
  color: #98a2b5 !important;
}

.mr-panel-icon-calendar::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px 5px 5px !important;
  border: 2.4px solid currentColor !important;
  border-radius: 6px !important;
}

.mr-panel-icon-calendar::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  top: 5px !important;
  height: 8px !important;
  border-left: 2.4px solid currentColor !important;
  border-right: 2.4px solid currentColor !important;
}

.mr-artist-detail-grid .mr-panel:first-child h2 {
  margin-bottom: 22px !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row {
  margin-bottom: 12px !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:last-child {
  margin-bottom: 0 !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:hover {
  background: #eef8ff !important;
  border-color: #cce9ff !important;
  transform: translateY(-1px) !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 140px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 222px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 118px !important;
}

.mr-artist-spins-table th {
  padding: 10px 8px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.mr-artist-spins-table td {
  padding: 11px 8px !important;
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 7px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

@media (max-width: 980px) {
  .mr-artist-spins-table {
    min-width: 700px !important;
  }
}

@media (max-width: 560px) {
  .mr-artist-detail-hero .mr-artist-stats {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
  }

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

/* Artist detail final polish */
.mr-artist-detail-hero .mr-artist-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 16px !important;
  color: #aee2ff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.mr-artist-detail-hero .mr-artist-stat {
  display: inline-flex !important;
  align-items: baseline !important;
  min-width: 0 !important;
  color: #aee2ff !important;
}

.mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
  content: "·" !important;
  margin: 0 7px !important;
  color: rgba(174, 226, 255, 0.88) !important;
}

.mr-artist-detail-hero .mr-artist-stat strong {
  margin-right: 4px !important;
  color: #ffffff !important;
  font-weight: 950 !important;
}

.mr-artist-detail-hero .mr-artist-stat span {
  color: #aee2ff !important;
}

.mr-artist-detail-grid .mr-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mr-panel-icon-calendar {
  position: relative !important;
  color: #98a2b5 !important;
}

.mr-panel-icon-calendar::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px 5px 5px !important;
  border: 2.4px solid currentColor !important;
  border-radius: 6px !important;
}

.mr-panel-icon-calendar::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  top: 5px !important;
  height: 8px !important;
  border-left: 2.4px solid currentColor !important;
  border-right: 2.4px solid currentColor !important;
}

.mr-artist-detail-grid .mr-panel:first-child h2 {
  margin-bottom: 22px !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row {
  margin-bottom: 12px !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:last-child {
  margin-bottom: 0 !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:hover {
  background: #eef8ff !important;
  border-color: #cce9ff !important;
  transform: translateY(-1px) !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 140px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 222px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 118px !important;
}

.mr-artist-spins-table th {
  padding: 10px 8px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.mr-artist-spins-table td {
  padding: 11px 8px !important;
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 7px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

@media (max-width: 980px) {
  .mr-artist-spins-table {
    min-width: 700px !important;
  }
}

@media (max-width: 560px) {
  .mr-artist-detail-hero .mr-artist-stats {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
  }

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

/* Artist transmissions density */
.mr-artist-spins-table .mr-artist-spin-time {
  width: 154px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 270px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 145px !important;
}

.mr-artist-spins-table th {
  padding: 12px 10px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.mr-artist-spins-table td {
  padding: 13px 10px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
}

.mr-artist-spins-table .mr-chart-track strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-artist-spin-track {
  font-size: 14px !important;
  line-height: 1.16 !important;
}

.mr-artist-spin-artists {
  font-weight: 820 !important;
}

.mr-artist-spin-title {
  font-weight: 680 !important;
}

@media (max-width: 980px) {
  .mr-artist-spins-table {
    min-width: 760px !important;
  }
}

/* Track detail refinements: split artists, mobile genre, icons and table columns. */
.mr-track-detail-copy h2 a {
  display: inline;
  color: inherit !important;
  text-decoration: none !important;
}

.mr-track-detail-copy h2 a:hover {
  color: #dff4ff !important;
}

.mr-track-detail-copy h2 span {
  color: inherit !important;
}

.mr-track-stats-panel h2,
.mr-track-transmissions-panel h2 {
  overflow: visible !important;
}

.mr-panel-icon {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  overflow: visible !important;
}

.mr-panel-icon-stats::before {
  left: 5px !important;
  right: auto !important;
  bottom: 5px !important;
  width: 24px !important;
  height: 22px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 11px / 4px 11px no-repeat,
    linear-gradient(currentColor, currentColor) 9px 5px / 4px 17px no-repeat,
    linear-gradient(currentColor, currentColor) 18px 0 / 4px 22px no-repeat !important;
  border-radius: 2px !important;
}

.mr-track-transmissions-table {
  width: 100% !important;
  table-layout: fixed !important;
}

.mr-track-transmissions-table .mr-track-col-time {
  width: 190px !important;
}

.mr-track-transmissions-table .mr-track-col-city {
  width: 36% !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: auto !important;
  padding-right: 32px !important;
}

.mr-track-transmissions-table th:nth-child(2),
.mr-track-transmissions-table td:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 28px !important;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: auto !important;
  padding-left: 12px !important;
  text-align: left !important;
}

@media (max-width: 680px) {
  .mr-track-detail-copy {
    padding: 58px 22px 22px !important;
  }

  .mr-track-detail-genre {
    top: 20px !important;
    right: 20px !important;
    left: auto !important;
    justify-self: end !important;
    max-width: calc(100% - 40px) !important;
  }

  .mr-track-transmissions-table {
    min-width: 640px !important;
  }

  .mr-track-transmissions-table .mr-track-col-time {
    width: 170px !important;
  }

  .mr-track-transmissions-table .mr-track-col-city {
    width: 34% !important;
  }

  .mr-track-transmissions-table th:first-child,
  .mr-track-transmissions-table td:first-child {
    padding-right: 24px !important;
  }

  .mr-track-transmissions-table th:nth-child(2),
  .mr-track-transmissions-table td:nth-child(2) {
    padding-right: 20px !important;
  }

  .mr-track-transmissions-table th:last-child,
  .mr-track-transmissions-table td:last-child {
    padding-left: 8px !important;
  }
}

/* Artist detail page */
.mr-artist-detail-hero {
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 30px !important;
  min-height: 220px !important;
  padding: 34px 42px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #202b83 0%, #314fab 48%, #1591d0 100%) !important;
  border: 1px solid rgba(31, 111, 235, 0.24) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 46px rgba(22, 42, 112, 0.14) !important;
}

.mr-artist-detail-hero .mr-profile-photo {
  width: 150px !important;
  height: 150px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 5px solid rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 16px 34px rgba(8, 22, 74, 0.22) !important;
}

.mr-artist-detail-hero .mr-kicker {
  margin: 0 0 10px !important;
  color: #bdeaff !important;
  font-weight: 900 !important;
}

.mr-artist-detail-hero h1 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.mr-artist-detail-hero p:not(.mr-kicker) {
  margin: 14px 0 0 !important;
  color: #aee2ff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

.mr-artist-detail-grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.45fr) !important;
}

.mr-artist-spins-panel {
  overflow-x: auto !important;
}

.mr-artist-spins-table {
  width: 100% !important;
  table-layout: fixed !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 180px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 310px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 180px !important;
}

.mr-artist-spins-table th,
.mr-artist-spins-table td {
  vertical-align: middle !important;
}

.mr-artist-spin-track {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--mr-ink) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-artist-spin-track a {
  color: inherit !important;
  text-decoration: none !important;
}

.mr-artist-spin-track a:hover {
  color: var(--mr-blue) !important;
}

.mr-artist-spin-artists {
  font-weight: 850 !important;
}

.mr-artist-spin-title {
  font-weight: 650 !important;
}

@media (max-width: 980px) {
  .mr-artist-detail-hero,
  .mr-artist-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .mr-artist-spins-table {
    min-width: 840px !important;
  }
}

@media (max-width: 560px) {
  .mr-artist-detail-hero {
    gap: 20px !important;
    padding: 26px !important;
  }

  .mr-artist-detail-hero .mr-profile-photo {
    width: 118px !important;
    height: 118px !important;
  }

  .mr-artist-detail-hero h1 {
    font-size: clamp(38px, 13vw, 56px) !important;
  }

  .mr-artist-detail-hero p:not(.mr-kicker) {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

/* Track detail final layout: gradient hero and compact radio data tables. */
.mr-track-detail-hero {
  display: grid !important;
  grid-template-columns: clamp(220px, 18vw, 280px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: clamp(220px, 18vw, 280px) !important;
  margin: 0 0 30px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #202b83 0%, #314fab 48%, #1591d0 100%) !important;
  border: 1px solid rgba(31, 111, 235, 0.22) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 48px rgba(22, 42, 112, 0.16) !important;
}

.mr-track-detail-cover-wrap {
  min-width: 0 !important;
  align-self: stretch !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.mr-track-detail-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(220px, 18vw, 280px) !important;
  margin: 0 !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mr-track-detail-cover.mr-cover-empty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background: linear-gradient(135deg, #1b2877, #1f6feb) !important;
  font-size: 42px !important;
}

.mr-track-detail-copy {
  display: grid !important;
  position: relative !important;
  min-width: 0 !important;
  align-content: center !important;
  gap: 7px !important;
  padding: clamp(26px, 3vw, 46px) clamp(72px, 7vw, 120px) clamp(26px, 3vw, 46px) clamp(26px, 3vw, 46px) !important;
}

.mr-track-detail-kicker {
  margin: 0 0 2px !important;
  color: #bdeaff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.mr-track-detail-copy h1 {
  max-width: min(100%, 1040px) !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 60px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy h2 {
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  color: #ffffff !important;
  font-size: clamp(21px, 2.1vw, 33px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.mr-track-detail-copy h2 a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}

.mr-track-detail-genre {
  position: absolute !important;
  top: clamp(20px, 2.2vw, 34px) !important;
  right: clamp(20px, 2.6vw, 42px) !important;
  max-width: min(280px, 34vw) !important;
  pointer-events: none !important;
}

.mr-track-detail-genre span {
  display: inline-flex !important;
  max-width: 100% !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 15px !important;
  color: #edf2f7 !important;
  background: rgba(75, 85, 99, 0.74) !important;
  border: 1px solid rgba(226, 232, 240, 0.2) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.mr-track-detail-copy p:not(.mr-track-detail-kicker) {
  margin: 7px 0 0 !important;
  color: #9ed6ff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mr-track-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.35fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.mr-track-stats-panel,
.mr-track-transmissions-panel {
  padding: 24px 26px !important;
}

.mr-track-stats-panel h2,
.mr-track-transmissions-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 20px !important;
  color: var(--mr-ink) !important;
  line-height: 1.12 !important;
}

.mr-track-stats-panel h2 {
  font-size: clamp(21px, 1.6vw, 27px) !important;
}

.mr-track-transmissions-panel h2 {
  font-size: clamp(20px, 1.45vw, 25px) !important;
}

.mr-panel-icon {
  position: relative !important;
  width: 25px !important;
  height: 25px !important;
  flex: 0 0 25px !important;
  color: #8c96a8 !important;
}

.mr-panel-icon-stats::before {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  height: 18px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 9px / 4px 9px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 3px / 4px 15px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 0 / 4px 18px no-repeat !important;
  border-radius: 2px !important;
}

.mr-panel-icon-radio::before {
  content: "" !important;
  position: absolute !important;
  inset: 6px 4px 5px !important;
  border: 2px solid currentColor !important;
  border-radius: 5px !important;
}

.mr-panel-icon-radio::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 2px !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
}

.mr-track-stats-table,
.mr-track-transmissions-table {
  table-layout: fixed !important;
}

.mr-track-stats-table th,
.mr-track-stats-table td {
  padding: 13px 10px !important;
}

.mr-track-stats-table th:last-child,
.mr-track-stats-table td:last-child {
  width: 86px !important;
  text-align: right !important;
}

.mr-track-transmissions-table th,
.mr-track-transmissions-table td {
  padding: 10px 9px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: 150px !important;
}

.mr-track-transmissions-table th:nth-child(2),
.mr-track-transmissions-table td:nth-child(2) {
  padding-right: 42px !important;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: 32% !important;
  padding-left: 44px !important;
}

.mr-track-station-cell {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

.mr-track-station-cell.is-small {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.mr-track-station-cell .mr-station-logo {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border: 1px solid #dfe7f4 !important;
  border-radius: 50% !important;
}

.mr-track-station-cell.is-small .mr-station-logo {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
}

.mr-track-station-cell .mr-station-logo img,
.mr-track-station-cell img.mr-station-logo {
  object-fit: contain !important;
}

.mr-track-station-cell strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--mr-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-track-station-cell.is-small strong {
  font-size: 13px !important;
  font-weight: 800 !important;
}

.mr-track-spin-count {
  display: inline-flex !important;
  min-width: 36px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #233a91 !important;
  background: #edf5ff !important;
  border: 1px solid #d1e5ff !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

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

  .mr-track-detail-hero {
    grid-template-columns: clamp(180px, 28vw, 230px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .mr-track-detail-hero {
    grid-template-columns: 1fr !important;
  }

  .mr-track-detail-cover-wrap,
  .mr-track-detail-cover {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .mr-track-detail-copy {
    padding: 58px 22px 22px !important;
  }

  .mr-track-detail-genre {
    top: 18px !important;
    right: 18px !important;
    max-width: calc(100% - 36px) !important;
  }

  .mr-track-detail-copy h1 {
    font-size: clamp(30px, 10vw, 44px) !important;
  }

  .mr-track-detail-copy h2 {
    font-size: clamp(20px, 7vw, 28px) !important;
  }

  .mr-track-stats-panel,
  .mr-track-transmissions-panel {
    padding: 20px 16px !important;
  }

  .mr-track-transmissions-panel {
    overflow-x: auto !important;
  }

  .mr-track-transmissions-table {
    min-width: 620px !important;
  }

  .mr-track-transmissions-table th:nth-child(2),
  .mr-track-transmissions-table td:nth-child(2) {
    padding-right: 26px !important;
  }

  .mr-track-transmissions-table th:last-child,
  .mr-track-transmissions-table td:last-child {
    width: 30% !important;
    padding-left: 26px !important;
  }
}

/* Final track detail overrides: blue hero and compact radio tables. */
.mr-track-detail-hero {
  display: grid !important;
  grid-template-columns: clamp(210px, 18vw, 270px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: clamp(210px, 18vw, 270px) !important;
  margin-bottom: 28px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #202b83 0%, #314fab 48%, #1591d0 100%) !important;
  border: 1px solid rgba(31, 111, 235, 0.22) !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 46px rgba(22, 42, 112, 0.14) !important;
}

.mr-track-detail-cover-wrap {
  min-width: 0 !important;
  align-self: stretch !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.mr-track-detail-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(210px, 18vw, 270px) !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mr-track-detail-cover.mr-cover-empty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background: linear-gradient(135deg, #1b2877, #1f6feb) !important;
  font-size: 42px !important;
}

.mr-track-detail-copy {
  display: grid !important;
  min-width: 0 !important;
  align-content: center !important;
  gap: 6px !important;
  padding: clamp(26px, 3vw, 44px) !important;
}

.mr-track-detail-kicker {
  margin: 0 0 2px !important;
  color: #bdeaff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.mr-track-detail-copy h1 {
  max-width: min(980px, 100%) !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4.1vw, 62px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy p:not(.mr-track-detail-kicker) {
  margin: 6px 0 0 !important;
  color: #9ed6ff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mr-track-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.35fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.mr-track-stats-panel,
.mr-track-transmissions-panel {
  padding: 24px 26px !important;
}

.mr-track-stats-panel h2,
.mr-track-transmissions-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 22px !important;
  color: var(--mr-ink) !important;
  font-size: clamp(22px, 1.6vw, 28px) !important;
  line-height: 1.12 !important;
}

.mr-panel-icon {
  position: relative !important;
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px !important;
  color: #8c96a8 !important;
}

.mr-panel-icon-stats::before {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  height: 18px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 9px / 4px 9px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 3px / 4px 15px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 0 / 4px 18px no-repeat !important;
  border-radius: 2px !important;
}

.mr-panel-icon-radio::before {
  content: "" !important;
  position: absolute !important;
  inset: 6px 4px 5px !important;
  border: 2px solid currentColor !important;
  border-radius: 5px !important;
}

.mr-panel-icon-radio::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 2px !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
}

.mr-track-stats-table,
.mr-track-transmissions-table {
  table-layout: fixed !important;
}

.mr-track-stats-table th,
.mr-track-stats-table td {
  padding: 13px 10px !important;
}

.mr-track-stats-table th:last-child,
.mr-track-stats-table td:last-child {
  width: 82px !important;
  text-align: right !important;
}

.mr-track-transmissions-table th,
.mr-track-transmissions-table td {
  padding: 11px 10px !important;
  font-size: 14px !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: 150px !important;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: 28% !important;
}

.mr-track-station-cell {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

.mr-track-station-cell.is-small {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
}

.mr-track-station-cell .mr-station-logo {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border: 1px solid #dfe7f4 !important;
  border-radius: 50% !important;
}

.mr-track-station-cell.is-small .mr-station-logo {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
}

.mr-track-station-cell .mr-station-logo img,
.mr-track-station-cell img.mr-station-logo {
  object-fit: contain !important;
}

.mr-track-station-cell strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--mr-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-track-station-cell.is-small strong {
  font-size: 13px !important;
}

.mr-track-spin-count {
  display: inline-flex !important;
  min-width: 36px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #233a91 !important;
  background: #edf5ff !important;
  border: 1px solid #d1e5ff !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

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

  .mr-track-detail-hero {
    grid-template-columns: clamp(180px, 28vw, 230px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .mr-track-detail-hero {
    grid-template-columns: 1fr !important;
  }

  .mr-track-detail-cover-wrap,
  .mr-track-detail-cover {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .mr-track-detail-copy {
    padding: 22px !important;
  }

  .mr-track-detail-copy h1 {
    font-size: clamp(30px, 10vw, 44px) !important;
  }

  .mr-track-detail-copy h2 {
    font-size: clamp(20px, 7vw, 28px) !important;
  }

  .mr-track-stats-panel,
  .mr-track-transmissions-panel {
    padding: 20px 16px !important;
  }

  .mr-track-transmissions-table {
    min-width: 560px !important;
  }
}

/* Track detail page refresh */
.mr-track-detail-hero {
  display: grid;
  grid-template-columns: clamp(210px, 18vw, 270px) minmax(0, 1fr);
  align-items: stretch;
  min-height: clamp(210px, 18vw, 270px);
  margin-bottom: 28px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #202b83 0%, #314fab 48%, #1591d0 100%);
  border: 1px solid rgba(31, 111, 235, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(22, 42, 112, 0.14);
}

.mr-track-detail-cover-wrap {
  min-width: 0;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.08);
}

.mr-track-detail-cover {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(210px, 18vw, 270px);
  object-fit: cover;
}

.mr-track-detail-cover.mr-cover-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, #1b2877, #1f6feb);
  font-size: 42px;
}

.mr-track-detail-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 6px;
  padding: clamp(26px, 3vw, 44px);
}

.mr-track-detail-kicker {
  margin: 0 0 2px;
  color: #bdeaff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mr-track-detail-copy h1 {
  max-width: min(980px, 100%);
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.1vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.mr-track-detail-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.mr-track-detail-copy p:not(.mr-track-detail-kicker) {
  margin: 6px 0 0;
  color: #9ed6ff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.mr-track-detail-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: start;
}

.mr-track-stats-panel,
.mr-track-transmissions-panel {
  padding: 24px 26px;
}

.mr-track-stats-panel h2,
.mr-track-transmissions-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--mr-ink);
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.12;
}

.mr-panel-icon {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  color: #8c96a8;
}

.mr-panel-icon-stats::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 18px;
  background:
    linear-gradient(currentColor, currentColor) 0 9px / 4px 9px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 3px / 4px 15px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 0 / 4px 18px no-repeat;
  border-radius: 2px;
  opacity: 0.9;
}

.mr-panel-icon-radio::before {
  content: "";
  position: absolute;
  inset: 6px 4px 5px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.mr-panel-icon-radio::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.mr-track-stats-table,
.mr-track-transmissions-table {
  table-layout: fixed;
}

.mr-track-stats-table th,
.mr-track-stats-table td {
  padding: 13px 10px;
}

.mr-track-stats-table th:last-child,
.mr-track-stats-table td:last-child {
  width: 82px;
  text-align: right;
}

.mr-track-transmissions-table th,
.mr-track-transmissions-table td {
  padding: 11px 10px;
  font-size: 14px;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: 150px;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: 28%;
}

.mr-track-station-cell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.mr-track-station-cell.is-small {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
}

.mr-track-station-cell .mr-station-logo {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1px solid #dfe7f4;
  border-radius: 50%;
}

.mr-track-station-cell.is-small .mr-station-logo {
  width: 34px;
  height: 34px;
  min-width: 34px;
}

.mr-track-station-cell .mr-station-logo img,
.mr-track-station-cell img.mr-station-logo {
  object-fit: contain;
}

.mr-track-station-cell strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--mr-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-track-station-cell.is-small strong {
  font-size: 13px;
}

.mr-track-spin-count {
  display: inline-flex;
  min-width: 36px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #233a91;
  background: #edf5ff;
  border: 1px solid #d1e5ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

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

  .mr-track-detail-hero {
    grid-template-columns: clamp(180px, 28vw, 230px) minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .mr-track-detail-hero {
    grid-template-columns: 1fr;
  }

  .mr-track-detail-cover-wrap,
  .mr-track-detail-cover {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .mr-track-detail-copy {
    padding: 22px;
  }

  .mr-track-detail-copy h1 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .mr-track-detail-copy h2 {
    font-size: clamp(20px, 7vw, 28px);
  }

  .mr-track-stats-panel,
  .mr-track-transmissions-panel {
    padding: 20px 16px;
  }

  .mr-track-transmissions-table {
    min-width: 560px;
  }
}

/* Radio Date page: final layout overrides kept last to beat generic card rules. */
.mr-rd-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 30px;
  align-items: end;
  margin: 10px 0 34px;
  padding: 26px 0 28px;
  border-bottom: 1px solid #dbe3ef;
}

.mr-rd-page-head h1 {
  margin: 7px 0 8px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.mr-rd-page-head p:last-child {
  margin: 0;
  color: #818a9c;
  font-size: 15px;
  font-weight: 800;
}

.mr-rd-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 54px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #cfd8e8;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(24, 39, 75, 0.06);
}

.mr-rd-tabs a {
  display: inline-flex;
  min-width: 0;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  overflow: hidden;
  color: #121827;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-tabs a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #28328f 0%, #34a7ee 100%);
  box-shadow: 0 12px 28px rgba(46, 80, 174, 0.26);
}

.mr-rd-week-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin: -14px 0 30px;
}

.mr-rd-week-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #233a91;
  background: #ffffff;
  border: 1px solid #d6dfec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.mr-rd-week-list {
  display: grid;
  gap: 54px;
}

.mr-rd-week-section {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.mr-rd-day-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 16px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #26308c 0%, #147bc3 100%);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(35, 58, 145, 0.14);
}

.mr-rd-day-head h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-day-head span {
  display: inline-flex;
  min-width: 34px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #233a91;
  background: #ffffff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.mr-rd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}

.mr-rd-card.is-compact {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-radius: 8px;
}

.mr-rd-card.is-compact .mr-rd-cover-link {
  display: block;
  min-width: 0;
}

.mr-rd-card.is-compact .mr-rd-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mr-rd-card.is-compact .mr-rd-body {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px 16px 14px;
}

.mr-rd-card.is-compact .mr-rd-body h3,
.mr-rd-card.is-compact .mr-rd-body h3 a,
.mr-rd-card.is-compact .mr-rd-body p,
.mr-rd-card.is-compact .mr-rd-body small {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-card.is-compact .mr-rd-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.12;
}

.mr-rd-card.is-compact .mr-rd-body p {
  margin: 0;
  color: #121827;
  font-size: 15px;
  font-weight: 700;
}

.mr-rd-card.is-compact .mr-rd-body small {
  color: #788196;
  font-size: 12px;
  font-weight: 800;
}

.mr-rd-card.is-compact .mr-rd-foot {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  background: #ffffff;
  border-top: 1px solid #dbe3ef;
}

.mr-rd-card.is-compact .mr-rd-press-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #233a91;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-card.is-compact .mr-rd-card-date {
  flex: 0 0 auto;
  color: #858ea0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .mr-rd-page-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mr-rd-tabs {
    width: min(100%, 620px);
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mr-rd-page-head {
    gap: 22px;
    margin-bottom: 26px;
    padding-top: 18px;
  }

  .mr-rd-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  .mr-rd-tabs a {
    width: 100%;
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .mr-rd-day-head {
    padding: 14px 16px;
  }
}

@media (max-width: 520px) {
  .mr-rd-page-head h1 {
    font-size: 36px;
  }

  .mr-rd-archive-grid {
    grid-template-columns: 1fr;
  }

  .mr-rd-day-head h2 {
    font-size: 22px;
  }

  .mr-rd-card.is-compact .mr-rd-body h3 {
    font-size: 17px;
  }
}

/* Final Radio Date weekly archive overrides */
.mr-rd-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
  padding: 28px 0 30px;
  border-bottom: 1px solid #dce3ef;
}

.mr-rd-page-head h1 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.mr-rd-page-head p:last-child {
  margin: 0;
  color: #818a9c;
  font-size: 16px;
  font-weight: 800;
}

.mr-rd-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 58px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #cfd8e8;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(24, 39, 75, 0.06);
}

.mr-rd-tabs a {
  display: inline-flex;
  min-width: 0;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #121827;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.mr-rd-tabs a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #28328f 0%, #2e84d7 100%);
  box-shadow: 0 12px 28px rgba(46, 80, 174, 0.26);
}

.mr-rd-week-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin: -12px 0 28px;
}

.mr-rd-week-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #233a91;
  background: #ffffff;
  border: 1px solid #d6dfec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.mr-rd-week-list {
  display: grid;
  gap: 56px;
}

.mr-rd-week-section {
  display: grid;
  gap: 20px;
}

.mr-rd-day-head {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 18px 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #27318c 0%, #2089d2 100%);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(35, 58, 145, 0.14);
}

.mr-rd-day-head h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-day-head span {
  display: inline-flex;
  min-width: 38px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #233a91;
  background: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.mr-rd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mr-rd-card.is-compact {
  border-radius: 8px;
}

.mr-rd-card.is-compact .mr-rd-cover {
  aspect-ratio: 1 / 1;
}

.mr-rd-card.is-compact .mr-rd-body {
  gap: 5px;
  padding: 16px 16px 14px;
}

.mr-rd-card.is-compact .mr-rd-body h3,
.mr-rd-card.is-compact .mr-rd-body h3 a,
.mr-rd-card.is-compact .mr-rd-body p,
.mr-rd-card.is-compact .mr-rd-body small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-card.is-compact .mr-rd-body h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.12;
}

.mr-rd-card.is-compact .mr-rd-body p {
  margin: 0;
  color: #121827;
  font-size: 15px;
  font-weight: 700;
}

.mr-rd-card.is-compact .mr-rd-body small {
  color: #788196;
  font-size: 13px;
  font-weight: 800;
}

.mr-rd-card.is-compact .mr-rd-foot {
  min-height: 48px;
  padding: 0 16px;
  background: #ffffff;
}

.mr-rd-card.is-compact .mr-rd-press-link {
  color: #233a91;
  font-size: 12px;
}

.mr-rd-card.is-compact .mr-rd-card-date {
  color: #858ea0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

@media (max-width: 1180px) {
  .mr-rd-page-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mr-rd-tabs {
    width: min(100%, 620px);
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mr-rd-page-head {
    gap: 22px;
    margin-bottom: 26px;
    padding-top: 18px;
  }

  .mr-rd-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  .mr-rd-tabs a {
    width: 100%;
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .mr-rd-day-head {
    padding: 16px 18px;
  }
}

@media (max-width: 520px) {
  .mr-rd-archive-grid {
    grid-template-columns: 1fr;
  }

  .mr-rd-day-head h2 {
    white-space: normal;
  }

  .mr-rd-week-list {
    gap: 38px;
  }
}

/* Radio Date weekly archive */
.mr-rd-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
  padding: 28px 0 30px;
  border-bottom: 1px solid #dce3ef;
}

.mr-rd-page-head h1 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.mr-rd-page-head p:last-child {
  margin: 0;
  color: #818a9c;
  font-size: 16px;
  font-weight: 800;
}

.mr-rd-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 58px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #cfd8e8;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(24, 39, 75, 0.06);
}

.mr-rd-tabs a {
  display: inline-flex;
  min-width: 0;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #121827;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.mr-rd-tabs a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #28328f 0%, #2e84d7 100%);
  box-shadow: 0 12px 28px rgba(46, 80, 174, 0.26);
}

.mr-rd-week-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin: -12px 0 28px;
}

.mr-rd-week-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #233a91;
  background: #ffffff;
  border: 1px solid #d6dfec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.mr-rd-week-list {
  display: grid;
  gap: 56px;
}

.mr-rd-week-section {
  display: grid;
  gap: 20px;
}

.mr-rd-day-head {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 18px 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #27318c 0%, #2089d2 100%);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(35, 58, 145, 0.14);
}

.mr-rd-day-head h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-day-head span {
  display: inline-flex;
  min-width: 38px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #233a91;
  background: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.mr-rd-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mr-rd-card.is-compact {
  border-radius: 8px;
}

.mr-rd-card.is-compact .mr-rd-cover {
  aspect-ratio: 1 / 1;
}

.mr-rd-card.is-compact .mr-rd-body {
  gap: 5px;
  padding: 16px 16px 14px;
}

.mr-rd-card.is-compact .mr-rd-body h3,
.mr-rd-card.is-compact .mr-rd-body h3 a,
.mr-rd-card.is-compact .mr-rd-body p,
.mr-rd-card.is-compact .mr-rd-body small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-rd-card.is-compact .mr-rd-body h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.12;
}

.mr-rd-card.is-compact .mr-rd-body p {
  margin: 0;
  color: #121827;
  font-size: 15px;
  font-weight: 700;
}

.mr-rd-card.is-compact .mr-rd-body small {
  color: #788196;
  font-size: 13px;
  font-weight: 800;
}

.mr-rd-card.is-compact .mr-rd-foot {
  min-height: 48px;
  padding: 0 16px;
  background: #ffffff;
}

.mr-rd-card.is-compact .mr-rd-press-link {
  color: #233a91;
  font-size: 12px;
}

.mr-rd-card.is-compact .mr-rd-card-date {
  color: #858ea0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

@media (max-width: 1180px) {
  .mr-rd-page-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mr-rd-tabs {
    width: min(100%, 620px);
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mr-rd-page-head {
    gap: 22px;
    margin-bottom: 26px;
    padding-top: 18px;
  }

  .mr-rd-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  .mr-rd-tabs a {
    width: 100%;
  }

  .mr-rd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .mr-rd-day-head {
    padding: 16px 18px;
  }
}

@media (max-width: 520px) {
  .mr-rd-archive-grid {
    grid-template-columns: 1fr;
  }

  .mr-rd-day-head h2 {
    white-space: normal;
  }

  .mr-rd-week-list {
    gap: 38px;
  }
}

/* Definitive visual polish overrides */
.mr-brand-logo-wrap,
.mr-brand-wordmark {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--mr-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.mr-brand-logo-wrap sup,
.mr-brand-wordmark sup {
  position: relative;
  top: -0.72em;
  margin-left: 5px;
  color: #e5484d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mr-brand-logo-wrap .mr-brand-logo {
  max-width: 220px;
  max-height: 46px;
}

.mr-vetrina-subtitle {
  margin: 14px 0 20px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  font-weight: 900;
}

.mr-best-band {
  margin-top: 34px;
}

.mr-all-radio-dates {
  width: 100%;
  color: #233a91 !important;
}

.mr-rd-foot > span {
  color: #818a9c;
  font-weight: 700;
}

.mr-footer {
  color: var(--mr-muted);
}

/* Final Vetrina homepage overrides */
.mr-vetrina-title {
  min-height: auto;
  margin: 0 0 10px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(36, 60, 159, 0.18);
}

.mr-vetrina-title h1 {
  color: #ffffff;
}

.mr-vetrina-subtitle {
  margin: 14px 0 20px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  color: inherit;
  font-weight: 900;
}

.mr-all-radio-dates {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 16px;
  color: #233a91 !important;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  box-shadow: var(--mr-shadow-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.mr-calendar-icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1.7px solid currentColor;
  border-radius: 4px;
}

.mr-calendar-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1.7px;
  background: currentColor;
  box-shadow: 0 5px 0 rgba(35, 58, 145, 0.22);
}

.mr-calendar-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: -3px;
  height: 5px;
  border-left: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

.mr-all-radio-dates span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .mr-vetrina-title {
    padding: 12px 14px;
  }

  .mr-vetrina-subtitle {
    font-size: 14px;
  }

  .mr-all-radio-dates {
    width: 100%;
  }
}

/* Vetrina homepage header */
.mr-vetrina-title {
  min-height: auto;
  margin: 0 0 10px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(36, 60, 159, 0.18);
}

.mr-vetrina-title h1 {
  color: #ffffff;
}

.mr-vetrina-subtitle {
  margin: 0 0 18px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  color: inherit;
  font-weight: 900;
}

.mr-all-radio-dates {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 16px;
  color: #233a91;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  box-shadow: var(--mr-shadow-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.mr-calendar-icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1.7px solid currentColor;
  border-radius: 4px;
}

.mr-calendar-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1.7px;
  background: currentColor;
  box-shadow: 0 5px 0 rgba(35, 58, 145, 0.22);
}

.mr-calendar-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: -3px;
  height: 5px;
  border-left: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

.mr-all-radio-dates span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .mr-vetrina-title {
    padding: 12px 14px;
  }

  .mr-vetrina-subtitle {
    font-size: 14px;
  }

  .mr-all-radio-dates {
    width: 100%;
  }
}

.mr-responsive-sentinel {
  display: none;
}

/* Last-mile responsive rules: keep the homepage inside the mobile viewport. */
body.mr-public {
  overflow-x: hidden;
}

.mr-page,
.mr-site-header,
.mr-home-grid,
.mr-home-left,
.mr-home-center,
.mr-home-right,
.mr-card-stack,
.mr-track-grid,
.mr-best-grid {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .mr-home-grid {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.45fr);
  }

  .mr-home-right {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .mr-site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 18px;
  }

  .mr-search,
  .mr-nav {
    width: 100%;
  }

  .mr-nav {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mr-page,
  .mr-footer {
    width: min(100% - 28px, 1500px);
  }

  .mr-home-grid,
  .mr-home-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

@media (max-width: 560px) {
  .mr-page,
  .mr-footer {
    width: min(100% - 20px, 1500px);
  }

  .mr-site-header {
    padding: 12px 10px;
  }

  .mr-title-band,
  .mr-home-right > h2 {
    min-height: 0;
    padding: 12px 14px;
  }

  .mr-section-title h1,
  .mr-section-title h2,
  .mr-home-right > h2 {
    font-size: 24px;
  }

  .mr-section-title p,
  .mr-title-band p {
    font-size: 14px;
  }

  .mr-track-grid,
  .mr-best-grid {
    grid-template-columns: 1fr;
  }

  .mr-rd-card,
  .mr-track-card,
  .mr-best-card,
  .mr-recent-feature,
  .mr-station-card {
    width: 100%;
  }
}

/* Final responsive + best-by-genre overrides */
body.mr-public {
  overflow-x: hidden;
}

.mr-page,
.mr-site-header,
.mr-home-grid,
.mr-home-left,
.mr-home-center,
.mr-home-right,
.mr-card-stack,
.mr-track-grid,
.mr-best-grid {
  min-width: 0;
  max-width: 100%;
}

.mr-track-body h3,
.mr-track-meta p {
  font-size: 17px;
}

.mr-best-band {
  margin-top: 26px;
  background: linear-gradient(135deg, #1d328a, #177fbc);
}

.mr-best-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.mr-best-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: auto auto auto 1fr auto;
  background: #ffffff;
  border: 1px solid rgba(36, 60, 159, 0.12);
  border-radius: 8px;
  box-shadow: var(--mr-shadow-soft);
}

.mr-best-genre {
  min-width: 0;
  padding: 10px 14px;
  color: #ffffff;
  background: #248a5a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mr-best-genre span,
.mr-best-title h3,
.mr-best-title h3 a,
.mr-best-card .mr-track-meta p,
.mr-best-card .mr-track-meta small {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-best-title {
  min-width: 0;
  padding: 13px 14px 10px;
}

.mr-best-title h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.15;
}

.mr-best-title a {
  color: var(--mr-ink);
}

.mr-best-card.is-pop .mr-best-genre {
  background: #1677c8;
}

.mr-best-card.is-rock .mr-best-genre {
  background: #a33636;
}

.mr-best-card.is-edm .mr-best-genre {
  background: #2b8f83;
}

.mr-best-card.is-rap .mr-best-genre {
  background: #6c4bb5;
}

.mr-best-card.is-jazz .mr-best-genre {
  background: #9a6a20;
}

.mr-best-card.is-rnb .mr-best-genre {
  background: #b04c78;
}

@media (max-width: 1280px) {
  .mr-home-grid {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.45fr);
  }

  .mr-home-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  .mr-home-right > h2 {
    grid-column: 1 / -1;
  }

  .mr-home-right > h2 + .mr-recent-feature {
    grid-column: 1;
  }

  .mr-home-right > h2:nth-of-type(2),
  .mr-home-right > h2:nth-of-type(2) + .mr-card-stack {
    grid-column: 2;
  }

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

@media (max-width: 900px) {
  .mr-site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 18px;
  }

  .mr-brand {
    max-width: 100%;
  }

  .mr-brand-text,
  .mr-brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mr-search {
    order: 2;
    width: 100%;
  }

  .mr-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mr-page,
  .mr-footer {
    width: min(100% - 28px, 1500px);
  }

  .mr-home-grid,
  .mr-home-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mr-home-right > h2,
  .mr-home-right > h2 + .mr-recent-feature,
  .mr-home-right > h2:nth-of-type(2),
  .mr-home-right > h2:nth-of-type(2) + .mr-card-stack {
    grid-column: auto;
  }

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

@media (max-width: 560px) {
  .mr-page,
  .mr-footer {
    width: min(100% - 20px, 1500px);
  }

  .mr-site-header {
    padding: 12px 10px;
  }

  .mr-section-title,
  .mr-title-band,
  .mr-home-right > h2 {
    min-height: 0;
  }

  .mr-title-band,
  .mr-home-right > h2 {
    padding: 12px 14px;
  }

  .mr-section-title h1,
  .mr-section-title h2,
  .mr-home-right > h2 {
    font-size: 24px;
  }

  .mr-section-title p,
  .mr-title-band p {
    font-size: 14px;
  }

  .mr-track-grid,
  .mr-best-grid {
    grid-template-columns: 1fr;
  }

  .mr-rd-card,
  .mr-track-card,
  .mr-best-card,
  .mr-recent-feature,
  .mr-station-card {
    width: 100%;
  }

  .mr-rd-body h3,
  .mr-track-body h3,
  .mr-best-title h3,
  .mr-recent-meta strong,
  .mr-station-body strong {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--mr-bg);
}

body.mr-public {
  min-height: 100%;
  margin: 0;
  color: var(--mr-ink);
  background: var(--mr-bg);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body.mr-public a {
  color: inherit;
  text-decoration: none;
}

body.mr-public img {
  max-width: 100%;
  display: block;
}

body.mr-public img.mr-image-fallback {
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  object-fit: cover;
}

body.mr-public button,
body.mr-public input,
body.mr-public select {
  font: inherit;
}

.mr-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(240px, 420px) auto 46px;
  align-items: center;
  gap: 28px;
  padding: 22px 56px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--mr-line);
  backdrop-filter: blur(14px);
}

.mr-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mr-brand-logo {
  width: auto;
  max-width: 220px;
  max-height: 46px;
  object-fit: contain;
}

.mr-brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--mr-deep);
  border-radius: 8px;
  font-weight: 800;
}

.mr-brand-text {
  color: var(--mr-deep);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.mr-search {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--mr-muted);
  background: #f5f5f7;
  border: 1px solid transparent;
  border-radius: 999px;
}

.mr-search input {
  width: 100%;
  color: var(--mr-ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.mr-search input::placeholder {
  color: var(--mr-muted-2);
}

.mr-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.mr-nav a {
  color: var(--mr-ink);
}

.mr-access {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 46px;
}

.mr-page {
  width: min(1540px, calc(100% - 72px));
  margin: 0 auto;
  padding: 46px 0 72px;
}

.mr-footer {
  width: min(1540px, calc(100% - 72px));
  margin: 0 auto;
  padding: 26px 0 44px;
  color: var(--mr-muted);
  border-top: 1px solid var(--mr-line);
}

.mr-home-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.72fr) minmax(290px, 0.88fr);
  gap: 34px;
  align-items: start;
}

.mr-home-left,
.mr-home-center,
.mr-home-right {
  min-width: 0;
}

.mr-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d9e2;
}

.mr-section-title h1,
.mr-section-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 800;
}

.mr-section-title p {
  margin: 8px 0 0;
  color: var(--mr-muted-2);
  font-size: 18px;
  font-weight: 500;
}

.mr-section-title a {
  color: var(--mr-blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.mr-card-stack {
  display: grid;
  gap: 18px;
}

.mr-rd-card,
.mr-track-card,
.mr-panel,
.mr-station-card,
.mr-recent-feature,
.mr-rd-detail,
.mr-profile-hero,
.mr-spins-card,
.mr-empty,
.mr-chart-table-wrap,
.mr-artist-card,
.mr-login-card {
  overflow: hidden;
  background: var(--mr-card);
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
  box-shadow: var(--mr-shadow-soft);
}

.mr-rd-card {
  display: grid;
  min-height: 100%;
}

.mr-rd-card-cover,
.mr-track-cover,
.mr-rd-detail-cover,
.mr-profile-cover,
.mr-chart-cover {
  background: var(--mr-soft-2);
}

.mr-rd-card-cover,
.mr-track-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mr-rd-card-body,
.mr-track-body {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.mr-rd-card-title,
.mr-track-title {
  color: var(--mr-ink);
  font-size: 19px;
  line-height: 1.16;
  font-weight: 800;
}

.mr-rd-card-artist,
.mr-track-artist {
  color: var(--mr-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.mr-rd-card-label,
.mr-track-label,
.mr-station-sub,
.mr-feed-sub {
  color: #757c8b;
  font-weight: 700;
}

.mr-rd-card-foot,
.mr-track-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border-top: 1px solid var(--mr-line);
}

.mr-link-blue {
  color: var(--mr-blue);
  font-weight: 800;
}

.mr-spin-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mr-ink);
  font-weight: 800;
}

.mr-spin-badge::before {
  content: "";
  width: 19px;
  height: 25px;
  display: inline-block;
  background:
    radial-gradient(circle at 50% 68%, var(--mr-ink) 0 33%, transparent 34%),
    radial-gradient(circle at 50% 39%, var(--mr-ink) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 14%, transparent 0 30%, var(--mr-ink) 31% 58%, transparent 59%);
}

.mr-rd-card.is-feature .mr-rd-card-title {
  font-size: 22px;
}

.mr-trending-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.mr-trending-artist {
  min-width: 0;
  text-align: center;
  font-weight: 800;
}

.mr-trending-photo {
  width: 112px;
  height: 112px;
  margin: 0 auto 12px;
  overflow: hidden;
  background: var(--mr-soft);
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 3px #d5d5db;
}

.mr-trending-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-track-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mr-panel {
  padding: 26px;
}

.mr-feed {
  display: grid;
  gap: 14px;
}

.mr-feed-row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: var(--mr-card);
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
}

.mr-feed-logo,
.mr-station-logo {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #7a8294;
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.mr-feed-logo img,
.mr-station-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mr-feed-title,
.mr-station-title {
  color: var(--mr-ink);
  font-weight: 800;
}

.mr-feed-time,
.mr-station-time {
  color: var(--mr-muted);
  font-weight: 600;
  white-space: nowrap;
}

.mr-recent-feature-cover {
  position: relative;
  aspect-ratio: 1.15 / 1;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
}

.mr-recent-feature-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-recent-feature-cover::after {
  content: "Trasmesso di recente";
  position: absolute;
  left: 18px;
  top: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.mr-recent-feature-body {
  padding: 18px;
}

.mr-station-card {
  display: grid;
}

.mr-station-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--mr-line);
}

.mr-station-body {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.mr-play {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--mr-ink);
  border-radius: 999px;
  font-size: 12px;
}

.mr-page-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--mr-line);
}

.mr-kicker {
  color: var(--mr-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mr-page-head h1 {
  margin: 10px 0 0;
  font-size: 38px;
  line-height: 1.05;
}

.mr-chart-filters {
  display: grid;
  gap: 12px;
}

.mr-chart-filters select,
.mr-chart-filters input,
.mr-chart-filters button,
.mr-login-card input,
.mr-login-card button {
  min-height: 46px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
}

.mr-chart-filters button,
.mr-login-card button,
.mr-btn-primary {
  color: #ffffff;
  background: var(--mr-primary);
  border-color: var(--mr-primary);
  font-weight: 800;
}

.mr-chart-table-wrap {
  padding: 26px;
}

.mr-table {
  width: 100%;
  border-collapse: collapse;
}

.mr-table th {
  color: var(--mr-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.mr-table th,
.mr-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--mr-line);
  vertical-align: middle;
}

.mr-table tbody tr:last-child td {
  border-bottom: 0;
}

.mr-rank {
  display: inline-flex;
  min-width: 58px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--mr-deep);
  background: var(--mr-soft);
  border-radius: 999px;
  font-weight: 800;
}

.mr-chart-track {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.mr-chart-cover {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: var(--mr-radius);
}

.mr-chart-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-chart-title {
  color: var(--mr-deep);
  font-weight: 800;
}

.mr-chart-artist {
  color: var(--mr-ink);
  font-weight: 500;
}

.mr-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--mr-ink);
  font-weight: 700;
}

.mr-rd-detail {
  padding: 34px;
}

.mr-rd-detail-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  margin-bottom: 28px;
}

.mr-date-block {
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  color: #ffffff;
  background: var(--mr-green);
  border-radius: var(--mr-radius);
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.mr-rd-date {
  font-size: 34px;
  font-weight: 800;
}

.mr-rd-detail-main {
  display: grid;
  grid-template-columns: minmax(280px, 460px) 1fr;
  gap: 36px;
  align-items: start;
}

.mr-rd-detail-cover {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--mr-radius);
}

.mr-rd-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-rd-meta h1 {
  margin: 0 0 8px;
  font-size: 46px;
  line-height: 1.04;
}

.mr-rd-meta h2 {
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.mr-copy {
  margin-top: 34px;
  font-size: 20px;
  line-height: 1.62;
}

.mr-copy p {
  margin: 0 0 22px;
}

.mr-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #566075;
  background: #ffffff;
  border: 1px solid #d9deea;
  border-radius: 999px;
  font-weight: 700;
}

.mr-video {
  margin-top: 28px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000000;
  border-radius: var(--mr-radius);
}

.mr-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mr-profile-hero {
  position: relative;
  overflow: visible;
  margin-bottom: 32px;
}

.mr-profile-cover {
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-soft));
}

.mr-profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px) brightness(0.75);
  transform: scale(1.05);
}

.mr-profile-info {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 24px;
  align-items: end;
  padding: 0 34px 34px;
  margin-bottom: -58px;
  transform: translateY(-58px);
}

.mr-profile-photo {
  width: 148px;
  height: 148px;
  overflow: hidden;
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: var(--mr-shadow);
}

.mr-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-profile-info h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.04;
}

.mr-two-col {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.42fr);
  gap: 34px;
  align-items: start;
}

.mr-spins-card {
  padding: 26px;
}

.mr-spins-table-wrap {
  overflow-x: auto;
}

.mr-artist-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.mr-artist-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  text-align: center;
  font-weight: 800;
}

.mr-artist-card-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--mr-soft);
  border-radius: 999px;
}

.mr-artist-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-artists-page {
  display: grid;
  gap: 26px;
}

.mr-artists-head {
  align-items: end;
}

.mr-artists-head h1 {
  margin: 0;
}

.mr-artists-head p {
  margin: 8px 0 0;
  color: var(--mr-muted-2);
  font-size: 16px;
  font-weight: 850;
}

.mr-artist-search {
  justify-self: end;
}

.mr-artist-letters,
.mr-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mr-artist-letters {
  padding-bottom: 4px;
}

.mr-artist-letters a,
.mr-pagination a,
.mr-pagination span {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #2f4a7d;
  background: #eef6ff;
  border: 1px solid #d5e6fb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mr-artist-letters a:hover,
.mr-pagination a:hover {
  color: #20308f;
  background: #dff0ff;
  border-color: #9fcef8;
}

.mr-artist-letters a.active,
.mr-pagination a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #28328f 0%, #34a7ee 100%);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(46, 80, 174, 0.22);
}

.mr-artists-page .mr-artist-grid {
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 28px 20px;
}

.mr-artists-page .mr-artist-card {
  display: grid;
  gap: 12px;
  justify-items: center;
  min-width: 0;
  padding: 10px 8px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--mr-ink);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease;
}

.mr-artists-page .mr-artist-card:hover {
  transform: translateY(-3px);
}

.mr-artists-page .mr-artist-photo {
  display: block;
  width: 132px;
  height: 132px;
  overflow: hidden;
  background: #eef3fb;
  border: 5px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 2px #d8e4f5, 0 16px 34px rgba(18, 32, 63, 0.13);
  object-fit: cover;
}

.mr-artists-page .mr-artist-card:hover .mr-artist-photo {
  box-shadow: 0 0 0 2px #73b8f1, 0 18px 38px rgba(46, 80, 174, 0.2);
}

.mr-artists-page .mr-artist-card strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--mr-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-artists-page .mr-artist-card > span {
  display: none;
}

.mr-pagination {
  justify-content: center;
  margin-top: 6px;
}

.mr-login-card {
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
  padding: 28px;
}

.mr-login-card h2 {
  margin: 0 0 8px;
}

.mr-empty {
  padding: 26px;
  color: var(--mr-muted);
  font-weight: 600;
}

.mr-flag {
  display: inline-flex;
  min-width: 28px;
  justify-content: center;
}

.mr-hero,
.mr-card,
.mr-detail-card {
  background: var(--mr-card);
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
  box-shadow: var(--mr-shadow-soft);
}

.mr-hero {
  padding: 54px;
}

.mr-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 18px;
}

.mr-card {
  overflow: hidden;
}

.mr-card-body {
  padding: 16px;
}

.mr-radio-mini {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: var(--mr-card);
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
}

/* Public renderer alignment */
.mr-access {
  gap: 8px;
  min-height: 46px;
  padding: 6px;
  color: var(--mr-deep) !important;
  background: var(--mr-soft-2);
  border: 1px solid var(--mr-line);
  box-shadow: none;
}

.mr-access a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mr-access a:first-child {
  color: #ffffff;
  background: var(--mr-primary);
}

.mr-access a:last-child {
  color: var(--mr-deep);
}

.mr-rd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}

.mr-tabs {
  display: inline-flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 6px;
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 999px;
}

.mr-tabs a {
  min-width: 120px;
  padding: 10px 18px;
  text-align: center;
  border-radius: 999px;
  font-weight: 800;
}

.mr-tabs a.active {
  color: #ffffff;
  background: var(--mr-primary);
}

.mr-inline-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.mr-inline-search input,
.mr-inline-search button {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
}

.mr-inline-search button {
  color: #ffffff;
  background: var(--mr-primary);
  border-color: var(--mr-primary);
  font-weight: 800;
}

.mr-rd-cover,
.mr-track-cover,
.mr-list-cover,
.mr-artist-photo,
.mr-recent-art,
.mr-rd-detail-cover,
.mr-profile-photo {
  background: var(--mr-soft-2);
}

.mr-rd-cover,
.mr-track-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

img.mr-rd-cover,
img.mr-track-cover,
img.mr-list-cover,
img.mr-artist-photo,
img.mr-recent-art,
img.mr-rd-detail-cover,
img.mr-profile-photo,
img.mr-chart-cover,
img.mr-trending-photo {
  object-fit: cover;
}

.mr-rd-body,
.mr-track-body {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.mr-rd-body h3,
.mr-track-body h3 {
  margin: 0;
  color: var(--mr-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.16;
}

.mr-rd-body h3 a,
.mr-track-body h3 a {
  color: inherit;
}

.mr-rd-body p,
.mr-track-body p {
  margin: 0;
  color: var(--mr-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.mr-rd-body small,
.mr-track-body small {
  color: #757c8b;
  font-weight: 700;
}

.mr-rd-foot,
.mr-track-foot {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-top: 1px solid var(--mr-line);
}

.mr-rd-foot a,
.mr-track-foot a {
  color: var(--mr-blue);
  font-weight: 800;
}

.mr-rd-foot span,
.mr-track-foot span {
  font-weight: 800;
}

.mr-rd-card.is-feature .mr-rd-body h3 {
  font-size: 22px;
}

.mr-cover-empty,
.mr-list-cover,
.mr-artist-photo,
.mr-recent-art,
.mr-profile-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #78839a;
  font-size: 24px;
  font-weight: 800;
}

img.mr-list-cover,
img.mr-artist-photo,
img.mr-recent-art,
img.mr-profile-photo {
  object-fit: cover;
}

.mr-list-cover {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  border-radius: var(--mr-radius);
}

.mr-artist-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
}

.mr-recent-feature {
  display: grid;
}

.mr-recent-art {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
}

.mr-recent-station {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--mr-line);
}

.mr-recent-station strong {
  font-size: 18px;
  font-weight: 800;
}

.mr-recent-station a,
.mr-station-head span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--mr-ink);
  border-radius: 999px;
  font-size: 12px;
}

.mr-recent-meta {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.mr-recent-meta span,
.mr-station-body small {
  display: block;
  color: var(--mr-muted);
  font-weight: 600;
}

.mr-recent-meta strong,
.mr-station-body strong {
  display: block;
  color: var(--mr-ink);
  font-weight: 800;
}

.mr-recent-meta small,
.mr-station-body em {
  display: block;
  color: #737b8d;
  font-style: normal;
  font-weight: 700;
}

.mr-station-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.mr-station-logo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr-station-body > div {
  min-width: 0;
}

.mr-feed-row span {
  display: grid;
  gap: 2px;
}

.mr-feed-row strong {
  color: var(--mr-ink);
  font-weight: 800;
}

.mr-feed-row small {
  color: #737b8d;
  font-weight: 600;
}

.mr-profile-hero {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  margin-bottom: 34px;
}

.mr-profile-photo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: var(--mr-shadow);
}

.mr-profile-hero h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.02;
}

.mr-profile-hero h2 {
  margin: 8px 0 0;
  color: var(--mr-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.mr-profile-hero p:not(.mr-kicker) {
  margin: 10px 0 0;
  color: var(--mr-muted);
  font-weight: 600;
}

.mr-date-block {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 26px;
  align-items: center;
  padding: 12px 18px 12px 28px;
  color: var(--mr-ink);
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: var(--mr-radius);
}

.mr-date-block span {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  padding: 0 34px;
  color: #ffffff;
  background: var(--mr-green);
  border-radius: var(--mr-radius);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.mr-date-block strong {
  font-size: 34px;
  font-weight: 800;
}

.mr-rd-detail-main dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  margin: 22px 0;
}

.mr-rd-detail-main dt {
  font-weight: 800;
}

.mr-rd-detail-main dd {
  margin: 0;
  color: #697185;
  font-weight: 700;
}

.mr-rd-detail-main > div h1 {
  margin: 0 0 8px;
  color: var(--mr-ink);
  font-size: 46px;
  line-height: 1.04;
}

.mr-rd-detail-main > div h2 {
  margin: 0 0 18px;
  color: var(--mr-ink);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.12;
}

@media (max-width: 1260px) {
  .mr-site-header {
    grid-template-columns: 1fr auto;
  }

  .mr-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .mr-home-grid,
  .mr-two-col {
    grid-template-columns: 1fr;
  }

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

  .mr-artist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mr-site-header {
    grid-template-columns: 1fr;
    padding: 18px 24px;
  }

  .mr-nav {
    justify-content: start;
    gap: 14px;
    overflow-x: auto;
  }

  .mr-page,
  .mr-footer {
    width: min(100% - 28px, 1540px);
    padding-top: 24px;
  }

  .mr-page-head {
    grid-template-columns: 1fr;
  }

  .mr-trending-row {
    grid-template-columns: repeat(3, minmax(88px, 1fr));
  }

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

  .mr-rd-detail-main {
    grid-template-columns: 1fr;
  }

  .mr-rd-detail {
    padding: 22px;
  }

  .mr-rd-detail-head {
    grid-template-columns: 1fr;
  }

  .mr-date-block,
  .mr-rd-date {
    font-size: 28px;
  }

  .mr-rd-meta h1,
  .mr-profile-info h1,
  .mr-profile-hero h1 {
    font-size: 38px;
  }

  .mr-profile-info,
  .mr-profile-hero {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mr-profile-hero {
    padding: 26px;
  }

  .mr-date-block {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 560px) {
  body.mr-public {
    font-size: 15px;
  }

  .mr-brand-text {
    font-size: 22px;
  }

  .mr-nav {
    font-size: 13px;
  }

  .mr-section-title {
    align-items: start;
    flex-direction: column;
  }

  .mr-section-title h1,
  .mr-section-title h2 {
    font-size: 26px;
  }

  .mr-trending-row,
  .mr-track-grid,
  .mr-artist-grid {
    grid-template-columns: 1fr;
  }

  .mr-feed-row {
    grid-template-columns: 48px 1fr;
  }

  .mr-feed-time {
    grid-column: 2;
  }

  .mr-chart-table-wrap,
  .mr-panel,
  .mr-spins-card {
    padding: 18px;
  }

  .mr-table th,
  .mr-table td {
    padding: 12px 8px;
  }

  .mr-chart-cover {
    display: none;
  }

  .mr-chart-track {
    grid-template-columns: 1fr;
  }

  .mr-profile-cover {
    height: 190px;
  }

  .mr-profile-photo {
    width: 118px;
    height: 118px;
  }

  .mr-access {
    justify-content: flex-start;
  }

  .mr-tabs,
  .mr-inline-search {
    width: 100%;
  }

  .mr-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--mr-radius);
  }

  .mr-tabs a {
    min-width: 0;
  }

  .mr-date-block span,
  .mr-date-block strong {
    font-size: 24px;
  }

  .mr-copy {
    font-size: 17px;
  }
}

/* Monitor.Radio 2026 public refresh */
:root {
  --mr-ink: #111827;
  --mr-muted: #697386;
  --mr-muted-2: #8a93a5;
  --mr-primary: #243c9f;
  --mr-deep: #14205c;
  --mr-blue: #1f6feb;
  --mr-cyan: #26b4d7;
  --mr-lime: #b7d437;
  --mr-coral: #f36f56;
  --mr-soft: #e9eefb;
  --mr-soft-2: #f4f7fc;
  --mr-line: #dde4f1;
  --mr-bg: #f3f6fb;
  --mr-card: #ffffff;
  --mr-shadow: 0 18px 44px rgba(21, 32, 74, 0.1);
  --mr-shadow-soft: 0 10px 24px rgba(21, 32, 74, 0.075);
  --mr-radius: 8px;
}

body.mr-public {
  background:
    linear-gradient(180deg, #ffffff 0, #f7f9fd 82px, var(--mr-bg) 360px),
    var(--mr-bg);
  font-size: 15px;
}

.mr-site-header {
  grid-template-columns: minmax(190px, 0.7fr) minmax(260px, 430px) minmax(260px, 0.7fr) 46px;
  padding: 18px 52px;
  background: rgba(255, 255, 255, 0.96);
}

.mr-site-header .mr-brand {
  grid-column: 1;
  grid-row: 1;
}

.mr-site-header .mr-search {
  grid-column: 2;
  grid-row: 1;
}

.mr-site-header .mr-nav {
  grid-column: 3;
  grid-row: 1;
}

.mr-site-header .mr-access {
  grid-column: 4;
  grid-row: 1;
}

.mr-brand-text {
  color: var(--mr-ink);
  font-size: 20px;
  font-weight: 700;
}

.mr-brand-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  border-radius: 8px;
}

.mr-search {
  min-height: 40px;
  background: #f1f4f9;
  border-color: #e9edf5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mr-nav {
  gap: 24px;
  font-size: 13px;
  letter-spacing: 0;
}

.mr-nav a {
  position: relative;
}

.mr-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--mr-cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.mr-nav a:hover::after {
  transform: scaleX(1);
}

.mr-access {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mr-access-menu {
  position: relative;
}

.mr-access-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #29418f;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #eef6ff, #ffffff);
  border: 1px solid #d6e9ff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(36, 60, 159, 0.12);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.mr-access-trigger svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mr-access-menu:hover .mr-access-trigger,
.mr-access-menu:focus-within .mr-access-trigger {
  color: #1e3a8a;
  border-color: #bcd9ff;
  box-shadow: 0 14px 30px rgba(36, 60, 159, 0.18);
  transform: translateY(-1px);
}

.mr-access-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 360px;
  padding: 12px;
  color: var(--mr-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98)),
    #ffffff;
  border: 1px solid rgba(36, 60, 159, 0.14);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(.98);
  transform-origin: top right;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.mr-access-panel::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-left: 1px solid rgba(36, 60, 159, 0.14);
  border-top: 1px solid rgba(36, 60, 159, 0.14);
  transform: rotate(45deg);
}

.mr-access-menu:hover .mr-access-panel,
.mr-access-menu:focus-within .mr-access-panel,
.mr-access-menu.is-open .mr-access-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.mr-access-panel-head {
  display: grid;
  gap: 5px;
  padding: 8px 10px 12px;
  border-bottom: 1px solid #e7edf7;
}

.mr-access-panel-head span {
  color: var(--mr-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mr-access-panel-head small {
  color: var(--mr-muted);
  font-size: 13px;
  line-height: 1.25;
}

.mr-access-form {
  display: grid;
  gap: 9px;
  padding: 12px 10px 10px;
}

.mr-access-form + .mr-access-form {
  margin-top: 4px;
  border-top: 1px solid #edf2fb;
}

.mr-access-form div {
  display: grid;
  gap: 2px;
}

.mr-access-form strong {
  font-size: 14px;
  line-height: 1.2;
}

.mr-access-form small {
  color: var(--mr-muted);
  font-size: 12px;
}

.mr-access-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  color: var(--mr-ink);
  background: #ffffff;
  border: 1px solid #dfe7f4;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.mr-access-form input:focus {
  border-color: rgba(50, 99, 179, 0.58);
  box-shadow: 0 0 0 3px rgba(50, 99, 179, 0.12);
}

.mr-access-form button {
  min-height: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-primary), #4fa4e8);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(36, 60, 159, 0.18);
  transition: transform .16s ease, box-shadow .16s ease;
}

.mr-access-form.is-admin button {
  background: linear-gradient(135deg, #111827, #334155);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.mr-access-form button:hover {
  box-shadow: 0 14px 28px rgba(36, 60, 159, 0.22);
  transform: translateY(-1px);
}

.mr-page {
  width: min(1500px, calc(100% - 64px));
  padding-top: 38px;
}

.mr-home-grid {
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.82fr) minmax(300px, 0.82fr);
  gap: 30px;
}

.mr-section-title {
  align-items: center;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 0 0 12px;
  border-bottom-color: #cfd8e8;
}

.mr-section-title h1,
.mr-section-title h2,
.mr-home-left > h2,
.mr-home-right > h2 {
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}

.mr-section-title p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: var(--mr-muted-2);
}

.mr-title-band {
  min-height: auto;
  margin-top: 10px;
  padding: 16px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-primary), #0f6fb6);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(36, 60, 159, 0.18);
}

.mr-title-band h2,
.mr-title-band p {
  color: #ffffff;
}

.mr-title-band p {
  opacity: 0.82;
}

.mr-rd-card,
.mr-track-card,
.mr-panel,
.mr-station-card,
.mr-recent-feature,
.mr-empty {
  border-color: rgba(36, 60, 159, 0.12);
  box-shadow: var(--mr-shadow-soft);
}

.mr-rd-card,
.mr-track-card {
  background: linear-gradient(180deg, #ffffff 0, #fbfcff 100%);
}

.mr-rd-body,
.mr-track-body {
  gap: 6px;
  padding: 15px 16px 16px;
}

.mr-rd-body h3,
.mr-track-body h3 {
  font-size: 17px;
  line-height: 1.18;
}

.mr-rd-card.is-feature .mr-rd-body h3 {
  font-size: 19px;
}

.mr-rd-body p,
.mr-track-body p {
  font-size: 15px;
  line-height: 1.25;
}

.mr-rd-body small,
.mr-track-body small {
  font-size: 12px;
}

.mr-rd-foot,
.mr-track-foot {
  min-height: 50px;
  padding: 0 16px;
  font-size: 13px;
}

.mr-track-foot span {
  color: var(--mr-primary);
  font-size: 12px;
}

.mr-track-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.mr-track-tags span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0 8px;
  color: #22426f;
  background: #eaf4ff;
  border: 1px solid #d4e9ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.mr-trending-row {
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.mr-trending-artist {
  color: #1a2436;
  font-size: 13px;
}

.mr-trending-photo {
  width: 96px;
  height: 96px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #d8e1ef, 0 12px 22px rgba(36, 60, 159, 0.1);
}

.mr-track-grid {
  gap: 16px;
}

.mr-recent-feature {
  background: #ffffff;
  border-color: rgba(20, 32, 92, 0.12);
}

.mr-recent-art {
  aspect-ratio: 1.08 / 1;
  background: linear-gradient(135deg, #15205c, #1f6feb);
}

.mr-station-event-head {
  display: grid;
  background: #f4f7fb;
}

.mr-station-event-head strong {
  display: block;
  padding: 15px 16px;
  color: var(--mr-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
  border-bottom: 1px solid #d8e0ec;
}

.mr-station-time-row {
  display: flex;
  min-height: 32px;
  align-items: center;
  padding: 0 16px;
  background: #f8fafc;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #dbe3ee;
}

.mr-station-time-row .mr-time-line {
  display: flex !important;
  align-items: center;
  min-width: 0;
}

.mr-time-line {
  align-items: center;
  gap: 7px;
  color: #8792a4;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.mr-time-line span {
  display: inline-flex !important;
}

.mr-time-icon {
  position: relative;
  display: inline-flex !important;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  align-items: center;
  justify-content: center;
  background: #eef3fa;
  border: 1px solid #d5dfed;
  border-radius: 50%;
}

.mr-time-icon::before,
.mr-time-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5px;
  background: #63708a;
  border-radius: 2px;
  transform-origin: 50% 100%;
}

.mr-time-icon::before {
  height: 4px;
  transform: translate(-50%, -100%) rotate(0deg);
}

.mr-time-icon::after {
  height: 3px;
  transform: translate(-50%, -100%) rotate(115deg);
}


.mr-recent-meta {
  padding: 16px;
}

.mr-recent-meta strong,
.mr-station-body strong {
  font-size: 14px;
  line-height: 1.25;
}

.mr-recent-meta small,
.mr-station-body em {
  font-size: 13px;
  line-height: 1.25;
}

.mr-home-left > h2,
.mr-home-right > h2 {
  margin: 0 0 16px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  border-radius: 8px;
}

.mr-home-left > h2:not(:first-child),
.mr-home-right > h2:not(:first-child) {
  margin-top: 24px;
}

.mr-station-card {
  background: #ffffff;
}

.mr-station-body {
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-top: 0;
}

.mr-station-logo {
  width: 48px;
  height: 48px;
  background: #ffffff;
}

.mr-feed {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.mr-feed-row {
  padding: 12px;
  border-color: #e4ebf6;
  background: #ffffff;
}

.mr-footer {
  font-size: 13px;
}

@media (max-width: 1180px) {
  .mr-trending-row {
    grid-template-columns: repeat(4, minmax(86px, 1fr));
  }
}

@media (max-width: 900px) {
  .mr-site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 18px;
  }

  .mr-home-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mr-home-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mr-search {
    order: 3;
    width: 100%;
  }

  .mr-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

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

@media (max-width: 560px) {
  body.mr-public {
    font-size: 14px;
  }

  .mr-page {
    width: min(100% - 24px, 1500px);
    padding-top: 18px;
    padding-bottom: 38px;
  }

  .mr-site-header {
    position: static;
    grid-template-columns: 1fr;
    padding: 12px 14px;
  }

  .mr-brand {
    gap: 10px;
  }

  .mr-brand-mark {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .mr-brand-text {
    font-size: 18px;
  }

  .mr-search {
    min-height: 38px;
    padding: 0 14px;
  }

  .mr-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 2px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mr-home-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mr-best-grid {
    grid-template-columns: 1fr;
  }

  .mr-section-title h1,
  .mr-section-title h2,
  .mr-home-left > h2,
  .mr-home-right > h2 {
    font-size: 20px;
  }

  .mr-section-title p {
    font-size: 13px;
  }

  .mr-home-left > h2,
  .mr-home-right > h2 {
    margin-bottom: 12px;
    padding: 12px 14px;
  }

  .mr-title-band {
    padding: 12px 14px;
  }

  .mr-trending-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mr-trending-photo {
    width: 82px;
    height: 82px;
  }

  .mr-track-grid {
    grid-template-columns: 1fr;
  }

  .mr-recent-art {
    aspect-ratio: 1.16 / 1;
  }

  .mr-station-event-head strong {
    padding: 13px 14px;
    font-size: 17px;
  }

  .mr-station-time-row {
    min-height: 30px;
    padding: 0 14px;
  }

  .mr-recent-meta,
  .mr-station-body {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .mr-station-logo {
    width: 44px;
    height: 44px;
  }

  .mr-recent-meta strong,
  .mr-station-body strong {
    font-size: 15px;
  }

  .mr-recent-meta small,
  .mr-station-body em {
    font-size: 13px;
  }

  .mr-rd-body h3,
  .mr-track-body h3 {
    font-size: 16px;
  }

  .mr-rd-body p,
  .mr-track-body p {
    font-size: 14px;
  }

  .mr-footer {
    width: min(100% - 24px, 1500px);
    padding: 20px 0 30px;
  }
}

/* Final home card overrides */
/* Track detail final layout: gradient hero and compact radio data tables. */
.mr-track-detail-hero {
  display: grid !important;
  grid-template-columns: clamp(220px, 18vw, 280px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: clamp(220px, 18vw, 280px) !important;
  margin: 0 0 30px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #202b83 0%, #314fab 48%, #1591d0 100%) !important;
  border: 1px solid rgba(31, 111, 235, 0.22) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 48px rgba(22, 42, 112, 0.16) !important;
}

.mr-track-detail-cover-wrap {
  min-width: 0 !important;
  align-self: stretch !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.mr-track-detail-cover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(220px, 18vw, 280px) !important;
  margin: 0 !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mr-track-detail-cover.mr-cover-empty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background: linear-gradient(135deg, #1b2877, #1f6feb) !important;
  font-size: 42px !important;
}

.mr-track-detail-copy {
  display: grid !important;
  position: relative !important;
  min-width: 0 !important;
  align-content: center !important;
  gap: 7px !important;
  padding: clamp(26px, 3vw, 46px) clamp(72px, 7vw, 120px) clamp(26px, 3vw, 46px) clamp(26px, 3vw, 46px) !important;
}

.mr-track-detail-kicker {
  margin: 0 0 2px !important;
  color: #bdeaff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.mr-track-detail-copy h1 {
  max-width: min(100%, 1040px) !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 60px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy h2 {
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  color: #ffffff !important;
  font-size: clamp(21px, 2.1vw, 33px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.mr-track-detail-copy h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.mr-track-detail-copy h2 a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}

.mr-track-detail-genre {
  position: absolute !important;
  top: clamp(20px, 2.2vw, 34px) !important;
  right: clamp(20px, 2.6vw, 42px) !important;
  max-width: min(280px, 34vw) !important;
  pointer-events: none !important;
}

.mr-track-detail-genre span {
  display: inline-flex !important;
  max-width: 100% !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 15px !important;
  overflow: hidden !important;
  color: #edf2f7 !important;
  background: rgba(75, 85, 99, 0.74) !important;
  border: 1px solid rgba(226, 232, 240, 0.2) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.mr-track-detail-copy p:not(.mr-track-detail-kicker) {
  margin: 7px 0 0 !important;
  color: #9ed6ff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mr-track-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.35fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.mr-track-stats-panel,
.mr-track-transmissions-panel {
  padding: 24px 26px !important;
}

.mr-track-stats-panel h2,
.mr-track-transmissions-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 20px !important;
  color: var(--mr-ink) !important;
  line-height: 1.12 !important;
}

.mr-track-stats-panel h2 {
  font-size: clamp(21px, 1.6vw, 27px) !important;
}

.mr-track-transmissions-panel h2 {
  font-size: clamp(20px, 1.45vw, 25px) !important;
}

.mr-panel-icon {
  position: relative !important;
  width: 25px !important;
  height: 25px !important;
  flex: 0 0 25px !important;
  color: #8c96a8 !important;
}

.mr-panel-icon-stats::before {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  height: 18px !important;
  background:
    linear-gradient(currentColor, currentColor) 0 9px / 4px 9px no-repeat,
    linear-gradient(currentColor, currentColor) 8px 3px / 4px 15px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 0 / 4px 18px no-repeat !important;
  border-radius: 2px !important;
}

.mr-panel-icon-radio::before {
  content: "" !important;
  position: absolute !important;
  inset: 6px 4px 5px !important;
  border: 2px solid currentColor !important;
  border-radius: 5px !important;
}

.mr-panel-icon-radio::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 2px !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid currentColor !important;
  border-left: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
}

.mr-track-stats-table,
.mr-track-transmissions-table {
  table-layout: fixed !important;
}

.mr-track-stats-table th,
.mr-track-stats-table td {
  padding: 13px 10px !important;
}

.mr-track-stats-table th:last-child,
.mr-track-stats-table td:last-child {
  width: 86px !important;
  text-align: right !important;
}

.mr-track-transmissions-table th,
.mr-track-transmissions-table td {
  padding: 10px 9px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: 150px !important;
}

.mr-track-transmissions-table th:nth-child(2),
.mr-track-transmissions-table td:nth-child(2) {
  padding-right: 42px !important;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: 32% !important;
  padding-left: 44px !important;
}

.mr-track-station-cell {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

.mr-track-station-cell.is-small {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.mr-track-station-cell .mr-station-logo {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border: 1px solid #dfe7f4 !important;
  border-radius: 50% !important;
}

.mr-track-station-cell.is-small .mr-station-logo {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
}

.mr-track-station-cell .mr-station-logo img,
.mr-track-station-cell img.mr-station-logo {
  object-fit: contain !important;
}

.mr-track-station-cell strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--mr-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-track-station-cell.is-small strong {
  font-size: 13px !important;
  font-weight: 800 !important;
}

.mr-track-spin-count {
  display: inline-flex !important;
  min-width: 36px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #233a91 !important;
  background: #edf5ff !important;
  border: 1px solid #d1e5ff !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

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

  .mr-track-detail-hero {
    grid-template-columns: clamp(180px, 28vw, 230px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .mr-track-detail-hero {
    grid-template-columns: 1fr !important;
  }

  .mr-track-detail-cover-wrap,
  .mr-track-detail-cover {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  .mr-track-detail-copy {
    padding: 58px 22px 22px !important;
  }

  .mr-track-detail-genre {
    top: 18px !important;
    right: 18px !important;
    max-width: calc(100% - 36px) !important;
  }

  .mr-track-detail-copy h1 {
    font-size: clamp(30px, 10vw, 44px) !important;
  }

  .mr-track-detail-copy h2 {
    font-size: clamp(20px, 7vw, 28px) !important;
  }

  .mr-track-stats-panel,
  .mr-track-transmissions-panel {
    padding: 20px 16px !important;
  }

  .mr-track-transmissions-panel {
    overflow-x: auto !important;
  }

  .mr-track-transmissions-table {
    min-width: 620px !important;
  }

  .mr-track-transmissions-table th:nth-child(2),
  .mr-track-transmissions-table td:nth-child(2) {
    padding-right: 26px !important;
  }

  .mr-track-transmissions-table th:last-child,
  .mr-track-transmissions-table td:last-child {
    width: 30% !important;
    padding-left: 26px !important;
  }
}

.mr-vetrina-title {
  min-height: auto;
  margin: 0 0 10px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(36, 60, 159, 0.18);
}

.mr-vetrina-title h1 {
  color: #ffffff;
}

.mr-vetrina-subtitle {
  margin: 0 0 18px;
  color: var(--mr-muted-2);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.mr-vetrina-subtitle strong {
  color: inherit;
  font-weight: 900;
}

.mr-all-radio-dates {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 16px;
  color: #233a91;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  box-shadow: var(--mr-shadow-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.mr-calendar-icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1.7px solid currentColor;
  border-radius: 4px;
}

.mr-calendar-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1.7px;
  background: currentColor;
  box-shadow: 0 5px 0 rgba(35, 58, 145, 0.22);
}

.mr-calendar-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: -3px;
  height: 5px;
  border-left: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

.mr-all-radio-dates span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .mr-vetrina-title {
    padding: 12px 14px;
  }

  .mr-vetrina-subtitle {
    font-size: 14px;
  }

  .mr-all-radio-dates {
    width: 100%;
  }
}

.mr-section-title p strong {
  color: inherit;
  font-weight: 900;
}

.mr-track-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.mr-track-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
}

.mr-track-cover-link {
  display: block;
  min-width: 0;
}

.mr-track-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mr-track-body,
.mr-track-meta {
  min-width: 0;
  padding: 14px 16px;
}

.mr-track-body {
  padding-bottom: 10px;
}

.mr-track-meta {
  display: grid;
  gap: 6px;
  align-content: start;
}

.mr-track-body h3,
.mr-track-body h3 a,
.mr-track-meta p,
.mr-track-meta small,
.mr-track-tags span,
.mr-track-sheet-link span:last-child,
.mr-rd-body h3,
.mr-rd-body h3 a,
.mr-rd-body p,
.mr-rd-body small,
.mr-rd-press-link span:last-child {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-track-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.12;
}

.mr-track-meta p {
  margin: 0;
  color: var(--mr-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.mr-track-meta small {
  display: block;
  color: #818a9c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mr-track-tags {
  flex-wrap: nowrap;
  min-width: 0;
  margin-top: 2px;
}

.mr-track-tags span {
  max-width: 100%;
}

.mr-track-foot {
  min-height: 42px;
  justify-content: flex-start;
  padding: 0 16px;
  background: #ffffff;
}

.mr-track-sheet-link,
.mr-rd-press-link {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #233a91;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mr-sheet-icon,
.mr-press-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.mr-sheet-icon::before,
.mr-press-icon::before {
  content: "";
  position: absolute;
  inset: 2px 3px;
  border: 1.7px solid currentColor;
  border-radius: 3px;
}

.mr-sheet-icon::after,
.mr-press-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 5px;
  top: 6px;
  height: 1.7px;
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
}

.mr-rd-foot {
  gap: 10px;
  background: #ffffff;
}

.mr-rd-foot > span {
  flex: 0 0 auto;
}

.mr-rd-press-link {
  flex: 1 1 auto;
}

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

@media (max-width: 560px) {
  .mr-track-grid {
    grid-template-columns: 1fr;
  }

  .mr-track-body,
  .mr-track-meta {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* Artist detail final polish kept last to beat older table/card rules. */
.mr-artist-detail-hero .mr-artist-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 16px !important;
  color: #aee2ff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.mr-artist-detail-hero .mr-artist-stat {
  display: inline-flex !important;
  align-items: baseline !important;
  min-width: 0 !important;
  color: #aee2ff !important;
}

.mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
  content: "·" !important;
  margin: 0 7px !important;
  color: rgba(174, 226, 255, 0.88) !important;
}

.mr-artist-detail-hero .mr-artist-stat strong {
  margin-right: 4px !important;
  color: #ffffff !important;
  font-weight: 950 !important;
}

.mr-artist-detail-hero .mr-artist-stat span {
  color: #aee2ff !important;
}

.mr-artist-detail-grid .mr-panel h2 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.mr-panel-icon-calendar {
  position: relative !important;
  color: #98a2b5 !important;
}

.mr-panel-icon-calendar::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px 5px 5px !important;
  border: 2.4px solid currentColor !important;
  border-radius: 6px !important;
}

.mr-panel-icon-calendar::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  top: 5px !important;
  height: 8px !important;
  border-left: 2.4px solid currentColor !important;
  border-right: 2.4px solid currentColor !important;
}

.mr-artist-detail-grid .mr-panel:first-child h2 {
  margin-bottom: 22px !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row {
  margin-bottom: 12px !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:last-child {
  margin-bottom: 0 !important;
}

.mr-artist-detail-grid .mr-panel:first-child .mr-feed-row:hover {
  background: #eef8ff !important;
  border-color: #cce9ff !important;
  transform: translateY(-1px) !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 140px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 222px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 118px !important;
}

.mr-artist-spins-table th {
  padding: 10px 8px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.mr-artist-spins-table td {
  padding: 11px 8px !important;
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 7px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 12.5px !important;
  line-height: 1.14 !important;
}

@media (max-width: 980px) {
  .mr-artist-spins-table {
    min-width: 700px !important;
  }
}

@media (max-width: 560px) {
  .mr-artist-detail-hero .mr-artist-stats {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    font-size: 15px !important;
  }

  .mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
    content: none !important;
  }
}
/* Artist detail compact table override at file end. */
.mr-artist-spins-table .mr-artist-spin-time {
  width: 136px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 205px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 108px !important;
}

.mr-artist-spins-table th {
  font-size: 10px !important;
}

.mr-artist-spins-table td,
.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 12px !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 26px minmax(0, 1fr) !important;
  gap: 6px !important;
}

.mr-artist-spins-table .mr-station-logo {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
}

/* Track detail transmissions: keep city closer to radio. */
.mr-track-transmissions-table {
  table-layout: fixed !important;
}

.mr-track-transmissions-table .mr-track-col-time {
  width: 160px !important;
}

.mr-track-transmissions-table .mr-track-col-radio {
  width: 350px !important;
}

.mr-track-transmissions-table .mr-track-col-city {
  width: auto !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child {
  width: auto !important;
  padding-right: 16px !important;
}

.mr-track-transmissions-table th:nth-child(2),
.mr-track-transmissions-table td:nth-child(2) {
  width: auto !important;
  padding-right: 18px !important;
}

.mr-track-transmissions-table th:last-child,
.mr-track-transmissions-table td:last-child {
  width: auto !important;
  padding-left: 0 !important;
  white-space: nowrap !important;
}

/* Artist detail mobile and table alignment final override. */
.mr-panel-icon-calendar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  color: #98a2b5 !important;
}

.mr-panel-icon-calendar::before,
.mr-panel-icon-calendar::after {
  content: none !important;
  display: none !important;
}

.mr-heading-calendar-icon {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.mr-artist-spins-table {
  table-layout: auto !important;
}

.mr-artist-spins-table .mr-artist-spin-time {
  width: 128px !important;
}

.mr-artist-spins-table .mr-artist-spin-radio {
  width: 210px !important;
}

.mr-artist-spins-table .mr-artist-spin-city {
  width: 1% !important;
}

.mr-artist-spins-table th:nth-child(3),
.mr-artist-spins-table td:nth-child(3) {
  width: 1% !important;
  min-width: max-content !important;
  padding-right: 24px !important;
  white-space: nowrap !important;
}

.mr-artist-spins-table th:nth-child(4),
.mr-artist-spins-table td:nth-child(4) {
  width: auto !important;
}

.mr-artist-spins-table td,
.mr-artist-spins-table .mr-chart-track strong,
.mr-artist-spin-track {
  font-size: 13px !important;
}

.mr-artist-spins-table th {
  font-size: 11px !important;
}

.mr-artist-spins-table .mr-artist-spin-time,
.mr-artist-spins-table th:nth-child(1),
.mr-artist-spins-table td:nth-child(1) {
  width: 158px !important;
  min-width: 158px !important;
  white-space: nowrap !important;
}

.mr-artist-spins-table .mr-artist-spin-radio,
.mr-artist-spins-table th:nth-child(2),
.mr-artist-spins-table td:nth-child(2),
.mr-artist-spins-table .mr-artist-spin-city,
.mr-artist-spins-table th:nth-child(3),
.mr-artist-spins-table td:nth-child(3) {
  width: 1% !important;
  min-width: max-content !important;
  white-space: nowrap !important;
}

.mr-artist-spins-table td:nth-child(2) {
  padding-right: 28px !important;
}

.mr-artist-spins-table td:nth-child(3) {
  padding-right: 34px !important;
}

.mr-artist-spins-table .mr-chart-track {
  grid-template-columns: 26px max-content !important;
  min-width: max-content !important;
}

.mr-artist-spin-track {
  font-weight: 400 !important;
}

.mr-artist-spin-artists {
  font-weight: 800 !important;
}

.mr-artist-spin-sep,
.mr-artist-spin-title {
  font-weight: 400 !important;
}

.mr-artist-spins-table th:nth-child(4),
.mr-artist-spins-table td:nth-child(4) {
  width: auto !important;
  min-width: 0 !important;
}

@media (max-width: 760px) {
  .mr-artist-detail-hero .mr-profile-photo {
    justify-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mr-artist-detail-hero .mr-artist-stats {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

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

  .mr-artist-detail-hero .mr-artist-stat + .mr-artist-stat::before {
    content: none !important;
    display: none !important;
    margin: 0 !important;
  }

  .mr-artist-spins-table {
    min-width: 760px !important;
  }
}

/* Classifica Radio Spin */
.mr-radio-spin-page {
  max-width: 1500px;
  margin: 0 auto;
}

.mr-radio-spin-head {
  align-items: flex-end;
}

.mr-radio-spin-head p:not(.mr-kicker) {
  margin: 10px 0 0;
  color: var(--mr-muted);
  font-weight: 800;
}

.mr-live-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin-left: 10px;
  padding: 0 9px;
  color: #ffffff;
  background: linear-gradient(135deg, #2441b0 0%, #38ace8 100%);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(47, 125, 210, 0.22);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: super;
}

.mr-radio-spin-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 30px;
}

.mr-radio-spin-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, 170px);
  width: 350px;
  min-width: 0;
  max-width: 350px;
  flex: 0 0 auto;
  margin: 0;
  min-height: 48px;
  padding: 5px;
}

.mr-radio-spin-controls > .mr-radio-spin-tabs {
  grid-template-columns: repeat(2, 170px);
  width: 350px;
  max-width: 350px;
}

.mr-radio-spin-tabs a {
  width: 170px;
  height: 38px;
  min-height: 38px;
  padding: 0 24px;
  font-size: 15px;
}

.mr-week-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: auto;
  min-width: 420px;
  min-height: 48px;
  padding: 0 52px 0 20px;
  color: #25508f;
  background: linear-gradient(135deg, #eef7ff 0%, #d8ecff 100%);
  border: 1px solid #b8d7f6;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(46, 80, 174, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
}

.mr-date-select {
  min-width: 220px;
}

.mr-week-select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #4d79b2;
  border-bottom: 2px solid #4d79b2;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.mr-week-select:focus-within {
  border-color: #78b8ef;
  box-shadow: 0 16px 38px rgba(46, 80, 174, 0.16), 0 0 0 4px rgba(66, 166, 232, 0.18);
}

.mr-week-select-value {
  position: relative;
  z-index: 1;
  color: var(--mr-ink);
  pointer-events: none;
  white-space: nowrap;
}

.mr-week-select select {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  color: var(--mr-ink);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  opacity: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.mr-radio-spin-list {
  display: grid;
  gap: 22px;
}

.mr-radio-spin-card {
  display: grid;
  grid-template-columns: 82px 108px 42px minmax(0, 1fr) 210px;
  align-items: center;
  gap: 24px;
  min-height: 144px;
  padding: 24px 30px;
  background: #ffffff;
  border: 1px solid rgba(214, 224, 240, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(22, 35, 66, 0.08);
}

.mr-radio-spin-card.is-top {
  grid-template-columns: 104px 230px 46px minmax(0, 1fr) 220px;
  min-height: 248px;
  border-left: 12px solid #2f7dd2;
}

.mr-radio-spin-card.is-compact {
  grid-template-columns: 64px 78px 34px minmax(0, 1fr) 158px;
  gap: 16px;
  min-height: 96px;
  padding: 14px 22px;
  box-shadow: 0 10px 28px rgba(22, 35, 66, 0.07);
}

.mr-radio-spin-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050914;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.mr-radio-spin-card.is-top .mr-radio-spin-rank {
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), #46a5e8);
  align-self: stretch;
  margin: -24px 0 -24px -30px;
  font-size: 48px;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-rank {
  font-size: 28px;
}

.mr-radio-spin-cover {
  display: block;
  width: 108px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: var(--mr-soft);
}

.mr-radio-spin-card.is-top .mr-radio-spin-cover {
  width: 230px;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-cover {
  width: 78px;
}

.mr-radio-spin-main {
  min-width: 0;
}

.mr-radio-spin-cover .mr-chart-cover {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.mr-radio-spin-move {
  color: #8a93a3;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.mr-radio-spin-move.is-up {
  color: #218f68;
}

.mr-radio-spin-move.is-down {
  color: #b94a48;
}

.mr-radio-spin-move.is-new {
  color: #050914;
  font-size: 20px;
}

.mr-radio-spin-title {
  display: block;
  color: var(--mr-ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.08;
  text-decoration: none;
}

.mr-radio-spin-card.is-top .mr-radio-spin-title {
  font-size: 32px;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-title {
  font-size: 18px;
}

.mr-radio-spin-title:hover,
.mr-radio-spin-artist a:hover {
  color: var(--mr-blue);
}

.mr-radio-spin-artist,
.mr-radio-spin-artist a {
  margin-top: 8px;
  color: var(--mr-ink);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-artist,
.mr-radio-spin-card.is-compact .mr-radio-spin-artist a {
  margin-top: 4px;
  font-size: 14px;
}

.mr-radio-spin-meta {
  display: grid;
  gap: 8px;
  margin: 0;
  justify-self: end;
  min-width: 150px;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-meta {
  gap: 4px;
  min-width: 120px;
}

.mr-radio-spin-meta div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: baseline;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-meta div {
  grid-template-columns: 50px 1fr;
  gap: 10px;
}

.mr-radio-spin-meta dt {
  color: #8c8f96;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-meta dt {
  font-size: 12px;
}

.mr-radio-spin-meta dd {
  margin: 0;
  color: #050914;
  font-size: 17px;
  font-weight: 950;
}

.mr-radio-spin-card.is-compact .mr-radio-spin-meta dd {
  font-size: 14px;
}

@media (max-width: 980px) {
  .mr-radio-spin-controls {
    justify-content: stretch;
  }

  .mr-radio-spin-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .mr-radio-spin-controls > .mr-radio-spin-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }

  .mr-radio-spin-tabs a {
    width: 100%;
  }

  .mr-week-select {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
  }

  .mr-week-select select {
    min-width: 0;
    width: 100%;
    height: 100%;
  }

  .mr-radio-spin-card,
  .mr-radio-spin-card.is-top,
  .mr-radio-spin-card.is-compact {
    grid-template-columns: 58px 88px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-left-width: 0;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    align-self: center;
    margin: 0;
    min-height: 58px;
    border-radius: 8px;
    font-size: 34px;
  }

  .mr-radio-spin-cover,
  .mr-radio-spin-card.is-top .mr-radio-spin-cover,
  .mr-radio-spin-card.is-compact .mr-radio-spin-cover {
    width: 88px;
  }

  .mr-radio-spin-move {
    display: none;
  }

  .mr-radio-spin-meta {
    grid-column: 1 / -1;
    justify-self: stretch;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--mr-line);
  }

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

  .mr-radio-spin-title,
  .mr-radio-spin-card.is-top .mr-radio-spin-title,
  .mr-radio-spin-card.is-compact .mr-radio-spin-title {
    font-size: 18px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .mr-radio-spin-artist,
  .mr-radio-spin-artist a,
  .mr-radio-spin-card.is-compact .mr-radio-spin-artist,
  .mr-radio-spin-card.is-compact .mr-radio-spin-artist a {
    font-size: 15px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (max-width: 560px) {
  .mr-radio-spin-card,
  .mr-radio-spin-card.is-top,
  .mr-radio-spin-card.is-compact {
    grid-template-columns: 48px 76px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .mr-radio-spin-cover,
  .mr-radio-spin-card.is-top .mr-radio-spin-cover,
  .mr-radio-spin-card.is-compact .mr-radio-spin-cover {
    width: 76px;
  }

  .mr-radio-spin-rank,
  .mr-radio-spin-card.is-top .mr-radio-spin-rank,
  .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
    font-size: 30px;
  }

  .mr-radio-spin-title,
  .mr-radio-spin-card.is-top .mr-radio-spin-title,
  .mr-radio-spin-card.is-compact .mr-radio-spin-title {
    font-size: 17px;
    line-height: 1.12;
  }

  .mr-radio-spin-artist,
  .mr-radio-spin-artist a,
  .mr-radio-spin-card.is-compact .mr-radio-spin-artist,
  .mr-radio-spin-card.is-compact .mr-radio-spin-artist a {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 980px) {
  .mr-artists-page .mr-artist-grid {
    grid-template-columns: repeat(4, minmax(105px, 1fr));
  }

  .mr-artist-search {
    justify-self: stretch;
  }
}

@media (max-width: 700px) {
  .mr-artists-page .mr-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .mr-artists-page .mr-artist-photo {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 460px) {
  .mr-artists-page .mr-artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-artists-page .mr-artist-photo {
    width: 118px;
    height: 118px;
  }

  .mr-artist-letters a,
  .mr-pagination a,
  .mr-pagination span {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
  }
}

.mr-search {
  position: relative;
  gap: 12px;
  padding: 0 16px;
}

.mr-search-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.mr-search-icon::before,
.mr-search-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.mr-search-icon::before {
  left: 1px;
  top: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid #8d98ad;
  border-radius: 999px;
}

.mr-search-icon::after {
  right: 1px;
  bottom: 1px;
  width: 7px;
  height: 2px;
  background: #8d98ad;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: center;
}

.mr-search input {
  min-width: 0;
  font-weight: 600;
}

.mr-search-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mr-search-page {
  display: grid;
  gap: 30px;
}

.mr-search-head {
  align-items: end;
}

.mr-search-page-form {
  max-width: 520px;
}

.mr-search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.mr-search-section {
  display: grid;
  gap: 14px;
}

.mr-search-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mr-deep), var(--mr-primary), var(--mr-cyan));
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(35, 58, 145, 0.16);
}

.mr-search-section-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.mr-search-section-head span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #d6edff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-weight: 900;
}

.mr-search-list {
  display: grid;
  gap: 12px;
}

.mr-search-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.05);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.mr-search-result:hover {
  transform: translateY(-2px);
  border-color: #b9d9ff;
  background: #f7fbff;
}

.mr-search-avatar {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #edf4ff;
}

.mr-search-cover {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #f0f4fb;
}

.mr-search-result span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mr-search-result strong {
  overflow: hidden;
  color: var(--mr-ink);
  font-size: 17px;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-search-result small {
  overflow: hidden;
  color: var(--mr-muted);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-search-result em {
  align-self: center;
  padding: 6px 10px;
  color: #24469a;
  background: #eaf4ff;
  border: 1px solid #d8eaff;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.mr-search-empty,
.mr-search-intro {
  padding: 22px;
  color: var(--mr-muted);
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.04);
}

.mr-search-intro {
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.mr-search-intro strong {
  color: var(--mr-ink);
  font-size: 24px;
}

@media (max-width: 1180px) {
  .mr-search-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mr-search-result {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mr-search-result em {
    grid-column: 2;
    justify-self: start;
  }

  .mr-search-page-form {
    max-width: none;
  }
}

/* Mobile header: logo first, nav below, search on demand. */
.mr-mobile-search-toggle {
  display: none;
}

@media (max-width: 900px) {
  .mr-site-header {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    gap: 12px 14px;
    align-items: center;
  }

  .mr-site-header .mr-brand {
    grid-column: 1;
    min-width: 0;
  }

  .mr-brand-logo,
  .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(280px, calc(100vw - 172px));
    max-height: 58px;
  }

  .mr-mobile-search-toggle {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #29418f;
    background: #eef6ff;
    border: 1px solid #d6e9ff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(36, 60, 159, 0.08);
  }

  .mr-site-header .mr-access {
    grid-column: 3;
    grid-row: 1;
    min-width: 46px;
    min-height: 46px;
  }

  .mr-access-panel {
    right: 0;
    width: min(340px, calc(100vw - 32px));
  }

  .mr-mobile-search-toggle .mr-search-icon::before {
    border-color: #29418f;
  }

  .mr-mobile-search-toggle .mr-search-icon::after {
    background: #29418f;
  }

  .mr-site-header .mr-search {
    display: none;
    grid-column: 1 / -1;
    order: 2;
    width: 100%;
    min-height: 46px;
    margin-top: 2px;
  }

  .mr-site-header.is-search-open .mr-search {
    display: flex;
  }

  .mr-site-header .mr-nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 22px;
    padding: 3px 0 0;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .mr-site-header {
    padding: 16px 24px 14px;
  }

  .mr-brand-logo,
  .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(260px, calc(100vw - 172px));
    max-height: 54px;
  }

  .mr-site-header .mr-nav {
    gap: 20px;
    font-size: 13px;
  }
}

/* Track detail transmissions: add detected duration without wrapping date/city. */
.mr-track-transmissions-panel {
  overflow-x: auto;
}

.mr-track-transmissions-table {
  width: 100% !important;
  table-layout: fixed !important;
}

.mr-track-transmissions-table .mr-track-col-time {
  width: 165px !important;
}

.mr-track-transmissions-table .mr-track-col-radio {
  width: 36% !important;
}

.mr-track-transmissions-table .mr-track-col-city {
  width: 22% !important;
}

.mr-track-transmissions-table .mr-track-col-duration {
  width: 86px !important;
}

.mr-track-transmissions-table th,
.mr-track-transmissions-table td {
  padding: 10px 8px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.mr-track-transmissions-table th:first-child,
.mr-track-transmissions-table td:first-child,
.mr-track-transmissions-table th:nth-child(3),
.mr-track-transmissions-table td:nth-child(3),
.mr-track-transmissions-table th:nth-child(4),
.mr-track-transmissions-table td:nth-child(4) {
  white-space: nowrap !important;
}

.mr-track-transmissions-table th:nth-child(2),
.mr-track-transmissions-table td:nth-child(2) {
  padding-right: 18px !important;
}

.mr-track-transmissions-cta {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

.mr-track-transmissions-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 24px;
  color: #64748b !important;
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}

.mr-track-transmissions-eye-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .78;
}

.mr-track-transmissions-button:hover {
  color: #334155 !important;
  background: #f8fafc;
  border-color: #cbd5e1;
}

.mr-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #26308f 0%, #3263b3 52%, #43a0df 100%);
  border: 1px solid rgba(67, 160, 223, 0.26);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(37, 69, 162, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.mr-contact-submit:hover {
  color: #ffffff !important;
  filter: brightness(1.04);
}

.mr-track-transmissions-cta p {
  max-width: none;
  margin: 24px 0 0;
  color: var(--mr-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42;
}

@media (min-width: 1180px) {
  .mr-track-transmissions-cta p {
    white-space: nowrap;
  }
}

.mr-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px 72px;
}

.mr-contact-head {
  max-width: 1040px;
  margin-bottom: 30px;
}

.mr-contact-head h1 {
  margin: 8px 0 10px;
  color: var(--mr-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.mr-contact-head p,
.mr-contact-copy p {
  color: var(--mr-muted);
  font-size: 17px;
  line-height: 1.55;
}

.mr-contact-head p {
  max-width: 980px;
}

.mr-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.mr-contact-copy,
.mr-contact-form {
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.mr-contact-copy {
  padding: 28px;
}

.mr-contact-copy h2 {
  margin: 0 0 10px;
  color: var(--mr-ink);
  font-size: 26px;
  line-height: 1.1;
}

.mr-contact-context {
  margin-top: 24px;
  padding: 16px;
  background: #f7f9ff;
  border: 1px solid #dfe7f4;
  border-radius: 12px;
}

.mr-contact-context span {
  display: block;
  margin-bottom: 5px;
  color: var(--mr-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mr-contact-context strong {
  color: var(--mr-ink);
  line-height: 1.25;
}

.mr-contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.mr-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mr-contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.mr-contact-form label span {
  color: var(--mr-ink);
  font-size: 13px;
  font-weight: 900;
}

.mr-contact-form input,
.mr-contact-form select,
.mr-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  color: var(--mr-ink);
  background: #ffffff;
  border: 1px solid var(--mr-line);
  border-radius: 12px;
  font: inherit;
}

.mr-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  line-height: 1.2;
  background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.mr-contact-form select:invalid {
  color: var(--mr-muted);
}

.mr-contact-form select option {
  color: var(--mr-ink);
}

.mr-contact-form select option[value=""] {
  color: var(--mr-muted);
}

.mr-contact-form textarea {
  min-height: 170px;
  padding-top: 14px;
  resize: vertical;
}

.mr-contact-form input:focus,
.mr-contact-form select:focus,
.mr-contact-form textarea:focus {
  outline: 3px solid rgba(50, 99, 179, 0.14);
  border-color: rgba(50, 99, 179, 0.58);
}

.mr-contact-alert {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
}

.mr-contact-alert strong {
  display: block;
  margin-bottom: 4px;
}

.mr-contact-alert ul {
  margin: 6px 0 0;
  padding-left: 18px;
}

.mr-contact-alert.is-success {
  color: #14532d;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.mr-contact-alert.is-error {
  color: #7f1d1d;
  background: #fee2e2;
  border: 1px solid #fecaca;
}

.mr-contact-hp {
  position: absolute;
  left: -9999px;
}

@media (max-width: 860px) {
  .mr-contact-layout,
  .mr-contact-grid {
    grid-template-columns: 1fr;
  }
}

.mr-track-transmissions-table th:nth-child(3),
.mr-track-transmissions-table td:nth-child(3) {
  padding-left: 8px !important;
}

.mr-track-transmissions-table th:nth-child(4),
.mr-track-transmissions-table td:nth-child(4) {
  color: #6f778a;
  font-weight: 800;
  text-align: left !important;
}

.mr-track-transmissions-table .mr-track-duration-cell {
  white-space: nowrap !important;
}

.mr-track-transmissions-table tr.is-airing .mr-track-duration-cell {
  color: #697386 !important;
  font-weight: 400 !important;
}

.mr-airing-label {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  color: #697386;
  font-weight: 400 !important;
  letter-spacing: 0;
  animation: mrAiringPulse 1.8s ease-in-out infinite;
}

.mr-airing-text {
  font-weight: 400 !important;
}

.mr-airing-dots span {
  display: inline-block;
  opacity: .3;
  animation: mrAiringDot 1.2s ease-in-out infinite;
}

.mr-airing-dots span:nth-child(2) {
  animation-delay: .18s;
}

.mr-airing-dots span:nth-child(3) {
  animation-delay: .36s;
}

@keyframes mrAiringDot {
  0%,
  80%,
  100% {
    opacity: .3;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-1px);
  }
}

@keyframes mrAiringPulse {
  0%,
  100% {
    opacity: .76;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mr-airing-label,
  .mr-airing-dots span {
    animation: none !important;
  }
}

@media (max-width: 720px) {
  .mr-track-transmissions-table {
    min-width: 690px !important;
  }
}

/* Homepage Radio Date cards */
.mr-home-right .mr-radio-date-title {
  margin-bottom: 18px !important;
}

.mr-home-right .mr-radio-date-stack {
  gap: 18px !important;
}

.mr-home-right .mr-rd-card.is-feature {
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid var(--mr-line) !important;
  border-radius: 8px !important;
  box-shadow: var(--mr-shadow-soft) !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-date-line {
  display: flex !important;
  min-width: 0 !important;
  min-height: 32px !important;
  align-items: center !important;
  padding: 0 16px !important;
  background: linear-gradient(100deg, #05070d 0%, #202633 54%, #5f6774 100%) !important;
  border-bottom: 0 !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22) !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-date-line time {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-title {
  min-width: 0 !important;
  padding: 12px 16px 10px !important;
  background: #ffffff !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-title h3 {
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--mr-ink) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-title h3 a {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: inherit !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-cover-link {
  display: block !important;
  min-width: 0 !important;
  background: #f4f7fb !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-cover {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta {
  display: grid !important;
  min-width: 0 !important;
  align-content: start !important;
  gap: 6px !important;
  padding: 14px 16px !important;
  background: #ffffff !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta p,
.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta small {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta p {
  margin: 0 !important;
  color: var(--mr-ink) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta small {
  display: block !important;
  color: #818a9c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-foot {
  display: flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 16px !important;
  background: #ffffff !important;
  border-top: 1px solid var(--mr-line) !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-press-link {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.mr-home-right .mr-rd-card.is-feature .mr-rd-card-date {
  flex: 0 0 auto !important;
  color: #818a9c !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.mr-home-right .mr-rd-card.is-feature:not(:has(.mr-rd-feature-date-line)) {
  padding-top: 32px !important;
}

.mr-home-right .mr-rd-card.is-feature:not(:has(.mr-rd-feature-date-line)) .mr-rd-foot .mr-rd-card-date {
  display: flex !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  height: 32px !important;
  align-items: center !important;
  padding: 0 16px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(100deg, #05070d 0%, #202633 54%, #5f6774 100%) !important;
  border-bottom: 0 !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 980px) {
  .mr-home-right .mr-radio-date-title {
    margin-top: 6px !important;
  }
}

@media (max-width: 560px) {
  .mr-home-right .mr-rd-card.is-feature .mr-rd-feature-date-line,
  .mr-home-right .mr-rd-card.is-feature .mr-rd-feature-title,
  .mr-home-right .mr-rd-card.is-feature .mr-rd-feature-meta {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mr-home-right .mr-rd-card.is-feature .mr-rd-feature-title h3 {
    font-size: 17px !important;
  }

  .mr-home-right .mr-rd-card.is-feature .mr-rd-foot {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Footer, company info and legal pages */
.mr-footer {
  max-width: 1660px !important;
  margin: 58px auto 0 !important;
  padding: 30px clamp(18px, 3vw, 40px) 46px !important;
  color: #727b8e !important;
  border-top: 1px solid var(--mr-line) !important;
}

.mr-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr) !important;
  gap: 30px !important;
  align-items: end !important;
}

.mr-footer-about,
.mr-footer-system {
  min-width: 0 !important;
}

.mr-footer-lead {
  max-width: 720px !important;
  margin: 0 0 16px !important;
  color: #4f5768 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.mr-footer-company {
  display: grid !important;
  gap: 5px !important;
  margin: 0 0 13px !important;
  color: #7a8395 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.mr-footer-company p,
.mr-footer-company address {
  margin: 0 !important;
  font-style: normal !important;
}

.mr-footer-company address {
  display: grid !important;
  gap: 2px !important;
}

.mr-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  color: #8790a1 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

.mr-footer-links a {
  color: #5d6678 !important;
  text-decoration: none !important;
}

.mr-footer-links a:hover {
  color: var(--mr-blue) !important;
}

.mr-footer-system {
  display: grid !important;
  justify-items: end !important;
  gap: 12px !important;
  text-align: right !important;
}

.mr-footer-stats {
  max-width: 430px !important;
  margin: 0 !important;
  color: #6b7486 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

.mr-footer-stats strong {
  color: #424b5d !important;
  font-weight: 950 !important;
}

.mr-legal-page {
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.mr-legal-head {
  align-items: flex-start !important;
}

.mr-legal-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 22px !important;
  align-items: start !important;
}

.mr-legal-content,
.mr-legal-company {
  padding: 28px !important;
}

.mr-legal-updated {
  margin: 0 0 20px !important;
  color: #8790a1 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.mr-legal-section + .mr-legal-section {
  margin-top: 22px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--mr-line) !important;
}

.mr-legal-section h2,
.mr-legal-company h2 {
  margin: 0 0 10px !important;
  color: var(--mr-ink) !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

.mr-legal-section p {
  margin: 0 0 10px !important;
  color: #626b7e !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.65 !important;
}

.mr-legal-section p:last-child {
  margin-bottom: 0 !important;
}

.mr-legal-company address {
  display: grid !important;
  gap: 5px !important;
  margin: 0 0 22px !important;
  color: #697285 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.mr-legal-quick-links {
  display: grid !important;
  gap: 9px !important;
}

.mr-legal-quick-links a {
  display: block !important;
  color: var(--mr-blue) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 860px) {
  .mr-footer-inner,
  .mr-legal-grid {
    grid-template-columns: 1fr !important;
  }

  .mr-footer-system {
    justify-items: start !important;
    text-align: left !important;
  }

  .mr-footer-stats {
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .mr-footer {
    margin-top: 42px !important;
    padding-bottom: 34px !important;
  }

  .mr-footer-lead {
    font-size: 14px !important;
  }

  .mr-footer-links {
    gap: 7px !important;
  }

  .mr-legal-content,
  .mr-legal-company {
    padding: 22px !important;
  }
}

/* Footer refinement and cookie consent */
.mr-footer {
  max-width: 1660px !important;
  margin: 52px auto 0 !important;
  padding: 28px clamp(18px, 3vw, 40px) 40px !important;
  color: #7c8495 !important;
  border-top: 0 !important;
}

.mr-footer-inner {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 28px !important;
}

.mr-footer-lead {
  max-width: 610px !important;
  margin: 0 0 10px !important;
  color: #606a7c !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
}

.mr-footer-company {
  margin: 0 0 8px !important;
  color: #8a93a4 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

.mr-footer-links {
  gap: 7px !important;
  color: #9aa2b0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.mr-footer-links a {
  color: #6d7585 !important;
}

.mr-footer-system {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 10px !important;
  text-align: right !important;
}

.mr-footer-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  max-width: 520px !important;
  color: #8b94a4 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
}

.mr-footer-stats > span {
  flex: 1 0 100% !important;
  color: #9aa2b0 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  text-transform: uppercase !important;
}

.mr-footer-stats strong {
  display: inline-grid !important;
  gap: 2px !important;
  min-width: 74px !important;
  color: #596274 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.mr-footer-stats em {
  color: #9aa2b0 !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 650 !important;
}

.mr-cookie-banner {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  width: min(720px, calc(100vw - 36px)) !important;
  padding: 16px !important;
  color: #1f2633 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(203, 214, 230, 0.9) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 50px rgba(31, 43, 66, 0.18) !important;
  backdrop-filter: blur(12px) !important;
}

.mr-cookie-banner.is-hidden {
  display: none !important;
}

.mr-cookie-copy strong {
  display: block !important;
  margin: 0 0 5px !important;
  color: var(--mr-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.mr-cookie-copy p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #626b7d !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.mr-cookie-copy nav {
  display: flex !important;
  gap: 10px !important;
  margin-top: 8px !important;
}

.mr-cookie-copy a {
  color: var(--mr-blue) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.mr-cookie-actions {
  display: flex !important;
  gap: 8px !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
}

.mr-cookie-btn {
  min-height: 36px !important;
  padding: 0 14px !important;
  color: #596274 !important;
  background: #ffffff !important;
  border: 1px solid #cbd6e6 !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

.mr-cookie-btn.is-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #26358e, #347dd1) !important;
  border-color: transparent !important;
}

.mr-cookie-btn.is-soft {
  color: #26358e !important;
  background: #edf5ff !important;
  border-color: #b8d7ff !important;
}

.mr-cookie-btn.is-ghost {
  color: #687285 !important;
  background: #f6f8fb !important;
}

.mr-cookie-options {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  padding-top: 12px !important;
  border-top: 1px solid var(--mr-line) !important;
}

.mr-cookie-options[hidden] {
  display: none !important;
}

.mr-cookie-options label,
.mr-cookie-preference-card label {
  color: #596274 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.mr-cookie-preference-card {
  display: grid !important;
  gap: 12px !important;
  margin-top: 24px !important;
  padding: 20px !important;
  background: #f6f8fc !important;
  border: 1px solid var(--mr-line) !important;
  border-radius: 8px !important;
}

.mr-cookie-preference-card h2,
.mr-cookie-preference-card p {
  margin: 0 !important;
}

.mr-cookie-preference-card div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

@media (max-width: 860px) {
  .mr-footer-system {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .mr-footer-stats {
    justify-content: flex-start !important;
  }
}

@media (max-width: 680px) {
  .mr-cookie-banner {
    right: 12px !important;
    bottom: 12px !important;
    grid-template-columns: 1fr !important;
    width: calc(100vw - 24px) !important;
  }

  .mr-cookie-actions {
    justify-content: stretch !important;
  }

  .mr-cookie-actions .mr-cookie-btn {
    flex: 1 1 auto !important;
  }
}

/* Final footer polish */
.mr-page {
  padding-bottom: 16px !important;
}

.mr-footer {
  margin-top: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 26px !important;
  background: transparent !important;
  border: 0 !important;
}

.mr-footer-inner {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr) !important;
  gap: clamp(18px, 4vw, 48px) !important;
  align-items: start !important;
}

.mr-footer-lead {
  max-width: 700px !important;
  margin-bottom: 10px !important;
  color: #50596b !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

.mr-footer-company {
  margin-bottom: 10px !important;
  color: #8a93a4 !important;
  font-size: 11px !important;
  font-weight: 520 !important;
  line-height: 1.45 !important;
}

.mr-footer-links {
  gap: 8px !important;
  color: #a4acba !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

.mr-footer-links a {
  color: #727c90 !important;
}

.mr-footer-links a:hover {
  color: #2e54b8 !important;
}

.mr-footer-system {
  gap: 8px !important;
  align-items: flex-end !important;
  padding-top: 24px !important;
}

.mr-footer-stats {
  display: grid !important;
  grid-template-columns: repeat(3, auto) !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  justify-content: end !important;
  max-width: none !important;
  color: #8d96a7 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

.mr-footer-stats > span {
  grid-column: 1 / -1 !important;
  color: #a0a8b6 !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

.mr-footer-stats strong {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  color: #4f596b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: right !important;
}

.mr-footer-stats em {
  color: #9da5b3 !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 560 !important;
  text-transform: lowercase !important;
}

.mr-cookie-banner {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  width: min(720px, calc(100vw - 36px)) !important;
  padding: 17px 18px !important;
  color: #1f2633 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(204, 215, 232, 0.9) !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 58px rgba(31, 43, 66, 0.2) !important;
  backdrop-filter: blur(14px) !important;
}

.mr-cookie-close {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  color: #8a93a4 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.mr-cookie-close:hover {
  color: #26358e !important;
  background: #f2f5fa !important;
}

.mr-cookie-copy strong {
  font-size: 13px !important;
  font-weight: 760 !important;
}

.mr-cookie-copy p {
  color: #5f6879 !important;
  font-size: 12px !important;
  font-weight: 520 !important;
}

.mr-cookie-btn {
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

@media (max-width: 860px) {
  .mr-footer-inner {
    grid-template-columns: 1fr !important;
  }

  .mr-footer-system {
    align-items: flex-start !important;
    padding-top: 0 !important;
    text-align: left !important;
  }

  .mr-footer-stats {
    justify-content: start !important;
  }

  .mr-footer-stats > span,
  .mr-footer-stats strong {
    text-align: left !important;
  }
}

@media (max-width: 560px) {
  .mr-footer {
    margin-top: 8px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .mr-footer-stats {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .mr-footer-stats > span {
    grid-column: auto !important;
  }
}

/* Cookie banner layout refinement */
.mr-cookie-banner {
  right: 22px !important;
  bottom: 22px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  width: min(820px, calc(100vw - 44px)) !important;
  padding: 24px 28px 26px !important;
  border-color: rgba(193, 207, 228, 0.95) !important;
  box-shadow: 0 24px 62px rgba(31, 43, 66, 0.22) !important;
}

.mr-cookie-close {
  top: 12px !important;
  right: 14px !important;
  z-index: 2 !important;
  width: 32px !important;
  height: 32px !important;
  color: #8791a3 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}

.mr-cookie-copy {
  max-width: 660px !important;
  padding-right: 34px !important;
}

.mr-cookie-copy strong {
  margin-bottom: 8px !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.mr-cookie-copy p {
  max-width: none !important;
  color: #5b6474 !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.mr-cookie-copy nav {
  gap: 18px !important;
  margin-top: 12px !important;
}

.mr-cookie-copy a {
  font-size: 14px !important;
}

.mr-cookie-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.mr-cookie-btn {
  min-height: 48px !important;
  padding: 0 18px !important;
  white-space: normal !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
}

.mr-cookie-options {
  padding-top: 16px !important;
}

@media (max-width: 680px) {
  .mr-cookie-banner {
    right: 12px !important;
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
    overflow: auto !important;
    gap: 16px !important;
    padding: 22px 18px 18px !important;
  }

  .mr-cookie-close {
    top: 10px !important;
    right: 10px !important;
  }

  .mr-cookie-copy {
    padding-right: 34px !important;
  }

  .mr-cookie-copy strong {
    font-size: 17px !important;
  }

  .mr-cookie-copy p {
    font-size: 14px !important;
  }

  .mr-cookie-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .mr-cookie-actions .mr-cookie-btn,
  .mr-cookie-options .mr-cookie-btn {
    width: 100% !important;
  }

  .mr-cookie-options {
    align-items: stretch !important;
  }
}

/* Classifica Radio Spin: mobile arrows + top desktop text only */
@media (min-width: 981px) {
  .mr-radio-spin-card.is-top .mr-radio-spin-title {
    font-size: 38px !important;
    line-height: 1.04 !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-artist,
  .mr-radio-spin-card.is-top .mr-radio-spin-artist a {
    font-size: 21px !important;
    font-weight: 600 !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-move {
    font-size: 38px !important;
  }
}

@media (max-width: 980px) {
  .mr-radio-spin-rank,
  .mr-radio-spin-card.is-top .mr-radio-spin-rank,
  .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
    transform: translateY(-13px) !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    width: 58px !important;
    min-height: 58px !important;
    border-radius: 14px !important;
  }

  .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-compact .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-top: 0 !important;
    transform: translateY(28px) !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 19px !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }

  .mr-radio-spin-move.is-new {
    font-size: 16px !important;
  }
}

@media (max-width: 560px) {
  .mr-radio-spin-rank,
  .mr-radio-spin-card.is-top .mr-radio-spin-rank,
  .mr-radio-spin-card.is-compact .mr-radio-spin-rank {
    transform: translateY(-11px) !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    width: 54px !important;
    min-height: 54px !important;
    border-radius: 14px !important;
  }

  .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-compact .mr-radio-spin-move {
    width: 28px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin-top: 0 !important;
    transform: translateY(24px) !important;
    font-size: 16px !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-move {
    transform: translateY(37px) !important;
  }

  .mr-radio-spin-move.is-new {
    font-size: 14px !important;
  }
}

@media (max-width: 980px) {
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up {
    transform: translateY(37px) !important;
  }
}

/* Classifica Radio Spin: highlighted first position */
.mr-radio-spin-card.is-top {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(120, 204, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #1f2f8f 0%, #2f73c8 54%, #48aee8 100%) !important;
  border-color: rgba(168, 215, 255, 0.6) !important;
  border-left: 0 !important;
  box-shadow: 0 24px 56px rgba(34, 91, 174, 0.22) !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-rank {
  color: #ffffff !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-title,
.mr-radio-spin-card.is-top .mr-radio-spin-title:hover,
.mr-radio-spin-card.is-top .mr-radio-spin-artist,
.mr-radio-spin-card.is-top .mr-radio-spin-artist a,
.mr-radio-spin-card.is-top .mr-radio-spin-artist a:hover,
.mr-radio-spin-card.is-top .mr-radio-spin-meta dd {
  color: #ffffff !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-artist,
.mr-radio-spin-card.is-top .mr-radio-spin-artist a {
  font-weight: 650 !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-meta dt {
  color: rgba(232, 246, 255, 0.78) !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-move,
.mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
.mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
.mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
  color: #bfeeff !important;
}

.mr-radio-spin-card.is-top .mr-radio-spin-cover {
  box-shadow: 0 12px 30px rgba(7, 18, 55, 0.26) !important;
}

@media (min-width: 981px) {
  .mr-radio-spin-card.is-top {
    grid-template-columns: 82px 230px 46px minmax(0, 1fr) 220px !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    align-self: center !important;
    justify-self: center !important;
    font-size: 58px !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-title {
    font-size: 43px !important;
    line-height: 1.03 !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-artist,
  .mr-radio-spin-card.is-top .mr-radio-spin-artist a {
    font-size: 24px !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-title:hover,
  .mr-radio-spin-card.is-top .mr-radio-spin-artist a:hover {
    color: #050914 !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-move {
    font-size: 40px !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    width: auto !important;
    min-height: 0 !important;
    align-self: center !important;
    justify-self: center !important;
    transform: translateY(-13px) !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
    transform: translateY(28px) !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-meta {
    border-top-color: rgba(232, 246, 255, 0.32) !important;
  }
}

@media (max-width: 560px) {
  .mr-radio-spin-card.is-top .mr-radio-spin-rank {
    width: auto !important;
    min-height: 0 !important;
    transform: translateY(-11px) !important;
  }

  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
    transform: translateY(24px) !important;
  }
}

/* Classifica Radio Spin: mobile spacing and hover polish */
.mr-radio-spin-card.is-top a.mr-radio-spin-title:hover,
.mr-radio-spin-card.is-top .mr-radio-spin-title:hover,
.mr-radio-spin-card.is-top .mr-radio-spin-artist:hover a,
.mr-radio-spin-card.is-top .mr-radio-spin-artist a:hover {
  color: #050914 !important;
}

@media (max-width: 980px) {
  .mr-radio-spin-main {
    padding-left: 6px !important;
  }

  .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-compact .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
    transform: translateY(26px) !important;
  }
}

@media (max-width: 560px) {
  .mr-radio-spin-main {
    padding-left: 8px !important;
  }

  .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move,
  .mr-radio-spin-card.is-compact .mr-radio-spin-move,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-up,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-down,
  .mr-radio-spin-card.is-top .mr-radio-spin-move.is-new {
    transform: translateY(22px) !important;
  }
}

/* Public header login: final mobile grid guard */
@media (max-width: 900px) {
  .mr-site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 40px 40px !important;
    grid-template-areas:
      "brand search login"
      "nav nav nav"
      "searchbar searchbar searchbar" !important;
    gap: 10px 8px !important;
    align-items: center !important;
    padding: 8px 18px 8px !important;
  }

  .mr-site-header .mr-brand {
    grid-area: brand !important;
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 0 !important;
    align-self: center !important;
  }

  .mr-brand-logo-wrap {
    max-width: 100% !important;
    overflow: visible !important;
  }

  .mr-brand-logo-wrap sup {
    flex: 0 0 auto !important;
    margin-left: 4px !important;
    font-size: 8px !important;
  }

  .mr-brand-logo,
  .mr-brand-logo-wrap .mr-brand-logo {
    width: auto !important;
    flex: 0 1 auto !important;
    max-width: min(210px, calc(100vw - 150px)) !important;
    max-height: 42px !important;
  }

  .mr-mobile-search-toggle {
    grid-area: search !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: end !important;
    width: 40px !important;
    height: 40px !important;
  }

  .mr-site-header .mr-access {
    grid-area: login !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: end !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .mr-access-trigger {
    width: 40px !important;
    height: 40px !important;
  }

  .mr-site-header .mr-nav {
    grid-area: nav !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    padding: 3px 0 0 !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  .mr-site-header .mr-nav a {
    padding-bottom: 4px !important;
  }

  .mr-site-header .mr-nav a::after {
    bottom: -1px !important;
  }

  .mr-site-header .mr-nav a:hover::after,
  .mr-site-header .mr-nav a:focus-visible::after {
    transform: scaleX(1) !important;
  }

  .mr-site-header .mr-search {
    grid-area: searchbar !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: initial !important;
    width: 100% !important;
  }

  .mr-site-header.is-search-open .mr-search {
    display: flex !important;
  }
}

@media (max-width: 560px) {
  .mr-site-header {
    grid-template-columns: minmax(0, 1fr) 40px 40px !important;
    gap: 10px 8px !important;
    padding: 8px 16px 8px !important;
  }

  .mr-brand-logo,
  .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(198px, calc(100vw - 134px)) !important;
    max-height: 42px !important;
  }

  .mr-mobile-search-toggle,
  .mr-site-header .mr-access,
  .mr-access-trigger {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .mr-site-header .mr-nav {
    gap: 16px !important;
    font-size: 12px !important;
    padding-top: 3px !important;
  }
}

/* Radio Date detail: visual-only mobile/desktop polish */
.mr-rd-detail-page,
.mr-rd-detail,
.mr-rd-detail-hero,
.mr-rd-detail-info,
.mr-rd-release,
.mr-rd-release .mr-copy {
  min-width: 0 !important;
  max-width: 100% !important;
}

.mr-rd-topbar {
  display: flex !important;
  min-width: 0 !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.mr-rd-back,
.mr-rd-back span {
  font-weight: 400 !important;
}

.mr-rd-date-inline {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  color: #818a9c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.mr-rd-date-inline > span,
.mr-rd-date-inline > time,
.mr-rd-country-flag {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.mr-rd-country-flag svg,
.mr-rd-country-flag img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 999px !important;
}

.mr-rd-detail-hero {
  display: grid !important;
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

.mr-rd-detail-cover-wrap {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #f4f7fb !important;
  border-radius: var(--mr-radius) !important;
}

.mr-rd-detail-cover-wrap .mr-rd-detail-cover,
img.mr-rd-detail-cover {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #f4f7fb !important;
  border-radius: 0 !important;
}

.mr-rd-detail-info h1,
.mr-rd-detail-info h1 a,
.mr-rd-detail-info h2,
.mr-rd-detail-info p,
.mr-rd-release h2,
.mr-rd-release .mr-copy,
.mr-rd-release .mr-copy * {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.mr-rd-detail-info h1 {
  margin: 0 0 8px !important;
  color: var(--mr-ink) !important;
  font-size: clamp(34px, 4.2vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.mr-rd-detail-info h2 {
  margin: 0 0 18px !important;
  color: var(--mr-ink) !important;
  font-size: clamp(22px, 2.5vw, 34px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
}

.mr-rd-detail-info p {
  margin: 0 0 18px !important;
  color: #818a9c !important;
  font-weight: 700 !important;
}

.mr-rd-release {
  margin-top: 34px !important;
}

.mr-rd-release h2 {
  margin: 0 0 18px !important;
  color: var(--mr-ink) !important;
  font-size: clamp(28px, 3.2vw, 46px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.mr-rd-release .mr-copy {
  overflow: visible !important;
  color: var(--mr-ink) !important;
}

@media (max-width: 900px) {
  .mr-rd-topbar {
    align-items: center !important;
    gap: 10px !important;
  }

  .mr-rd-back {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .mr-rd-date-inline {
    flex: 0 0 auto !important;
    gap: 7px !important;
    font-size: 12px !important;
  }

  .mr-rd-detail {
    padding: 18px !important;
  }

  .mr-rd-detail-hero {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .mr-rd-detail-info h1 {
    font-size: clamp(30px, 8.2vw, 42px) !important;
  }

  .mr-rd-detail-info h2 {
    font-size: clamp(21px, 5.6vw, 30px) !important;
  }

  .mr-rd-release h2 {
    font-size: clamp(27px, 7.5vw, 38px) !important;
  }
}

@media (max-width: 560px) {
  .mr-rd-topbar {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .mr-rd-back {
    font-size: 13px !important;
  }

  .mr-rd-date-inline {
    max-width: 58vw !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mr-rd-date-inline > span:first-child,
  .mr-rd-date-inline > time {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mr-rd-detail {
    padding: 14px !important;
  }

  .mr-rd-detail-cover-wrap .mr-rd-detail-cover,
  img.mr-rd-detail-cover {
    aspect-ratio: 1 / 1 !important;
  }

  .mr-rd-release {
    margin-top: 28px !important;
  }

  .mr-rd-release .mr-copy {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

/* Radio Date detail: hard-align the meta topbar */
.mr-rd-topbar {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: normal !important;
  justify-items: stretch !important;
  gap: 14px !important;
}

.mr-rd-topbar .mr-rd-back {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-self: start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #667085 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.mr-rd-topbar .mr-rd-back span:last-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-rd-topbar .mr-rd-date-inline {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.mr-rd-topbar .mr-rd-date-inline > span:first-child,
.mr-rd-topbar .mr-rd-date-inline > time {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #667085 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.mr-rd-topbar .mr-rd-country-flag {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 560px) {
  .mr-rd-topbar {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 10px !important;
  }

  .mr-rd-topbar .mr-rd-back {
    max-width: 42vw !important;
    font-size: 12px !important;
    gap: 6px !important;
  }

  .mr-rd-topbar .mr-rd-date-inline {
    max-width: 52vw !important;
    gap: 6px !important;
  }

  .mr-rd-topbar .mr-rd-date-inline > span:first-child,
  .mr-rd-topbar .mr-rd-date-inline > time {
    font-size: 12px !important;
  }

  .mr-rd-topbar .mr-rd-country-flag {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }
}

/* Radio Date detail: restore the back pill and flag badge */
.mr-rd-topbar .mr-rd-back {
  min-height: 44px !important;
  padding: 0 18px !important;
  color: #667085 !important;
  background: #ffffff !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 999px !important;
  box-shadow: var(--mr-shadow-soft) !important;
  font-weight: 400 !important;
}

.mr-rd-topbar .mr-rd-country-flag {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 12px rgba(18, 18, 26, 0.06) !important;
}

.mr-rd-topbar .mr-rd-country-flag svg,
.mr-rd-topbar .mr-rd-country-flag img {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
}

@media (max-width: 560px) {
  .mr-rd-topbar .mr-rd-back {
    max-width: 46vw !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  .mr-rd-topbar .mr-rd-date-inline {
    max-width: 50vw !important;
    gap: 5px !important;
  }

  .mr-rd-topbar .mr-rd-country-flag {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }

  .mr-rd-topbar .mr-rd-country-flag svg,
  .mr-rd-topbar .mr-rd-country-flag img {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
  }
}
