#sp-snapp-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 99999;
}

.sp-modal-box {
    background: #fff;
    max-width: 430px;
    margin: 14% auto;
    padding: 22px;
    border-radius: 10px;
    text-align: center;
}

.sp-actions {
    margin-top: 18px;
}

.sp-actions button {
    margin: 0 6px;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#sp-remove-coupon {
    background: #ff5a5f;
    color: #fff;
}

#sp-close-modal {
    background: #ddd;
    color: #333;
}
