/* =============================================
   Redirect Popup — Responsive CSS
   ============================================= */

/* Buton */
.merve-popup-action {
    margin-top: 20px;
}

.merve-popup-action .button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 20px;
    font-size: 15px;
}

/* "İlgilenmiyorum" linki */
.merve-popup-no-thanks {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    opacity: 0.55;
    text-decoration: underline;
    cursor: pointer;
}

.merve-popup-no-thanks:hover {
    opacity: 1;
}

/* =============================================
   Masaüstü — resim sol, içerik sağ
   ============================================= */
@media (min-width: 768px) {
    #merve-redirect-popup .popup-subscribe {
        display: flex;
        flex-direction: row;
        width: 680px;
        max-width: 90vw;
        overflow: hidden;
        border-radius: 16px;
    }

    #merve-redirect-popup .popup-subscribe .thumbnail {
        width: 42%;
        flex-shrink: 0;
        min-height: 100%;
        background-size: cover;
        background-position: center center;
        border-radius: 0;
    }

    #merve-redirect-popup .popup-subscribe .holder {
        width: 58%;
        padding: 36px 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #merve-redirect-popup .popup-subscribe .title {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    #merve-redirect-popup .popup-subscribe p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }
}

/* =============================================
   Mobil — resim üst, içerik alt
   ============================================= */
@media (max-width: 767px) {
    #merve-redirect-popup .clb-popup-holder {
        padding: 16px !important;
        align-items: center;
    }

    #merve-redirect-popup .popup-subscribe {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 420px;
        max-height: 88vh;
        overflow-y: auto;
        border-radius: 16px;
    }

    #merve-redirect-popup .popup-subscribe .thumbnail {
        width: 100%;
        height: 220px;
        flex-shrink: 0;
        background-size: cover;
        background-position: center top;
        border-radius: 0;
    }

    #merve-redirect-popup .popup-subscribe .holder {
        padding: 24px 20px 20px;
    }

    #merve-redirect-popup .popup-subscribe .title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    #merve-redirect-popup .popup-subscribe p {
        font-size: 13px;
        line-height: 1.55;
        margin: 0;
    }

    .merve-popup-action .button {
        padding: 12px 16px;
        font-size: 14px;
    }
}
