/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 18:08:55 */
/* ==========================================================
   NOTE.radio V2 — LISTEN / APP PROMO CARD
   ========================================================== */

.ntr-v2-listen-card {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-width: 0;
    min-height: 245px;

    padding: 22px 20px;

    justify-content: center;
    align-items: flex-start;

    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    border: 1px solid var(--ntr-border);
    border-radius: 14px;

    overflow: hidden;

    box-sizing: border-box;
}


/* delikatne zabezpieczenie czytelności lewej części */

.ntr-v2-listen-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 28, 77, .38) 0%,
            rgba(4, 28, 77, .16) 42%,
            rgba(4, 28, 77, 0) 68%
        );

    pointer-events: none;
    z-index: 0;
}


/* ==========================================================
   CONTENT
   ========================================================== */

.ntr-v2-listen-card__content {
    position: relative;
    z-index: 2;

    width: 54%;
    max-width: 54%;
    min-width: 0;

    align-items: flex-start !important;
}


/* ==========================================================
   TITLE
   ========================================================== */

.ntr-v2-listen-card__title .elementor-heading-title {
    margin: 0;

    font-family: "Outfit", sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: .98;

    color: #fff !important;
}


/* ==========================================================
   TEXT
   ========================================================== */

.ntr-v2-listen-card__text,
.ntr-v2-listen-card__text p {
    margin: 0;

    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;

    color: rgba(255,255,255,.92) !important;
}


/* ==========================================================
   BUTTON
   ========================================================== */

.ntr-v2-listen-card__button .elementor-button {
    min-height: 36px;

    padding: 9px 14px;

    background: var(--ntr-accent);
    color: #fff !important;

    border: 0;
    border-radius: 8px;

    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    box-shadow: none;

    transition:
        transform .18s ease,
        filter .18s ease;
}

.ntr-v2-listen-card__button .elementor-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .ntr-v2-listen-card {
        min-height: 250px;
        padding: 22px;
    }

    .ntr-v2-listen-card__content {
        width: 52%;
        max-width: 52%;
    }

    .ntr-v2-listen-card__title .elementor-heading-title {
        font-size: 27px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .ntr-v2-listen-card {
        min-height: 230px;
        padding: 20px;

        background-position: 58% center !important;
    }

    .ntr-v2-listen-card__content {
        width: 56%;
        max-width: 56%;
    }

    .ntr-v2-listen-card__title .elementor-heading-title {
        font-size: 23px;
    }

    .ntr-v2-listen-card__text,
    .ntr-v2-listen-card__text p {
        font-size: 12px;
    }

}