/* Monitor.Radio public Radio Date archive */
.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;
  }
}

/* Radio Date compact archive redesign */
.mr-rd-page {
  margin-top: -18px;
}

.mr-rd-page-head {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 580px);
  gap: 28px;
  margin: 0 0 30px;
  padding: 18px 0 24px;
}

.mr-rd-page-head .mr-kicker {
  margin-bottom: 10px;
  font-size: 12px;
}

.mr-rd-page-head h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 3.4vw, 48px);
}

.mr-rd-page-head p:last-child {
  font-size: 14px;
}

.mr-rd-tabs {
  grid-template-columns: 1fr 1.28fr 0.86fr;
  min-height: 48px;
  padding: 4px;
  border-color: #d7dfed;
  box-shadow: 0 16px 34px rgba(32, 55, 120, 0.08);
}

.mr-rd-tabs a {
  height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.mr-rd-tabs a.active {
  background: linear-gradient(135deg, #27318c 0%, #4ea8ee 100%);
}

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

.mr-rd-week-section {
  gap: 16px;
}

.mr-rd-day-head {
  padding: 13px 18px;
  background: linear-gradient(135deg, #26308c 0%, #2e83d3 100%);
  box-shadow: 0 16px 36px rgba(35, 58, 145, 0.12);
}

.mr-rd-day-head h2 {
  font-size: clamp(18px, 1.8vw, 27px);
}

.mr-rd-day-head span {
  min-width: 30px;
  height: 26px;
  padding: 0 9px;
  font-size: 12px;
}

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

.mr-rd-card.is-compact {
  grid-template-rows: auto auto 1fr auto;
  border: 1px solid #dce4f0;
  box-shadow: 0 14px 34px rgba(30, 45, 90, 0.08);
}

.mr-rd-card.is-compact .mr-rd-compact-title {
  min-width: 0;
  padding: 13px 14px 12px;
  background: #ffffff;
}

.mr-rd-card.is-compact .mr-rd-compact-title h3,
.mr-rd-card.is-compact .mr-rd-compact-title a {
  display: block;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #121827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.mr-rd-card.is-compact .mr-rd-compact-meta {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

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

.mr-rd-card.is-compact .mr-rd-compact-meta p {
  color: #121827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.18;
}

.mr-rd-card.is-compact .mr-rd-compact-meta small {
  color: #828b9e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mr-rd-card.is-compact .mr-rd-foot {
  min-height: 40px;
  justify-content: flex-start;
  padding: 0 14px;
}

.mr-rd-card.is-compact .mr-rd-press-link {
  flex: 0 1 auto;
  min-height: 0;
  font-size: 12px;
}

@media (max-width: 1500px) {
  .mr-rd-archive-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1260px) {
  .mr-rd-archive-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .mr-rd-page {
    margin-top: -8px;
  }

  .mr-rd-page-head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 10px;
  }

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

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

@media (max-width: 700px) {
  .mr-rd-page-head {
    margin-bottom: 24px;
  }

  .mr-rd-page-head h1 {
    font-size: 34px;
  }

  .mr-rd-tabs {
    grid-template-columns: 1fr 1.25fr 0.82fr;
    border-radius: 999px;
  }

  .mr-rd-tabs a {
    height: 36px;
    padding: 0 8px;
    font-size: 11px;
  }

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

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

@media (max-width: 430px) {
  .mr-rd-tabs {
    grid-template-columns: 1fr;
    gap: 5px;
    border-radius: 16px;
  }

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

/* Radio Date detail */
@font-face {
  font-family: tabler-icons;
  font-style: normal;
  font-weight: 400;
  src: url("../tabler-icons.woff2?v3.35.0") format("woff2"), url("../tabler-icons.woff") format("woff"), url("../tabler-icons.ttf?v3.35.0") format("truetype");
}

.mr-rd-ico {
  font-family: tabler-icons !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mr-rd-ico::before { content: "\eae5"; }
.mr-rd-ico.ti-brand-amazon::before { content: "\f230"; }
.mr-rd-ico.ti-brand-apple::before { content: "\ec17"; }
.mr-rd-ico.ti-brand-facebook::before { content: "\ec1a"; }
.mr-rd-ico.ti-brand-instagram::before { content: "\ec20"; }
.mr-rd-ico.ti-brand-soundcloud::before { content: "\ed6e"; }
.mr-rd-ico.ti-brand-spotify::before { content: "\ed03"; }
.mr-rd-ico.ti-brand-tiktok::before { content: "\ec73"; }
.mr-rd-ico.ti-brand-x::before { content: "\fc0f"; }
.mr-rd-ico.ti-mail::before { content: "\eae5"; }
.mr-rd-ico.ti-world-www::before { content: "\f38f"; }

.mr-rd-week-nav {
  align-items: center;
}

.mr-rd-week-nav a {
  gap: 8px;
  color: #7d8798;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}

.mr-rd-week-nav a:hover {
  color: #26308c;
  background: #ffffff;
}

.mr-rd-arrow {
  color: #9aa4b5;
  font-size: 16px;
  line-height: 1;
}

.mr-rd-detail-page {
  display: grid;
  gap: 18px;
  max-width: 1220px;
  margin: -2px auto 0;
}

.mr-rd-back {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #25318d;
  background: #ffffff;
  border: 1px solid #d7dfec;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(28, 45, 90, 0.06);
}

.mr-rd-detail {
  display: grid;
  gap: 24px;
  padding: clamp(18px, 2.2vw, 28px);
  background: #ffffff;
  border: 1px solid #dce4f0;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(27, 43, 84, 0.08);
}

.mr-rd-detail-head {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(260px, 1fr);
  gap: 14px;
  align-items: stretch;
}

.mr-rd-date-pill {
  display: grid;
  min-width: 0;
  gap: 8px;
  align-content: center;
  padding: 18px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #27318c 0%, #4ba8ee 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(39, 49, 140, 0.16);
}

.mr-rd-date-pill span {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mr-rd-date-pill strong {
  min-width: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mr-rd-press-card {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 16px 18px;
  color: #111827;
  background: #f5f7fb;
  border: 1px solid #dce4f0;
  border-radius: 8px;
}

.mr-rd-press-card small {
  margin: 0;
}

.mr-rd-press-card small {
  color: #768195;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.mr-rd-contact-actions,
.mr-rd-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mr-rd-contact-action,
.mr-rd-social {
  display: inline-flex;
  width: 34px;
  height: 34px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #25318d;
  background: #ffffff;
  border: 1px solid #d6dfec;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
}

.mr-rd-contact-action span,
.mr-rd-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mr-rd-social.is-spotify { color: #1db954; }
.mr-rd-social.is-apple,
.mr-rd-social.is-tiktok,
.mr-rd-social.is-x { color: #111827; }
.mr-rd-social.is-amazon { color: #f59e0b; }
.mr-rd-social.is-instagram { color: #c13584; }
.mr-rd-social.is-facebook { color: #1877f2; }
.mr-rd-social.is-soundcloud { color: #ff5500; }

.mr-rd-detail-hero {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
}

.mr-rd-detail-cover-wrap {
  min-width: 0;
}

.mr-rd-detail-cover,
.mr-rd-detail-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.mr-rd-detail-info {
  display: grid;
  min-width: 0;
  gap: 10px;
  align-content: center;
}

.mr-rd-detail-info h1,
.mr-rd-detail-info h2,
.mr-rd-detail-info p {
  margin: 0;
}

.mr-rd-detail-info h1 {
  max-width: 980px;
  color: #111827;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 0.98;
}

.mr-rd-detail-info h2 {
  color: #111827;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.08;
}

.mr-rd-detail-info p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #7a8496;
  font-size: 15px;
  font-weight: 800;
}

.mr-rd-detail-info p span {
  color: #121827;
  font-weight: 900;
}

.mr-rd-release {
  display: grid;
  gap: 16px;
  padding-top: 8px;
}

.mr-rd-release h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1.08;
}

.mr-rd-release .mr-copy {
  max-width: 960px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
}

.mr-rd-release .mr-copy p {
  margin: 0 0 1em;
}

.mr-rd-client-note {
  max-width: 1180px;
  padding: 14px 16px;
  color: #7d8798;
  background: #f4f6fa;
  border: 1px solid #dfe6f1;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mr-video {
  max-width: 980px;
}

.mr-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
}

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

  .mr-rd-detail-cover-wrap {
    max-width: 520px;
  }

  .mr-rd-date-pill {
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .mr-rd-week-nav {
    justify-content: stretch;
  }

  .mr-rd-week-nav a {
    flex: 1 1 100%;
  }

  .mr-rd-date-pill {
    display: grid;
  }

  .mr-rd-date-pill span {
    min-height: 0;
    justify-content: flex-start;
    font-size: 11px;
  }

  .mr-rd-date-pill strong {
    font-size: 24px;
  }

  .mr-rd-detail-info h1 {
    font-size: 30px;
  }

  .mr-rd-release .mr-copy {
    font-size: 14px;
    line-height: 1.62;
  }
}

/* Radio Date detail refresh */
.mr-rd-detail-page {
  max-width: 1180px;
  gap: 18px;
  margin: 0 auto;
}

.mr-rd-back {
  min-height: 38px;
  padding: 0 15px;
  color: #101827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.mr-rd-back span:first-child {
  color: #25318d;
  font-size: 15px;
  font-weight: 700;
}

.mr-rd-detail {
  gap: clamp(22px, 3vw, 34px);
  padding: clamp(18px, 3vw, 36px);
  border-radius: 10px;
}

.mr-rd-detail-head {
  display: block;
}

.mr-rd-date-inline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.mr-rd-date-inline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #2f3ea3 0%, #58abea 100%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.mr-rd-date-inline time {
  color: #111827;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.mr-rd-detail-hero {
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  align-items: start;
}

.mr-rd-detail-info {
  align-content: start;
  gap: 12px;
  padding-top: 2px;
}

.mr-rd-detail-info h1 {
  max-width: 760px;
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.02;
}

.mr-rd-detail-info h1 a,
.mr-rd-detail-info h2 a {
  color: inherit;
  text-decoration: none;
}

.mr-rd-detail-info h1 a:hover,
.mr-rd-detail-info h2 a:hover {
  color: #25318d;
}

.mr-rd-detail-info h2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  color: #101827;
  font-size: clamp(19px, 2vw, 28px);
}

.mr-rd-detail-info h2 span {
  color: #101827;
}

.mr-rd-detail-info p {
  color: #788295;
  font-size: 15px;
  font-weight: 800;
}

.mr-rd-socials {
  margin-top: 4px;
}

.mr-rd-press-mini {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 560px;
  margin-top: 10px;
  padding: 13px 15px;
  color: #111827;
  background: #f3f6fb;
  border: 1px solid #dce5f1;
  border-radius: 8px;
}

.mr-rd-press-mini-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #25318d;
  background: #ffffff;
  border: 1px solid #d8e2ef;
  border-radius: 50%;
}

.mr-rd-press-mini-icon::before {
  content: "\2709";
  font-size: 15px;
  line-height: 1;
}

.mr-rd-press-mini small,
.mr-rd-press-mini strong {
  display: block;
  min-width: 0;
}

.mr-rd-press-mini small {
  color: #7b8596;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.mr-rd-press-mini strong {
  margin-top: 2px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.mr-rd-press-mini .mr-rd-contact-actions {
  margin-top: 8px;
}

.mr-rd-release {
  max-width: 900px;
  gap: 18px;
  margin-top: clamp(10px, 2.8vw, 28px);
  padding-top: clamp(18px, 2.4vw, 26px);
  border-top: 1px solid #e1e8f2;
}

.mr-rd-release h2 {
  max-width: 880px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.14;
}

.mr-rd-release .mr-copy {
  max-width: 820px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.mr-rd-release .mr-copy strong,
.mr-rd-release .mr-copy b {
  font-weight: 800;
}

.mr-video {
  width: min(820px, 100%);
  max-width: none;
  margin-top: 8px;
}

.mr-video iframe {
  border-radius: 10px;
}

.mr-rd-client-note {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  max-width: none;
  padding: 15px 16px;
  color: #747f91;
  background: #f4f6fa;
  border: 1px solid #dde5f0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

.mr-rd-client-note p {
  margin: 0;
}

.mr-rd-warning-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #9a6a00;
  background: #fff8e6;
  border: 1px solid #f2d58a;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .mr-rd-detail-hero {
    grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .mr-rd-detail {
    padding: 18px;
  }

  .mr-rd-date-inline {
    gap: 10px;
  }

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

  .mr-rd-detail-cover-wrap {
    max-width: 420px;
  }

  .mr-rd-release {
    margin-top: 8px;
  }

  .mr-rd-release .mr-copy {
    font-size: 15px;
    line-height: 1.68;
  }
}

@media (max-width: 520px) {
  .mr-rd-date-inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .mr-rd-detail-info h1 {
    font-size: 28px;
  }

  .mr-rd-detail-info h2 {
    font-size: 20px;
  }
}

/* Radio Date detail polish */
.mr-rd-back {
  min-height: 44px;
  padding: 0 22px;
  color: #6f7b8f;
  background: #ffffff;
  border: 1px solid #d4dfed;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
}

.mr-rd-back span:first-child {
  color: #9aa7ba;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.mr-rd-back:hover {
  color: #25318d;
  border-color: #bdcbe0;
  background: #f9fbff;
}

.mr-rd-date-inline {
  gap: 12px;
}

.mr-rd-date-inline span {
  min-height: 28px;
  padding: 0 14px;
  font-size: 11px;
}

.mr-rd-date-inline time {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
}

.mr-rd-detail-info h1,
.mr-rd-detail-info h2 {
  max-width: 780px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.mr-rd-detail-info h1 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
}

.mr-rd-detail-info h2 {
  line-height: 1.18;
}

.mr-rd-press-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  max-width: 640px;
  margin-top: 16px;
  padding: 14px 16px;
  color: #111827;
  background: #f8fafc;
  border: 1px solid #e0e8f3;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.mr-rd-press-mini small {
  flex: 0 0 100%;
  color: #7f8aa0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mr-rd-press-mini strong {
  min-width: 0;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.mr-rd-press-mini .mr-rd-contact-actions {
  margin-top: 0;
  margin-left: auto;
}

.mr-rd-contact-action {
  width: 32px;
  height: 32px;
  color: #25318d;
  background: #ffffff;
  border-color: #d8e2ef;
}

.mr-rd-contact-action:hover {
  color: #ffffff;
  background: #25318d;
  border-color: #25318d;
}

.mr-rd-release {
  max-width: none;
  width: 100%;
  margin-top: clamp(20px, 3vw, 42px);
  padding-top: 0;
  border-top: 0;
}

.mr-rd-release h2 {
  max-width: 1120px;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.mr-rd-release .mr-copy {
  max-width: 1120px;
  width: 100%;
  font-size: 16px;
  line-height: 1.72;
}

.mr-video {
  width: min(900px, 100%);
  margin: 18px auto 0;
}

@media (max-width: 760px) {
  .mr-rd-back {
    min-height: 42px;
    font-size: 14px;
  }

  .mr-rd-press-mini .mr-rd-contact-actions {
    width: 100%;
    margin-left: 0;
  }
}

/* Radio Date detail final mobile flow */
.mr-rd-back {
  min-height: 42px;
  padding: 0 22px;
  gap: 10px;
  color: #7d8798;
  background: transparent;
  border: 1px solid #d4dfed;
  border-radius: 999px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.mr-rd-back span:first-child {
  color: #9aa4b5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.mr-rd-back:hover {
  color: #26308c;
  background: #ffffff;
  border-color: #c7d4e6;
}

.mr-rd-date-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mr-rd-date-inline > span:first-child {
  min-height: 30px;
  padding: 0 14px;
  font-size: 11px;
}

.mr-rd-country-flag {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  background: #ffffff;
  border: 1px solid #d8e2ef;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(25, 36, 68, 0.08);
  font-size: 16px;
  line-height: 1;
}

.mr-rd-date-inline time {
  color: #111827;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 800;
  line-height: 1;
}

.mr-rd-detail-hero {
  align-items: center;
}

.mr-rd-detail-info {
  align-self: center;
}

.mr-rd-detail-info h1,
.mr-rd-detail-info h2 {
  overflow-wrap: anywhere;
}

.mr-rd-detail > .mr-rd-press-mini {
  max-width: 1120px;
  margin-top: clamp(18px, 2.5vw, 30px);
}

@media (max-width: 760px) {
  .mr-rd-detail-page {
    gap: 16px;
  }

  .mr-rd-back {
    min-height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  .mr-rd-date-inline {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .mr-rd-date-inline > span:first-child {
    min-height: 28px;
    padding: 0 12px;
    font-size: 10px;
    white-space: nowrap;
  }

  .mr-rd-country-flag {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 15px;
  }

  .mr-rd-date-inline time {
    font-size: 16px;
    white-space: nowrap;
  }

  .mr-rd-detail-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .mr-rd-detail-info {
    order: 1;
    width: 100%;
  }

  .mr-rd-detail-cover-wrap {
    order: 2;
    width: 100%;
    max-width: none;
  }

  .mr-rd-detail-cover,
  .mr-rd-detail-cover img {
    width: 100%;
    max-width: none;
  }

  .mr-rd-detail-info h1 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .mr-rd-detail-info h2 {
    font-size: clamp(20px, 5.8vw, 28px);
  }

  .mr-rd-detail-info p {
    font-size: 17px;
  }

  .mr-rd-release {
    margin-top: 8px;
  }

  .mr-rd-release h2 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .mr-rd-detail > .mr-rd-press-mini {
    margin-top: 18px;
  }
}

@media (max-width: 420px) {
  .mr-rd-date-inline {
    gap: 7px;
  }

  .mr-rd-date-inline > span:first-child {
    padding: 0 10px;
    font-size: 9px;
  }

  .mr-rd-country-flag {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 14px;
  }

  .mr-rd-date-inline time {
    font-size: 14px;
  }
}

/* Radio Date detail topbar and flag icons */
.mr-rd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.mr-rd-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  gap: 8px;
  color: #7d8798;
  background: transparent;
  border: 1px solid #d6dfec;
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.mr-rd-back .mr-rd-arrow,
.mr-rd-back span:first-child {
  color: #9aa4b5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.mr-rd-back:hover {
  color: #26308c;
  background: #ffffff;
  border-color: #c7d4e6;
}

.mr-rd-date-inline {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.mr-rd-date-inline > span:first-child {
  min-height: 28px;
  padding: 0 13px;
  font-size: 10px;
}

.mr-rd-country-flag {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8e2ef;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(25, 36, 68, 0.08);
  line-height: 1;
}

.mr-rd-country-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mr-rd-date-inline time {
  color: #111827;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1;
}

.mr-rd-press-desktop {
  display: flex;
}

.mr-rd-press-mobile {
  display: none;
}

.mr-rd-detail > .mr-rd-press-mobile {
  max-width: 1120px;
}

@media (max-width: 760px) {
  .mr-rd-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mr-rd-back {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .mr-rd-date-inline {
    justify-content: flex-start;
    gap: 8px;
  }

  .mr-rd-date-inline > span:first-child {
    min-height: 28px;
    padding: 0 12px;
    font-size: 10px;
  }

  .mr-rd-country-flag {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .mr-rd-date-inline time {
    font-size: 15px;
  }

  .mr-rd-press-desktop {
    display: none;
  }

  .mr-rd-press-mobile {
    display: flex;
  }

  .mr-rd-detail > .mr-rd-press-mobile {
    margin-top: 18px;
  }
}

/* 2026-05-03 Radio Date hardening: flags, return layout, responsive archive. */
.mr-rd-page,
.mr-rd-detail-page {
  box-sizing: border-box;
  max-width: min(1560px, calc(100vw - clamp(32px, 5vw, 96px)));
  overflow-x: hidden;
}

.mr-rd-page *,
.mr-rd-detail-page * {
  box-sizing: border-box;
}

.mr-rd-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 560px);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  width: 100%;
  min-width: 0;
}

.mr-rd-tabs {
  width: 100%;
  max-width: 560px;
  min-width: 0;
  justify-self: end;
}

.mr-rd-week-list,
.mr-rd-week-section {
  width: 100%;
  min-width: 0;
}

.mr-rd-archive-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.mr-rd-card.is-compact {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto minmax(84px, 1fr) auto;
}

.mr-rd-card.is-compact .mr-rd-compact-title {
  min-width: 0;
  min-height: 50px;
  padding: 13px 14px 11px;
}

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

.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-compact-meta {
  min-width: 0;
  min-height: 84px;
  padding: 13px 14px 14px;
}

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

.mr-rd-card.is-compact .mr-rd-press-link {
  min-width: 0;
  max-width: 100%;
}

.mr-rd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.mr-rd-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 0 16px;
  color: #172033;
  background: #ffffff;
  border: 1px solid #d6dfec;
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.mr-rd-back .mr-rd-arrow {
  color: #9aa7ba;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.mr-rd-date-inline {
  display: inline-flex;
  width: auto;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 9px;
}

.mr-rd-date-inline > span:first-child {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #303999 0%, #54a7ea 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.mr-rd-country-flag {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8e2ef;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(25, 36, 68, 0.08);
  line-height: 1;
}

.mr-rd-country-flag img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50%;
}

.mr-rd-date-inline time {
  color: #111827;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  .mr-rd-archive-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1260px) {
  .mr-rd-archive-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

  .mr-rd-tabs {
    max-width: 100%;
    justify-self: stretch;
  }

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

@media (max-width: 760px) {
  .mr-rd-page,
  .mr-rd-detail-page {
    max-width: calc(100vw - 28px);
  }

  .mr-rd-page-head {
    gap: 18px;
    margin: 0 0 24px;
    padding: 22px 0 24px;
  }

  .mr-rd-tabs {
    min-height: 48px;
    padding: 4px;
    border-radius: 999px;
  }

  .mr-rd-tabs a {
    height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }

  .mr-rd-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .mr-rd-back {
    min-height: 42px;
    padding: 0 17px;
    font-size: 14px;
  }

  .mr-rd-date-inline {
    justify-content: flex-start;
    gap: 10px;
  }

  .mr-rd-date-inline > span:first-child {
    min-height: 30px;
    padding: 0 14px;
    font-size: 11px;
  }

  .mr-rd-country-flag {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .mr-rd-date-inline time {
    font-size: 16px;
  }

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

  .mr-rd-day-head h2 {
    font-size: clamp(22px, 6vw, 28px);
  }

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

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

  .mr-rd-page,
  .mr-rd-detail-page {
    max-width: calc(100vw - 22px);
  }
}

/* 2026-05-03 Radio Date detail fixes: inline flags, full-width copy and tighter release spacing. */
.mr-rd-country-flag img,
.mr-rd-country-flag svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

.mr-rd-date-inline .mr-rd-country-flag {
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  flex: 0 0 30px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #d8e2ef !important;
  border-radius: 50% !important;
}

.mr-rd-date-inline time {
  font-weight: 500 !important;
}

.mr-rd-detail .mr-rd-release {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: clamp(24px, 3vw, 38px);
  padding-top: 0;
  border-top: 0;
}

.mr-rd-detail .mr-rd-release h2 {
  width: 100%;
  max-width: none;
  margin: 0 0 12px;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.1;
}

.mr-rd-detail .mr-rd-release .mr-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #172033;
  font-size: 16px;
  line-height: 1.62;
}

.mr-rd-detail .mr-rd-release .mr-copy p {
  margin: 0 0 0.85em;
}

.mr-rd-detail .mr-rd-release .mr-copy p:first-child {
  margin-top: 0;
}

.mr-rd-detail .mr-video {
  width: min(960px, 100%);
  max-width: 100%;
  margin: 18px auto 0;
}

@media (max-width: 760px) {
  .mr-rd-detail .mr-rd-release {
    margin-top: 22px;
  }

  .mr-rd-detail .mr-rd-release h2 {
    margin-bottom: 10px;
    font-size: clamp(25px, 6vw, 34px);
  }

  .mr-rd-detail .mr-rd-release .mr-copy {
    font-size: 15px;
    line-height: 1.58;
  }
}

/* Radio Date archive cards: keep them compact like the homepage cards. */
.mr-rd-page .mr-rd-archive-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(184px, 220px)) !important;
  align-items: start !important;
  justify-content: start !important;
  gap: 18px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.mr-rd-page .mr-rd-card.is-compact {
  display: flex !important;
  flex-direction: column !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(20, 31, 58, 0.08) !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-title {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 50px !important;
  padding: 13px 16px 11px !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-title h3,
.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-title a {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-cover-link {
  display: block !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

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

.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-meta,
.mr-rd-page .mr-rd-card.is-compact .mr-rd-body {
  display: grid !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  align-content: start !important;
  justify-content: stretch !important;
  gap: 5px !important;
  padding: 14px 16px 16px !important;
}

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

.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-meta p,
.mr-rd-page .mr-rd-card.is-compact .mr-rd-body p {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-compact-meta small,
.mr-rd-page .mr-rd-card.is-compact .mr-rd-body small {
  color: #818a9c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  min-height: 42px !important;
  margin-top: 0 !important;
  padding: 0 16px !important;
  background: #ffffff !important;
  border-top: 1px solid #dbe3ef !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-press-link {
  display: inline-flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 28px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  color: #233a91 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.mr-rd-page .mr-rd-card.is-compact .mr-rd-press-link span:last-child {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (min-width: 1680px) {
  .mr-rd-page .mr-rd-archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 230px)) !important;
  }
}

@media (max-width: 980px) {
  .mr-rd-page .mr-rd-archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    justify-content: stretch !important;
  }
}

@media (max-width: 620px) {
  .mr-rd-page .mr-rd-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

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