.heatfm-listen-now-wrap {
    width: 100%;
    max-width: var(--heatfm-listen-max-width, 760px);
    margin: 32px auto;
    text-align: center;
}

.heatfm-listen-now-link {
    display: inline-block;
    max-width: 100%;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 0;
    transition: transform .2s ease, filter .2s ease;
}

.heatfm-listen-now-link:hover,
.heatfm-listen-now-link:focus {
    transform: scale(1.02);
    filter: brightness(1.08);
    outline: none;
}

.heatfm-listen-now-link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 8px;
    border-radius: 999px;
}

.heatfm-listen-now-image {
    display: block;
    width: 100%;
    max-width: var(--heatfm-listen-max-width, 760px);
    height: auto;
    margin: 0 auto;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.heatfm-listen-now-label {
    margin-top: 16px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .heatfm-listen-now-wrap {
        margin: 22px auto;
        padding: 0 14px;
    }
}
