.rpp-root {
    --rpp-shadow-soft: 0 24px 60px rgba(18, 34, 59, 0.12);
    --rpp-shadow-card: 0 16px 40px rgba(19, 36, 63, 0.12);
    --rpp-card-radius: 0;
    --rpp-panel-radius: 0;
    --rpp-button-radius: 0;
    --rpp-shell-padding: 16px;
    --rpp-font-size-base: 16px;
    --rpp-font-size-copy: 1rem;
    --rpp-font-size-copy-lead: clamp(1.05rem, 0.98rem + 0.35vw, 1.2rem);
    --rpp-font-size-title-card: clamp(1.3rem, 1.15rem + 0.45vw, 1.7rem);
    --rpp-font-size-title-section: clamp(1.85rem, 1.55rem + 1vw, 2.65rem);
    --rpp-font-size-title-hero: clamp(2.4rem, 1.65rem + 2.6vw, 4.4rem);
    color: var(--rpp-text);
    font-family: inherit;
    font-size: var(--rpp-font-size-base);
    line-height: 1.6;
}

.rpp-root button,
.rpp-root input,
.rpp-root select,
.rpp-root textarea {
    font: inherit;
}

body.rpp-layout--episode.rpp-hide-theme-titlebar .avada-page-titlebar-wrapper,
body.single-podcast .avada-page-titlebar-wrapper,
body.rpp-layout--hub .avada-page-titlebar-wrapper,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-bar,
body.single-podcast .fusion-page-title-bar,
body.rpp-layout--hub .fusion-page-title-bar,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-row,
body.single-podcast .fusion-page-title-row,
body.rpp-layout--hub .fusion-page-title-row,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-wrapper,
body.single-podcast .fusion-page-title-wrapper,
body.rpp-layout--hub .fusion-page-title-wrapper,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-captions,
body.single-podcast .fusion-page-title-captions,
body.rpp-layout--hub .fusion-page-title-captions,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-secondary,
body.single-podcast .fusion-page-title-secondary,
body.rpp-layout--hub .fusion-page-title-secondary {
    display: none !important;
}

body.rpp-layout--episode.rpp-hide-theme-titlebar #main,
body.single-podcast #main,
body.rpp-layout--hub #main,
body.rpp-layout--episode.rpp-hide-theme-titlebar .avada-page-titlebar-wrapper + #main,
body.single-podcast .avada-page-titlebar-wrapper + #main,
body.rpp-layout--hub .avada-page-titlebar-wrapper + #main,
body.rpp-layout--episode.rpp-hide-theme-titlebar .fusion-page-title-bar + #main,
body.single-podcast .fusion-page-title-bar + #main,
body.rpp-layout--hub .fusion-page-title-bar + #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.rpp-managed-layout.rpp-force-full-width #main {
    padding-left: 0;
    padding-right: 0;
}

body.rpp-managed-layout.rpp-force-full-width #main > .fusion-row,
body.rpp-managed-layout.rpp-force-full-width .fusion-row {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

body.rpp-managed-layout.rpp-force-full-width #main #content,
body.rpp-managed-layout.rpp-force-full-width #content,
body.rpp-managed-layout.rpp-force-full-width .fusion-content-area {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.rpp-managed-layout.rpp-force-full-width #main #sidebar,
body.rpp-managed-layout.rpp-force-full-width #sidebar,
body.rpp-managed-layout.rpp-force-full-width .fusion-sidebar-column,
body.rpp-managed-layout.rpp-force-full-width .fusion-sidebar-left,
body.rpp-managed-layout.rpp-force-full-width .fusion-sidebar-right,
body.rpp-managed-layout.rpp-force-full-width aside[id*="sidebar"] {
    display: none !important;
}

.rpp-root *,
.rpp-root *::before,
.rpp-root *::after {
    box-sizing: border-box;
}

.rpp-root img {
    display: block;
    height: auto;
    max-width: 100%;
}

.rpp-root a {
    color: inherit;
}

.rpp-page {
    background: var(--rpp-page-bg);
    margin: 0;
    padding: 0 0 80px;
}

.rpp-shell {
    margin: 0 auto;
    max-width: min(100%, var(--rpp-max-width));
    padding-left: var(--rpp-shell-padding);
    padding-right: var(--rpp-shell-padding);
    width: 100%;
}

.rpp-shell--narrow {
    max-width: min(100%, var(--rpp-max-width));
    padding-left: var(--rpp-shell-padding);
    padding-right: var(--rpp-shell-padding);
    width: 100%;
}

.rpp-section {
    padding: 36px 0;
}

.rpp-section--compact {
    padding: 18px 0;
}

.rpp-root .rpp-title,
.rpp-root h1.rpp-title,
.rpp-root h2.rpp-title,
.rpp-root h3.rpp-title,
.rpp-root h4.rpp-title,
.rpp-root h5.rpp-title,
.rpp-root h6.rpp-title {
    color: var(--rpp-heading);
    font-style: normal;
    font-size: var(--rpp-font-size-title-section);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0;
    text-transform: none;
}

.rpp-root .rpp-title--hero,
.rpp-root h1.rpp-title--hero {
    font-size: var(--rpp-font-size-title-hero);
    font-weight: var(--rpp-font-weight-title-hero, 800);
    margin-bottom: 18px;
}

.rpp-root .rpp-title--section,
.rpp-root h2.rpp-title--section {
    font-size: var(--rpp-font-size-title-section);
    margin-bottom: 16px;
}

.rpp-root .rpp-title--card,
.rpp-root h2.rpp-title--card,
.rpp-root h3.rpp-title--card {
    font-size: var(--rpp-font-size-title-card);
    line-height: 1.18;
}

.rpp-title--center {
    text-align: center;
}

.rpp-root .rpp-copy,
.rpp-root .rpp-copy p {
    color: var(--rpp-text);
    font-family: inherit;
    font-size: var(--rpp-font-size-copy);
    line-height: 1.75;
}

.rpp-copy p {
    margin: 0 0 1em;
}

.rpp-copy p:last-child {
    margin-bottom: 0;
}

.rpp-root .rpp-copy--compact,
.rpp-root .rpp-copy--compact p {
    font-size: 0.96rem;
    line-height: 1.65;
}

.rpp-root .rpp-copy--lead,
.rpp-root .rpp-copy--lead p {
    font-size: var(--rpp-font-size-copy-lead);
}

.rpp-pill {
    align-items: center;
    background: var(--rpp-pill-bg);
    border-radius: 0;
    color: var(--rpp-pill-text);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.1;
    margin-bottom: 16px;
    padding: 0.55rem 0.9rem;
    text-transform: uppercase;
}

.rpp-pill--soft {
    background: var(--rpp-accent-soft);
    color: var(--rpp-accent-end);
}

.rpp-button {
    align-items: center;
    background: #fd7713;
    border: 0;
    border-radius: 0;
    color: var(--rpp-button-text);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    gap: 0.45rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 48px;
    padding: 0.8rem 1.35rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.rpp-button:hover,
.rpp-button:focus-visible {
    background: #d46008;
    transform: translateY(-1px);
}

.rpp-button--ghost {
    background: transparent;
    border: 1px solid var(--rpp-border);
    color: var(--rpp-heading);
}

.rpp-button--ghost:hover,
.rpp-button--ghost:focus-visible {
    background: transparent;
    border-color: var(--rpp-accent-end);
}

.rpp-hero,
.rpp-sponsors-hero,
.rpp-episode-hero {
    overflow: hidden;
    position: relative;
}

.rpp-hero,
.rpp-sponsors-hero {
    background-color: #12233d;
}

.rpp-hero::before,
.rpp-sponsors-hero::before {
    background-image:
        linear-gradient(120deg, rgba(13, 24, 43, 0.84), rgba(20, 44, 77, 0.52)),
        var(--rpp-hero-bg-mobile, none);
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute;
}

.rpp-sponsors-hero::before {
    background-image:
        linear-gradient(120deg, rgba(13, 24, 43, 0.84), rgba(20, 44, 77, 0.52)),
        var(--rpp-sponsors-bg-mobile, none);
}

.rpp-hero > *,
.rpp-sponsors-hero > *,
.rpp-episode-hero > * {
    position: relative;
}

.rpp-hero {
    padding: 72px 0 56px;
}

.rpp-hero__grid,
.rpp-episode-hero__grid {
    align-items: center;
    display: grid;
    gap: 28px;
}

.rpp-hero__copy,
.rpp-sponsors-hero__copy,
.rpp-episode-hero__copy {
    color: #fff;
}

.rpp-hero__copy .rpp-title,
.rpp-sponsors-hero__copy .rpp-title,
.rpp-episode-hero__copy .rpp-title {
    color: #fff;
}

.rpp-hero__copy .rpp-copy,
.rpp-sponsors-hero__copy .rpp-copy,
.rpp-episode-hero__copy .rpp-copy {
    color: rgba(255, 255, 255, 0.88);
    margin-top: 18px;
}

.rpp-root .rpp-hero .rpp-copy,
.rpp-root .rpp-hero .rpp-copy p {
    color: #ffffff;
}

.rpp-hero__actions {
    margin-top: 24px;
}

.rpp-latest-card,
.rpp-newsletter,
.rpp-sponsor-strip,
.rpp-episode-card,
.rpp-sponsor-card,
.rpp-cta-panel {
    background: var(--rpp-surface);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: var(--rpp-shadow-soft);
}

.rpp-latest-card {
    display: grid;
    gap: 18px;
    padding: 28px;
}

.rpp-root .rpp-latest-card .rpp-copy,
.rpp-root .rpp-latest-card .rpp-copy p {
    color: #000000;
}

.rpp-latest-card__read-more {
    color: var(--rpp-heading);
    display: inline;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rpp-latest-card__read-more:hover,
.rpp-latest-card__read-more:focus-visible {
    color: var(--rpp-accent-end);
}

.rpp-latest-card__brand {
    color: var(--rpp-heading);
    font-weight: 800;
}

.rpp-latest-card__brand img {
    max-width: 360px;
    object-fit: contain;
}

.rpp-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.rpp-platform {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    min-width: 180px;
    padding: 0.9rem 1rem;
    text-decoration: none;
}

.rpp-section .rpp-platform,
.rpp-section .rpp-platform__text small {
    color: #000;
}

.rpp-platform__icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 48px;
    justify-content: center;
}

.rpp-platform__icon img {
    height: 38px;
    width: 38px;
}

.rpp-platform__text {
    display: grid;
    gap: 2px;
}

.rpp-platform__text small {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.rpp-platform__text strong {
    font-size: 1rem;
    line-height: 1.2;
}

.rpp-newsletter,
.rpp-cta-panel {
    align-items: center;
    display: grid;
    gap: 24px;
    padding: 28px;
}

.rpp-newsletter {
    background: linear-gradient(135deg, var(--rpp-accent-start), var(--rpp-accent-end));
    color: #fff;
}

.rpp-newsletter,
.rpp-newsletter *,
.rpp-newsletter .rpp-title,
.rpp-newsletter .rpp-copy,
.rpp-newsletter .rpp-copy p {
    color: #fff;
}

.rpp-newsletter__form {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0;
    padding: 18px;
}

.rpp-sponsor-strip {
    padding: 30px;
}

.rpp-sponsor-strip__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.rpp-sponsor-logo {
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: center;
    min-height: 86px;
    min-width: 170px;
    padding: 18px 24px;
    text-decoration: none;
}

.rpp-sponsor-logo span {
    color: var(--rpp-heading);
    font-weight: 800;
}

.rpp-card-grid {
    display: grid;
    gap: 22px;
}

.rpp-feed__actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.rpp-episode-card {
    border-radius: 0;
    box-shadow: var(--rpp-shadow-card);
    overflow: hidden;
}

.rpp-episode-card__link {
    color: inherit;
    display: grid;
    height: 100%;
    text-decoration: none;
}

.rpp-episode-card__image {
    background: linear-gradient(135deg, rgba(255, 127, 26, 0.12), rgba(220, 73, 9, 0.18));
    min-height: 220px;
}

.rpp-episode-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rpp-episode-card__image--fallback {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 240, 228, 0.78), rgba(255, 255, 255, 0.96));
    border-bottom: 1px solid var(--rpp-border);
    display: flex;
    justify-content: center;
    padding: 34px;
}

.rpp-episode-card__image--fallback img {
    height: auto;
    max-height: 96px;
    max-width: min(78%, 260px);
    object-fit: contain;
    width: auto;
}

.rpp-episode-card__body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.rpp-episode-card__meta {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.rpp-episode-card__placeholder,
.rpp-sponsor-card__placeholder {
    align-items: center;
    color: var(--rpp-heading);
    display: flex;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.rpp-duration {
    align-items: center;
    color: var(--rpp-muted);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rpp-duration img {
    height: 14px;
    width: 14px;
}

.rpp-duration--empty {
    color: var(--rpp-muted);
}

.rpp-empty-state {
    background: var(--rpp-surface);
    border: 1px dashed var(--rpp-border);
    border-radius: 0;
    padding: 34px;
    text-align: center;
}

.rpp-episode-hero {
    background: linear-gradient(145deg, var(--rpp-accent-start), var(--rpp-accent-end));
    padding: 70px 0 48px;
}

.rpp-episode-hero__image {
    border-radius: 0;
    box-shadow: var(--rpp-shadow-soft);
    overflow: hidden;
}

.rpp-episode-hero__image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.rpp-player-group {
    display: grid;
    gap: 10px;
}

.rpp-player-group__label {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rpp-player {
    background: rgba(9, 19, 33, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    overflow: hidden;
    width: 100%;
}

.rpp-no-audio {
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: inherit;
    font-weight: 800;
    margin: 0;
    padding: 16px 18px;
}

.rpp-player .wp-audio-shortcode,
.rpp-player .mejs-container,
.rpp-player .mejs-container .mejs-controls,
.rpp-player__native {
    border-radius: 0;
    width: 100% !important;
}

.rpp-player .mejs-container {
    background: transparent !important;
    min-width: 0;
}

.rpp-player .mejs-inner,
.rpp-player .mejs-mediaelement,
.rpp-player .mejs-layers {
    background: transparent !important;
}

.rpp-player .mejs-container .mejs-controls {
    align-items: center;
    background: linear-gradient(180deg, rgba(14, 29, 49, 0.96), rgba(10, 21, 36, 0.96)) !important;
    display: flex;
    height: 56px;
    padding: 0 10px;
}

.rpp-player .mejs-container .mejs-button > button {
    filter: brightness(0) invert(1);
}

.rpp-player .mejs-container .mejs-time {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
}

.rpp-player .mejs-container .mejs-time-rail .mejs-time-total,
.rpp-player .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 0.2);
}

.rpp-player .mejs-container .mejs-time-rail .mejs-time-current,
.rpp-player .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: linear-gradient(135deg, var(--rpp-accent-start), var(--rpp-accent-end));
}

.rpp-player .mejs-container .mejs-time-rail .mejs-time-buffering,
.rpp-player .mejs-container .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.rpp-player .mejs-container .mejs-time-rail span,
.rpp-player .mejs-container .mejs-horizontal-volume-slider span {
    border-radius: 0;
}

.rpp-player .mejs-container .mejs-time-rail .mejs-time-total {
    margin-top: 8px;
}

.rpp-player__native {
    display: block;
    width: 100%;
}

.rpp-page--single .rpp-player-group,
.rpp-latest-card .rpp-player-group {
    background: var(--rpp-accent-soft);
    border: 2px solid rgba(220, 73, 9, 0.2);
    border-radius: 0;
    box-shadow: 0 18px 36px rgba(24, 49, 83, 0.12);
    gap: 16px;
    padding: 20px 18px 18px;
}

.rpp-page--single .rpp-player-group__label,
.rpp-latest-card .rpp-player-group__label {
    color: var(--rpp-heading);
    font-size: clamp(1.15rem, 1.05rem + 0.35vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-transform: none;
}

.rpp-page--single .rpp-player,
.rpp-latest-card .rpp-player {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.rpp-page--single .rpp-player .wp-audio-shortcode,
.rpp-page--single .rpp-player .mejs-container,
.rpp-page--single .rpp-player .mejs-container .mejs-controls,
.rpp-page--single .rpp-player__native,
.rpp-latest-card .rpp-player .wp-audio-shortcode,
.rpp-latest-card .rpp-player .mejs-container,
.rpp-latest-card .rpp-player .mejs-container .mejs-controls,
.rpp-latest-card .rpp-player__native {
    background: transparent !important;
    border-radius: 0;
}

.rpp-page--single .rpp-player .mejs-container .mejs-controls,
.rpp-latest-card .rpp-player .mejs-container .mejs-controls {
    gap: 14px;
    height: auto;
    min-height: 36px;
    padding: 0;
}

.rpp-page--single .rpp-player .mejs-container .mejs-button,
.rpp-page--single .rpp-player .mejs-container .mejs-time,
.rpp-page--single .rpp-player .mejs-container .mejs-time-rail,
.rpp-latest-card .rpp-player .mejs-container .mejs-button,
.rpp-latest-card .rpp-player .mejs-container .mejs-time,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail {
    align-items: center;
    display: flex;
    float: none;
    margin: 0;
}

.rpp-page--single .rpp-player .mejs-container .mejs-currenttime-container,
.rpp-page--single .rpp-player .mejs-container .mejs-duration-container,
.rpp-page--single .rpp-player .mejs-container .mejs-horizontal-volume-slider,
.rpp-page--single .rpp-player .mejs-container .mejs-volume-button,
.rpp-latest-card .rpp-player .mejs-container .mejs-currenttime-container,
.rpp-latest-card .rpp-player .mejs-container .mejs-duration-container,
.rpp-latest-card .rpp-player .mejs-container .mejs-horizontal-volume-slider,
.rpp-latest-card .rpp-player .mejs-container .mejs-volume-button {
    display: none !important;
}

.rpp-page--single .rpp-player .mejs-container .mejs-playpause-button,
.rpp-latest-card .rpp-player .mejs-container .mejs-playpause-button {
    background: #fd7713;
    border-radius: 0;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    transition: background 0.2s ease;
    width: 32px;
}

.rpp-page--single .rpp-player .mejs-container .mejs-playpause-button:hover,
.rpp-page--single .rpp-player .mejs-container .mejs-playpause-button:focus-within,
.rpp-latest-card .rpp-player .mejs-container .mejs-playpause-button:hover,
.rpp-latest-card .rpp-player .mejs-container .mejs-playpause-button:focus-within {
    background: #d46008;
}

.rpp-page--single .rpp-player .mejs-container .mejs-playpause-button > button,
.rpp-latest-card .rpp-player .mejs-container .mejs-playpause-button > button {
    filter: brightness(0) invert(1);
    font-family: inherit;
    height: 18px;
    margin: 0;
    width: 18px;
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-rail,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail {
    flex: 1 1 auto;
    height: 12px;
    min-width: 0;
    padding: 0;
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-total,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-total {
    background: rgba(24, 49, 83, 0.14);
    margin-top: 0;
    overflow: hidden;
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-buffering,
.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-loaded,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-buffering,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-loaded {
    background: rgba(24, 49, 83, 0.2);
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-current,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-current {
    background: var(--rpp-heading);
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-total,
.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-buffering,
.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-loaded,
.rpp-page--single .rpp-player .mejs-container .mejs-time-rail .mejs-time-current,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-total,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-buffering,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-loaded,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-rail .mejs-time-current {
    border-radius: 0;
    height: 8px;
}

.rpp-page--single .rpp-player .mejs-container .mejs-time-handle,
.rpp-page--single .rpp-player .mejs-container .mejs-time-handle-content,
.rpp-page--single .rpp-player .mejs-container .mejs-time-float,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-handle,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-handle-content,
.rpp-latest-card .rpp-player .mejs-container .mejs-time-float {
    display: none !important;
}

.rpp-platforms--single {
    justify-content: space-between;
}

.rpp-meta-row {
    border-bottom: 1px solid var(--rpp-border);
    border-top: 1px solid var(--rpp-border);
    color: var(--rpp-muted);
    display: flex;
    font-size: 0.75rem;
    gap: 8px;
    justify-content: flex-end;
    letter-spacing: 0.08em;
    padding: 16px 0;
    text-transform: uppercase;
}

.rpp-article h1 {
    color: var(--rpp-heading);
    line-height: 1.08;
    margin: 0 0 0.8em;
}

.rpp-article h2,
.rpp-article h3,
.rpp-article h4,
.rpp-article h5,
.rpp-article h6 {
    color: var(--rpp-heading);
    line-height: 1.18;
    margin: 1.75em 0 0.75em;
}

.rpp-article h2:first-child,
.rpp-article h1:first-child,
.rpp-article h3:first-child,
.rpp-article h4:first-child,
.rpp-article p:first-child {
    margin-top: 0;
}

.rpp-article p,
.rpp-article li {
    color: var(--rpp-text);
    line-height: 1.8;
}

.rpp-article ul,
.rpp-article ol {
    margin: 0 0 1.4em;
    padding-left: 1.4em;
}

.rpp-article li + li {
    margin-top: 0.35em;
}

.rpp-article > :last-child {
    margin-bottom: 0;
}

.rpp-article a {
    color: var(--rpp-accent-end);
    font-weight: 700;
}

.rpp-sponsors-hero {
    padding: 86px 0 54px;
}

.rpp-sponsor-cards {
    display: grid;
    gap: 22px;
}

.rpp-sponsor-card {
    display: grid;
    gap: 20px;
    padding: 28px;
}

.rpp-sponsor-card__header {
    align-items: center;
    display: grid;
    gap: 18px;
}

.rpp-sponsor-card__brand {
    align-items: center;
    background: var(--rpp-surface-alt);
    border-radius: 0;
    display: flex;
    justify-content: center;
    min-height: 140px;
    padding: 20px;
}

.rpp-sponsor-card__brand img {
    max-height: 86px;
    object-fit: contain;
}

.rpp-sponsor-card__summary {
    display: grid;
    gap: 12px;
}

.rpp-offer-card {
    background: linear-gradient(135deg, rgba(255, 127, 26, 0.08), rgba(220, 73, 9, 0.14));
    border: 1px solid rgba(220, 73, 9, 0.16);
    border-radius: 0;
    display: grid;
    gap: 10px;
    padding: 20px;
}

.rpp-offer-card__eyebrow {
    color: var(--rpp-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rpp-offer-card__content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
}

.rpp-offer-card__content p {
    margin: 4px 0 0;
}

.rpp-offer-card__content a {
    color: var(--rpp-accent-end);
    font-weight: 800;
    text-decoration: none;
}

.rpp-cta-panel {
    background: linear-gradient(135deg, rgba(255, 127, 26, 0.95), rgba(220, 73, 9, 0.95));
    color: #fff;
}

.rpp-cta-panel .rpp-title,
.rpp-cta-panel .rpp-copy {
    color: #fff;
}

.rpp-modal {
    inset: 0;
    position: fixed;
    z-index: 9999;
}

.rpp-modal__backdrop {
    background: rgba(8, 18, 31, 0.64);
    inset: 0;
    position: absolute;
}

.rpp-modal__dialog {
    background: var(--rpp-surface);
    border-radius: 0;
    box-shadow: var(--rpp-shadow-soft);
    left: 50%;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 28px;
    position: relative;
    top: 24px;
    transform: translateX(-50%);
    width: min(720px, calc(100% - 32px));
    z-index: 2;
}

.rpp-modal__close {
    background: transparent;
    border: 0;
    color: var(--rpp-muted);
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 10px;
}

.rpp-modal-open {
    overflow: hidden;
}

.rpp-root .gform_wrapper,
.rpp-root form {
    max-width: 100%;
}

@media (min-width: 576px) {
    .rpp-shell,
    .rpp-shell--narrow {
        max-width: min(540px, var(--rpp-max-width));
    }
}

@media (min-width: 768px) {
    .rpp-shell,
    .rpp-shell--narrow {
        max-width: min(720px, var(--rpp-max-width));
    }
}

@media (min-width: 992px) {
    .rpp-shell,
    .rpp-shell--narrow {
        max-width: min(960px, var(--rpp-max-width));
    }
}

@media (min-width: 1200px) {
    .rpp-shell,
    .rpp-shell--narrow {
        max-width: min(1140px, var(--rpp-max-width));
    }
}

@media (min-width: 1400px) {
    .rpp-shell,
    .rpp-shell--narrow {
        max-width: min(1320px, var(--rpp-max-width));
    }
}

@media (min-width: 768px) {
    .rpp-root {
        --rpp-shell-padding: 24px;
    }

    .rpp-hero::before {
        background-image:
            linear-gradient(120deg, rgba(13, 24, 43, 0.84), rgba(20, 44, 77, 0.52)),
            var(--rpp-hero-bg-tablet, var(--rpp-hero-bg-mobile, none));
    }

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

    .rpp-newsletter,
    .rpp-cta-panel {
        grid-template-columns: 1.1fr 0.9fr;
        padding: 36px;
    }

    .rpp-sponsor-card__header {
        grid-template-columns: minmax(220px, 280px) 1fr;
    }
}

@media (min-width: 1024px) {
    .rpp-hero::before {
        background-image:
            linear-gradient(120deg, rgba(13, 24, 43, 0.84), rgba(20, 44, 77, 0.52)),
            var(--rpp-hero-bg-desktop, var(--rpp-hero-bg-tablet, var(--rpp-hero-bg-mobile, none)));
    }

    .rpp-sponsors-hero::before {
        background-image:
            linear-gradient(120deg, rgba(13, 24, 43, 0.84), rgba(20, 44, 77, 0.52)),
            var(--rpp-sponsors-bg-desktop, var(--rpp-sponsors-bg-mobile, none));
    }

    .rpp-hero {
        padding: 92px 0 70px;
    }

    .rpp-hero__grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(340px, 430px);
        gap: 36px;
    }

    .rpp-episode-hero__grid {
        grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
        gap: 40px;
    }

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

    .rpp-page--single .rpp-player-group,
    .rpp-latest-card .rpp-player-group {
        padding: 26px 20px 22px;
    }
}
