.bp-boost-wrapper {
    margin-top: 12px;
}

.bp-boost-button {
    display: inline-block;
    padding: 8px 16px;
    border: 0;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.bp-boost-button:hover {
    opacity: .9;
}

.bp-boost-button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.bp-boost-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff3cd;
    color: #856404;
    font-size: 13px;
    font-weight: 600;
}


/*
|--------------------------------------------------------------------------
| Modal
|--------------------------------------------------------------------------
*/

.bp-boost-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .65);
}

.bp-boost-modal-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .3);
}

.bp-boost-modal-box h3 {
    margin: 0 35px 20px 0;
    font-size: 22px;
}

.bp-boost-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font-size: 28px;
    line-height: 35px;
}


/*
|--------------------------------------------------------------------------
| Plans
|--------------------------------------------------------------------------
*/

.bp-boost-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.bp-boost-plan-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bp-boost-plan-info strong {
    font-size: 16px;
}

.bp-boost-plan-info span {
    font-size: 18px;
    font-weight: 700;
}

.bp-boost-plan-info small {
    color: #777;
}

.bp-boost-select {
    flex-shrink: 0;
    padding: 8px 15px;
    border: 0;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
}

.bp-boost-select:disabled {
    opacity: .6;
    cursor: not-allowed;
}


/*
|--------------------------------------------------------------------------
| Messages
|--------------------------------------------------------------------------
*/

.bp-boost-success {
    padding: 15px;
    border-radius: 7px;
    background: #e7f7ed;
    color: #176b35;
}

.bp-boost-error {
    padding: 15px;
    border-radius: 7px;
    background: #fdeaea;
    color: #a40000;
}

.bp-boost-loading {
    color: #666;
}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 600px) {

    .bp-boost-modal {
        padding: 10px;
    }

    .bp-boost-modal-box {
        padding: 20px 15px;
        max-height: 92vh;
    }

    .bp-boost-plan {
        align-items: flex-start;
        flex-direction: column;
    }

    .bp-boost-select {
        width: 100%;
    }

}

/*
|--------------------------------------------------------------------------
| Payment QR
|--------------------------------------------------------------------------
*/

.bp-boost-payment {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.bp-boost-qr-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    padding: 10px;
}

.bp-boost-qr {
    display: block;
    width: auto;
    max-width: 280px;
    max-height: 280px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.bp-boost-upi {
    margin-top: 10px;
    text-align: center;
    word-break: break-word;
}

.bp-boosted {
    background: #198754;
}

.bp-boost-requested {
    background: #6c757d;
}
