.press-page {
    padding: 24px 0 70px;
    background: #ffffff;
}

.press-header {
    margin-bottom: 20px;
    margin-top: 95px;
}

.press-title {
    color: var(--primary);
    font-size: 46px;
    font-weight: 800;
    margin: 10px 0 0;
}

.press-quote-band {
    background: #f3f3f3;
    padding: 36px 0;
}

.press-quote-grid {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(320px, 1fr) minmax(180px, 260px);
    align-items: center;
    gap: 24px;
}

.press-portrait img {
    width: 100%;
    height: auto;
    display: block;
}

.press-portrait-left img {
    border-radius: 18px;
    margin-bottom: -110px;
}

.press-portrait-right img {
    border-radius: 25%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-top: -130px;
    height: 305px;
}

.press-quotes {
    text-align: center;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
}

.press-quotes blockquote {
    margin: 0 0 16px;
    font-style: italic;
}

@media (min-width: 990px) {
    .press-quote-right {
        text-align: right;
    }

    .press-quote-left {
        text-align: left;
    }
}

.press-quote-author {
    margin-bottom: 22px;
    font-weight: 700;
    color: #6f6f6f;
}

.press-carousel-section {
    background: #f1f1f1;
    padding: 44px 0 40px;
}

.press-carousel {
    position: relative;
}

.press-carousel-card {
    background: #ffffff;
    padding: 24px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    height: clamp(260px, 60vw, 520px);
    max-width: 750px;
    max-height: 750px;
    margin: 0 auto;
}

.press-carousel-card img {
    width: 100%;
    max-width: 750px;
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.press-carousel-controls {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 750px;
    margin: 18px auto 0;
}

.press-carousel-control {
    position: static;
    transform: none;
    background: var(--primary);
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 700;
    text-transform: none;
    opacity: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.press-carousel-control:hover,
.press-carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    background: #b40018;
}


.press-carousel-meta {
    text-align: center;
    padding: 18px 0 6px;
}

.press-carousel-title {
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 8px;
}

.press-carousel-link {
    color: var(--primary);
    text-decoration: underline;
    word-break: break-word;
}

.press-carousel-link.muted {
    color: #b0b0b0;
    text-decoration: none;
}

.press-copy {
    color: #7a7a7a;
    font-size: 17px;
    line-height: 1.8;
    padding-top: 26px;
}

.press-copy p {
    margin-bottom: 22px;
}

.press-copy a {
    color: inherit;
    text-decoration: underline;
}

.press-doc-link {
    text-align: center;
    margin-top: 34px;
}

.press-doc-link a {
    color: #ff2bb8;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .press-title {
        font-size: 36px;
    }

    .press-quote-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .press-portrait {
        max-width: 240px;
        width: 100%;
    }

    .press-quotes {
        font-size: 16px;
    }

    .press-portrait-right {
        order: 1;
    }

    .press-portrait-right img {
            margin-top: 0px;
    }

    .press-quotes {
        order: 2;
    }

    .press-portrait-left {
        order: 3;
        margin-bottom: 0px;
    }
    .press-portrait-left img {
        order: 3;
        margin-bottom: 0px;
    }
    .press-carousel-control {
        padding: 12px 16px;
    }
}

@media (max-width: 767.98px) {
    .press-carousel-controls {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .press-carousel-control {
        width: 100%;
        max-width: 220px;
    }
}

@media (max-width: 575.98px) {
    .press-title {
        font-size: 30px;
    }

    .press-copy {
        font-size: 16px;
    }

    .press-carousel-card {
        padding: 16px;
    }
}

.press-radio-section {
    background: #ffffff;
    padding: 52px 0 60px;
    border-top: 1px solid #e7e7e7;
}

.press-radio-title {
    text-align: center;
    color: #4b4b4b;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.press-radio-copy {
    text-align: center;
    color: #8a8a8a;
    max-width: 820px;
    margin: 0 auto 14px;
    line-height: 1.7;
}

.press-radio-copy a {
    color: inherit;
    text-decoration: underline;
}

.press-radio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 22px;
    align-items: stretch;
    margin: 28px auto 18px;
}

.press-radio-card {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.press-radio-card img {
    width: 100%;
    height: auto;
    display: block;
}

.mbtn {
    min-height:62px;
}

.press-radio-button {
    width: 100%;
    border: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 12px 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.press-radio-button:focus,
.press-radio-button:focus-visible {
    outline: 2px solid var(--primary);
    /* outline-offset: 3px; */
    box-shadow: none;
}



.press-radio-play {
    font-size: 12px;
}

.press-radio-note {
    text-align: center;
    color: #ff2bb8;
    margin-top: 12px;
    font-weight: 600;
}

.press-radio-cta {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.press-radio-cta-button {
    background: var(--primary);
    color: #ffffff;
    padding: 14px 36px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}


.press-radio-button:hover {
    background: #b40018;
    color: #ffffff;
    text-decoration: none;
}

.press-radio-cta-button:hover {
    background: transparent;
    text-decoration: none;
    color: #e00614;
    border: 2px solid var(--primary);
}

.press-radio-button.is-playing {
    background: #ffffff;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.press-radio-button.is-playing .press-radio-play {
    transform: scale(1.1);
}

@media (max-width: 991.98px) {
    .press-radio-grid {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .press-radio-title {
        font-size: 22px;
    }

    .press-radio-grid {
        grid-template-columns: 1fr;
    }
}
