/* ===================================================================
   DESKTOP — Option A (Final Approved Layout)
   =================================================================== */

.profile-header-right,
.profile-header-right.d-flex {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Theme button (Block user) */
.profile-header-right .dsp-btn-default {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Interested button — Desktop */
.blp-interested-btn-desktop {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 6px !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* ===================================================================
   MOBILE — Interested Button (Below Age/Location)
   =================================================================== */

@media (max-width: 768px) {

    .blp-mobile-int-wrap {
        width: 100% !important;
        margin-top: 12px !important;
        margin-bottom: 10px !important;
    }

    .blp-interested-btn-mobile {
        display: block !important;
        width: 100% !important;

        background: #ffffff !important;
        color: #e74c3c !important;
        border: 2px solid #e74c3c !important;

        padding: 12px 16px !important;
        border-radius: 6px !important;

        font-size: 15px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    /* ===================================================================
       MOBILE — Move BLOCK BUTTON to Top-Right OVER Cover Photo
       (UPDATED — lowered further as requested)
       =================================================================== */

    .profile-cover-photo {
        position: relative !important;
    }

    .blp-mobile-block-wrap {
        position: absolute !important;
        top: 42px !important;   /* LOWERED MORE — only change */
        right: 12px !important;
        z-index: 50 !important;
    }

    .blp-mobile-block-wrap .dsp-btn-default {
        height: 36px !important;
        line-height: 36px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
        border-radius: 6px !important;

        /* match desktop style */
        color: #ffffff !important;
        border: 2px solid #ffffff !important;
        background: transparent !important;
        font-weight: 600 !important;
    }
}

/* Sent state */
.blp-sent {
    opacity: 0.8 !important;
}
