.podcast-access-badge {
    display: inline-flex;
    min-width: max-content;
    max-width: 100%;
    min-height: 1.75rem;
    padding: 0.3rem 0.82rem;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    border: 1px solid rgba(242, 210, 132, 0.62);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, #0d3154, #061427 78%);
    box-shadow: 0 6px 18px rgba(3, 9, 22, 0.14);
    cursor: default;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.podcast-access-badge__indicator {
    width: 0.42rem;
    height: 0.42rem;
    flex: 0 0 0.42rem;
    border-radius: 50%;
    color: #f2d284;
    background: #f2d284;
    box-shadow: 0 0 0.55rem rgba(242, 210, 132, 0.72);
}

.podcast-access-badge--free {
    color: #fff;
}

.podcast-access-badge--free .podcast-access-badge__indicator {
    color: #f2d284;
}

.podcast-access-badge--paid {
    color: #fff;
}

.podcast-access-badge--paid .podcast-access-badge__indicator {
    color: #f2d284;
}

.podcast-card__footer .podcast-access-badge--free.podcast-catalog-control-effect {
    color: #F4D57B;
    border-color: #F4D57B;
    background-color: #3D6688;
    background-image: none;
    backdrop-filter: none;
    opacity: 1;
    font-weight: 700;
    text-shadow: none;
}

.podcast-card__footer .podcast-access-badge--free > span:last-child {
    color: #F4D57B;
    opacity: 1;
    filter: none;
    text-shadow: none;
    transform: none;
}

.podcast-card__footer .podcast-access-badge--free .podcast-access-badge__indicator {
    color: #F4D57B;
    background: #F4D57B;
    box-shadow: 0 0 2px rgba(244, 213, 123, 0.32);
    opacity: 1;
    filter: none;
}

.podcast-card__footer .podcast-access-badge--paid {
    color: #fff;
    background: linear-gradient(145deg, #2b9660, #197044);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 7px 18px rgba(25, 112, 68, 0.24);
}

.premium-podcast-info .podcast-access-badge {
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    .podcast-access-badge {
        padding-inline: 0.72rem;
        font-size: 0.7rem;
    }
}
