/* Relay Radio public news — modern newsroom layout */
.rr-news-page,
.rr-news-detail {
  --rr-news-accent: #f2a900;
  --rr-news-surface: rgba(10, 20, 35, .86);
  --rr-news-surface-strong: rgba(13, 25, 43, .96);
  --rr-news-surface-soft: rgba(255, 255, 255, .045);
  --rr-news-border: rgba(150, 190, 230, .14);
  --rr-news-text: #f5f8fc;
  --rr-news-muted: #9caabd;
  --rr-news-blue: #11a8f4;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px) !important;
  border: 1px solid rgba(25, 177, 245, .28) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 2% 0%, rgba(0, 167, 255, .11), transparent 34%),
    radial-gradient(circle at 98% 3%, rgba(242, 169, 0, .08), transparent 30%),
    linear-gradient(155deg, rgba(8, 18, 32, .98), rgba(7, 15, 28, .98)) !important;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
  color: var(--rr-news-text);
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.rr-news-page::after,
.rr-news-detail::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 270px;
  height: 270px;
  right: -120px;
  top: -135px;
  border-radius: 50%;
  border: 1px solid rgba(242, 169, 0, .12);
  box-shadow: 0 0 0 42px rgba(0, 167, 255, .025), 0 0 0 84px rgba(242, 169, 0, .018);
}

.rr-news-page h1,
.rr-news-page h2,
.rr-news-page h3,
.rr-news-detail h1,
.rr-news-detail h2,
.rr-news-detail h3,
.rr-news-detail h4 {
  padding: 0;
  text-transform: none !important;
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
}

.rr-news-page a,
.rr-news-detail a {
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

/* Newsroom heading */
.rr-news-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  margin: -4px -4px 22px;
  padding: clamp(22px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid var(--rr-news-border);
  border-radius: 19px;
  background:
    linear-gradient(115deg, rgba(7, 28, 49, .94), rgba(15, 23, 43, .93) 56%, rgba(42, 25, 39, .91)),
    var(--rr-news-surface-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 16px 40px rgba(0, 0, 0, .16);
}

.rr-news-page-head::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -74px;
  top: -112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 169, 0, .15), rgba(0, 167, 255, .04) 52%, transparent 70%);
}

.rr-news-page-title {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 18px;
}

.rr-news-page-mark {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: #06111e;
  font-size: 1.42rem;
  background: linear-gradient(135deg, #ffd15c, #f2a900 58%, #ff7b1b);
  box-shadow: 0 12px 28px rgba(242, 169, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.rr-news-page-kicker,
.rr-news-detail-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: #79d5ff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rr-news-page-kicker span,
.rr-news-detail-kicker span {
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #12b8ff, #f2a900);
}

.rr-news-page-head h1 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.035em;
}

.rr-news-page-head p {
  max-width: 640px;
  margin: 0;
  color: #aebbd0;
  font-size: .91rem;
  line-height: 1.65;
}

/* Search */
.rr-news-search {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  align-items: center;
  flex: 0 1 355px;
  min-width: 280px;
  padding: 5px;
  border: 1px solid rgba(154, 183, 218, .16);
  border-radius: 15px;
  background: rgba(4, 12, 23, .66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.rr-news-search > i {
  padding-left: 12px;
  color: #71849c;
}

.rr-news-search input {
  min-width: 0;
  height: 42px;
  padding: 0 11px;
  border: 0;
  outline: 0;
  color: #eef5ff;
  background: transparent;
  font: inherit;
  font-size: .82rem;
}

.rr-news-search input::placeholder { color: #6f8097; }

.rr-news-search button {
  min-height: 40px;
  padding: 0 17px;
  border: 0;
  border-radius: 11px;
  color: #12100a;
  background: linear-gradient(135deg, #ffc42c, #f2a900);
  box-shadow: 0 8px 20px rgba(242, 169, 0, .16);
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}

.rr-news-search button:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* Category grid: every category remains visible without horizontal scrolling */
.rr-news-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  overflow: visible;
}

.rr-news-categories a {
  --rr-news-accent: #f2a900;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 48px;
  padding: 9px 11px 9px 12px;
  border: 1px solid rgba(150, 180, 215, .14);
  border-radius: 13px;
  color: #b7c5d8 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .042), rgba(255, 255, 255, .022));
  text-decoration: none !important;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.rr-news-categories a::before {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--rr-news-accent);
  opacity: .8;
}

.rr-news-categories a i {
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: var(--rr-news-accent);
  background: color-mix(in srgb, var(--rr-news-accent) 12%, transparent);
  font-size: .8rem;
}

.rr-news-categories a span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 22px;
  height: 22px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 999px;
  color: #dfe8f5;
  background: rgba(255, 255, 255, .075);
  font-size: .63rem;
}

.rr-news-categories a:hover,
.rr-news-categories a.active {
  border-color: color-mix(in srgb, var(--rr-news-accent) 58%, rgba(255, 255, 255, .13));
  color: #fff !important;
  background: color-mix(in srgb, var(--rr-news-accent) 11%, rgba(255, 255, 255, .035));
  transform: translateY(-2px);
}

.rr-news-categories a.active {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--rr-news-accent) 22%, transparent),
    0 8px 22px color-mix(in srgb, var(--rr-news-accent) 8%, transparent);
}

/* Active filter summary */
.rr-news-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid var(--rr-news-border);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(0, 167, 255, .065), rgba(255, 255, 255, .025));
}

.rr-news-filter-head span,
.rr-news-section-heading span {
  display: block;
  color: #7588a0;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rr-news-filter-head h2,
.rr-news-section-heading h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.38rem;
  line-height: 1.2;
  font-weight: 750;
}

.rr-news-filter-head p { margin: 6px 0 0; color: #94a4ba; font-size: .82rem; }

.rr-news-filter-head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  color: #c9d5e6 !important;
  background: rgba(255, 255, 255, .04);
  text-decoration: none !important;
  font-size: .74rem;
  font-weight: 750;
}

/* Lead story */
.rr-news-featured {
  --rr-news-accent: #f2a900;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 32%, var(--rr-news-border));
  border-radius: 21px;
  background:
    linear-gradient(145deg, rgba(15, 27, 46, .97), rgba(9, 18, 33, .97)),
    var(--rr-news-surface-strong);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.rr-news-featured-image,
.rr-news-featured-icon {
  position: relative;
  display: flex;
  min-height: 355px;
  overflow: hidden;
  background: #101b2d;
  text-decoration: none !important;
}

.rr-news-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 65%, rgba(8, 17, 31, .42));
}

.rr-news-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.rr-news-featured-image:hover img { transform: scale(1.035); }

.rr-news-featured-icon {
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--rr-news-accent) 24%, transparent), transparent 52%),
    linear-gradient(145deg, #15243a, #0c1728);
}

.rr-news-featured-icon::before,
.rr-news-card-media > span::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 22%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 36px color-mix(in srgb, var(--rr-news-accent) 4%, transparent), 0 0 0 72px color-mix(in srgb, var(--rr-news-accent) 2%, transparent);
}

.rr-news-featured-icon i {
  position: relative;
  z-index: 1;
  color: var(--rr-news-accent);
  font-size: 5.5rem;
  filter: drop-shadow(0 12px 28px color-mix(in srgb, var(--rr-news-accent) 38%, transparent));
}

.rr-news-featured-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}

.rr-news-featured-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, transparent, var(--rr-news-accent), transparent);
  opacity: .55;
}

.rr-news-featured-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 30%, transparent);
  border-radius: 999px;
  color: var(--rr-news-accent);
  background: color-mix(in srgb, var(--rr-news-accent) 10%, transparent);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rr-news-category-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  color: var(--rr-news-accent) !important;
  text-decoration: none !important;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rr-news-featured h2 {
  margin: 10px 0 13px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.035em;
}

.rr-news-featured h2 a,
.rr-news-card h3 a {
  position: static !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.rr-news-featured p,
.rr-news-card p {
  color: #a9b7ca;
  line-height: 1.7;
}

.rr-news-featured p { margin: 0 0 17px; font-size: .9rem; }

.rr-news-card-meta,
.rr-news-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #8191a7;
  font-size: .7rem;
}

.rr-news-card-meta span,
.rr-news-meta-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rr-news-card-meta i,
.rr-news-meta-line i { color: color-mix(in srgb, var(--rr-news-accent) 76%, #7fbce1); }

.rr-news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 20px;
  color: #f3f7fc !important;
  text-decoration: none !important;
  font-size: .78rem;
  font-weight: 900;
}

.rr-news-readmore i {
  color: var(--rr-news-accent);
  transition: transform .18s ease;
}

.rr-news-readmore:hover i { transform: translateX(4px); }

/* Story section and cards */
.rr-news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 2px 16px;
}

.rr-news-section-heading small {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  color: #8292a8;
  background: rgba(255, 255, 255, .025);
  font-size: .67rem;
}

.rr-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rr-news-card {
  --rr-news-accent: #f2a900;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rr-news-border);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(18, 31, 50, .95), rgba(10, 20, 35, .94));
  box-shadow: 0 15px 38px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .025);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rr-news-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--rr-news-accent) 48%, rgba(255, 255, 255, .15));
  box-shadow: 0 22px 46px rgba(0, 0, 0, .22);
}

.rr-news-card-media {
  position: relative;
  display: flex;
  height: 184px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--rr-news-accent) 20%, transparent), transparent 64%),
    #111d31;
  text-decoration: none !important;
}

.rr-news-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(7, 15, 27, .48));
}

.rr-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.rr-news-card:hover .rr-news-card-media img { transform: scale(1.035); }

.rr-news-card-media > span {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  color: var(--rr-news-accent);
  font-size: 3.25rem;
}

.rr-news-card-media > span::before {
  width: 108px;
  height: 108px;
  box-shadow: 0 0 0 23px color-mix(in srgb, var(--rr-news-accent) 4%, transparent);
}

.rr-news-card-media > span i { position: relative; z-index: 1; }

.rr-news-pinned {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 9px;
  color: #fff;
  background: rgba(4, 10, 19, .85);
  backdrop-filter: blur(8px);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rr-news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 20px 20px;
}

.rr-news-card h3 {
  margin: 10px 0 9px;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: -.018em;
}

.rr-news-card p {
  flex: 1;
  margin: 0 0 15px;
  font-size: .8rem;
}

.rr-news-card .rr-news-readmore { margin-top: 14px; font-size: .73rem; }

/* A single result becomes an intentional wide story card. */
.rr-news-card:only-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
}

.rr-news-card:only-child .rr-news-card-media { height: 100%; min-height: 250px; }
.rr-news-card:only-child .rr-news-card-body { justify-content: center; padding: clamp(24px, 4vw, 40px); }
.rr-news-card:only-child h3 { max-width: 720px; font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.rr-news-card:only-child p { max-width: 740px; flex: 0; font-size: .9rem; }

/* Empty state and pagination */
.rr-news-empty {
  text-align: center;
  padding: clamp(52px, 8vw, 84px) 25px;
  border: 1px dashed rgba(154, 184, 219, .16);
  border-radius: 18px;
  color: #8999af;
  background: rgba(255, 255, 255, .018);
}

.rr-news-empty > i {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 15px;
  border-radius: 20px;
  color: #f2a900;
  background: rgba(242, 169, 0, .1);
  font-size: 1.8rem;
}

.rr-news-empty h2 { margin: 0 0 7px; color: #fff; font-size: 1.35rem; }
.rr-news-empty p { margin: 0; }

.rr-news-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 29px;
}

.rr-news-pagination a {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  color: #bdc9d9 !important;
  background: rgba(255, 255, 255, .035);
  text-decoration: none !important;
  font-size: .76rem;
  font-weight: 800;
}

.rr-news-pagination a.active,
.rr-news-pagination a:hover {
  border-color: #f2a900;
  color: #151008 !important;
  background: #f2a900;
  transform: translateY(-1px);
}

/* Article page */
.rr-news-detail {
  max-width: 1080px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.rr-news-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
}

.rr-news-detail-topbar > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9eacc0 !important;
  text-decoration: none !important;
  font-size: .75rem;
  font-weight: 750;
}

.rr-news-detail-topbar > a:first-child:hover { color: #fff !important; transform: translateX(-2px); }

.rr-news-category-pill {
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 42%, transparent);
  border-radius: 999px !important;
  color: var(--rr-news-accent) !important;
  background: color-mix(in srgb, var(--rr-news-accent) 10%, transparent);
  font-weight: 850 !important;
}

.rr-news-detail-image {
  position: relative;
  height: min(52vw, 510px);
  min-height: 300px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--rr-news-border);
  border-radius: 21px;
  background: #111d31;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.rr-news-detail-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 25%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(7, 15, 27, .32));
}

.rr-news-detail-image img { width: 100%; height: 100%; object-fit: cover; }

.rr-news-detail-hero {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 28%, var(--rr-news-border));
  border-radius: 21px;
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--rr-news-accent) 11%, transparent), transparent 32%),
    linear-gradient(125deg, rgba(15, 30, 50, .98), rgba(8, 18, 33, .98) 65%, rgba(20, 22, 37, .98));
  box-shadow: 0 19px 44px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.rr-news-detail-hero::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -66px;
  bottom: -103px;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 19%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 34px color-mix(in srgb, var(--rr-news-accent) 3%, transparent);
}

.rr-news-detail-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: clamp(27px, 5vw, 48px) clamp(25px, 5vw, 52px) 24px;
}

.rr-news-detail-header.no-image { padding-top: clamp(31px, 5vw, 52px); }

.rr-news-detail-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid color-mix(in srgb, var(--rr-news-accent) 40%, transparent);
  border-radius: 18px;
  color: var(--rr-news-accent);
  background: color-mix(in srgb, var(--rr-news-accent) 11%, rgba(255, 255, 255, .025));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--rr-news-accent) 10%, transparent), inset 0 1px 0 rgba(255, 255, 255, .045);
  font-size: 1.46rem;
}

.rr-news-detail-heading { min-width: 0; }

.rr-news-detail h1 {
  max-width: 880px;
  margin: 4px 0 14px;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 3.55rem);
  line-height: 1.055;
  font-weight: 820;
  letter-spacing: -.047em;
}

.rr-news-detail-summary {
  max-width: 850px;
  margin: 0;
  color: #b0bdd0;
  font-size: clamp(.96rem, 1.5vw, 1.09rem);
  line-height: 1.72;
}

.rr-news-byline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 clamp(25px, 5vw, 52px);
  padding: 17px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, .085);
}

.rr-news-byline img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 2px solid color-mix(in srgb, var(--rr-news-accent) 38%, rgba(255, 255, 255, .14));
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.rr-news-byline-copy { min-width: 0; }

.rr-news-author-line {
  margin-bottom: 5px;
  color: #e2eaf5;
  font-size: .8rem;
  font-weight: 750;
}

.rr-news-author-line a { color: #fff !important; text-decoration: none !important; }

/* Readable article canvas */
.rr-news-article-body {
  max-width: 870px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(153, 184, 219, .12);
  border-radius: 21px;
  color: #cbd6e4;
  background:
    linear-gradient(155deg, rgba(17, 29, 47, .88), rgba(9, 19, 33, .9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 17px 40px rgba(0, 0, 0, .13);
  font-size: .96rem;
  line-height: 1.88;
}

.rr-news-article-body > :first-child { margin-top: 0 !important; }
.rr-news-article-body > :last-child { margin-bottom: 0 !important; }

.rr-news-article-body p { margin: 0 0 1.2em; color: #cbd6e4; }
.rr-news-article-body ul,
.rr-news-article-body ol { margin: 1em 0 1.35em; padding-left: 1.45em; }
.rr-news-article-body li { margin: .38em 0; color: #cbd6e4; }

.rr-news-article-body h1,
.rr-news-article-body h2,
.rr-news-article-body h3,
.rr-news-article-body h4 {
  position: relative;
  margin: 1.65em 0 .65em;
  color: #fff;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: -.025em;
}

.rr-news-article-body h2 { font-size: clamp(1.45rem, 2.8vw, 1.9rem); }
.rr-news-article-body h3 { font-size: clamp(1.18rem, 2.2vw, 1.45rem); }

.rr-news-article-body h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: .86em;
  margin-right: 10px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--rr-news-accent), #0eb4f6);
  vertical-align: -.05em;
}

.rr-news-article-body a {
  color: #41c0ff !important;
  text-decoration-color: rgba(65, 192, 255, .4) !important;
  text-underline-offset: 3px;
}

.rr-news-article-body strong { color: #f2f6fb; }

.rr-news-article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.7em auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  box-shadow: 0 15px 36px rgba(0, 0, 0, .2);
}

.rr-news-article-body blockquote {
  margin: 1.55rem 0;
  padding: 18px 20px;
  border: 0;
  border-left: 4px solid var(--rr-news-accent);
  border-radius: 0 14px 14px 0;
  color: #dce5f0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--rr-news-accent) 10%, transparent), rgba(255, 255, 255, .028));
}

.rr-news-article-body iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 1.6em 0;
  border: 0;
  border-radius: 15px;
}

/* Source, sharing, related */
.rr-news-source {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 870px;
  margin: 22px auto 0;
  padding: 16px 17px;
  border: 1px solid var(--rr-news-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
}

.rr-news-source > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  color: var(--rr-news-accent);
  background: color-mix(in srgb, var(--rr-news-accent) 10%, transparent);
}

.rr-news-source div { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.rr-news-source strong { color: #f3f6fb; font-size: .8rem; }
.rr-news-source span { overflow: hidden; color: #8292a8; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.rr-news-source a { color: #fff !important; font-size: .74rem; font-weight: 850; }

.rr-news-share-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 870px;
  margin: 25px auto 0;
  padding: 20px 0 2px;
  border-top: 1px solid rgba(255, 255, 255, .075);
}

.rr-news-share-row > span {
  margin-right: 4px;
  color: #7d8da3;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rr-news-share-row a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  color: #e9f0f8 !important;
  background: rgba(255, 255, 255, .04);
  text-decoration: none !important;
}

.rr-news-share-row a:hover {
  border-color: color-mix(in srgb, var(--rr-news-accent) 45%, transparent);
  color: var(--rr-news-accent) !important;
  background: color-mix(in srgb, var(--rr-news-accent) 8%, rgba(255, 255, 255, .035));
  transform: translateY(-2px);
}

.rr-news-related { margin-top: 35px; }

.rr-news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.rr-news-mini-card {
  --rr-news-accent: #f2a900;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--rr-news-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, .028);
  text-decoration: none !important;
}

.rr-news-mini-card:hover {
  border-color: color-mix(in srgb, var(--rr-news-accent) 40%, var(--rr-news-border));
  background: rgba(255, 255, 255, .045);
  transform: translateY(-2px);
}

.rr-news-mini-image,
.rr-news-mini-icon {
  flex: 0 0 82px;
  width: 82px;
  height: 72px;
  border-radius: 11px;
  background-color: #101a2b;
  background-position: center;
  background-size: cover;
}

.rr-news-mini-icon { display: grid; place-items: center; color: var(--rr-news-accent); font-size: 1.65rem; }
.rr-news-mini-card > div:last-child { min-width: 0; }
.rr-news-mini-card span { color: var(--rr-news-accent); font-size: .59rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.rr-news-mini-card h3 { margin: 3px 0; color: #fff; font-size: .84rem; line-height: 1.25; font-weight: 720; }
.rr-news-mini-card small { color: #75859b; font-size: .66rem; }

@media (max-width: 991px) {
  .rr-news-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rr-news-page-head { align-items: stretch; flex-direction: column; }
  .rr-news-search { flex-basis: auto; width: 100%; min-width: 0; }
  .rr-news-featured { grid-template-columns: 1fr; }
  .rr-news-featured-image,
  .rr-news-featured-icon { min-height: 300px; }
  .rr-news-featured-copy::before { top: 0; bottom: auto; left: 28px; right: 28px; width: auto; height: 2px; background: linear-gradient(90deg, transparent, var(--rr-news-accent), transparent); }
  .rr-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rr-news-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .rr-news-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .rr-news-categories a { min-height: 46px; padding: 8px 9px 8px 11px; font-size: .69rem; }
  .rr-news-page,
  .rr-news-detail { padding: 17px !important; border-radius: 17px !important; }
  .rr-news-page-head { margin: -2px -2px 18px; padding: 20px; }
  .rr-news-page-title { align-items: flex-start; gap: 13px; }
  .rr-news-page-mark { flex-basis: 48px; width: 48px; height: 48px; border-radius: 14px; font-size: 1.05rem; }
  .rr-news-page-head h1 { font-size: 1.72rem; }
  .rr-news-page-head p { font-size: .8rem; }
  .rr-news-search { grid-template-columns: auto minmax(90px, 1fr) auto; }
  .rr-news-search button { padding: 0 13px; }
  .rr-news-grid { grid-template-columns: 1fr; }
  .rr-news-card:only-child { display: flex; grid-column: auto; }
  .rr-news-card:only-child .rr-news-card-media { min-height: 215px; height: 215px; }
  .rr-news-featured-image,
  .rr-news-featured-icon { min-height: 230px; }
  .rr-news-featured-copy { padding: 25px 22px; }
  .rr-news-featured h2 { font-size: 1.55rem; }
  .rr-news-filter-head { align-items: flex-start; flex-direction: column; }
  .rr-news-section-heading { align-items: flex-start; }
  .rr-news-detail-topbar { align-items: flex-start; }
  .rr-news-category-pill { max-width: 60%; text-align: right; }
  .rr-news-detail-image { min-height: 215px; border-radius: 16px; }
  .rr-news-detail-hero { border-radius: 17px; }
  .rr-news-detail-header { grid-template-columns: 1fr; gap: 14px; padding: 24px 21px 18px; }
  .rr-news-detail-icon { width: 50px; height: 50px; border-radius: 14px; font-size: 1.18rem; }
  .rr-news-detail h1 { font-size: clamp(1.8rem, 10vw, 2.45rem); }
  .rr-news-detail-summary { font-size: .9rem; }
  .rr-news-byline { align-items: flex-start; margin: 0 21px; padding-bottom: 18px; }
  .rr-news-meta-line { gap: 6px 10px; }
  .rr-news-article-body { padding: 24px 20px; border-radius: 17px; font-size: .9rem; line-height: 1.8; }
  .rr-news-source { align-items: flex-start; flex-wrap: wrap; }
  .rr-news-source a { width: 100%; padding-left: 55px; }
  .rr-news-share-row { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .rr-news-categories { grid-template-columns: 1fr; }
  .rr-news-page-title { display: block; }
  .rr-news-page-mark { margin-bottom: 13px; }
  .rr-news-search { display: flex; flex-wrap: wrap; }
  .rr-news-search > i { flex: 0 0 auto; }
  .rr-news-search input { flex: 1; }
  .rr-news-search button { width: 100%; }
  .rr-news-detail-topbar { flex-direction: column; }
  .rr-news-category-pill { max-width: 100%; }
  .rr-news-share-row > span { width: 100%; margin: 0 0 4px; text-align: center; }
}
