/* ===== Stripe UI ===== */
.stripe-wrapper {
    /* max-width: 520px; */
    margin-bottom: 20px;
}

.stripe-label {
    margin-bottom: 6px;
    display: block;
}

.stripe-box {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.stripe-field {
    padding: 14px 16px;
}

.stripe-field.full {
    border-bottom: 1px solid #E5E7EB;
}

.stripe-row {
    display: flex;
}

.stripe-row .stripe-field {
    flex: 1;
}

.stripe-row .stripe-field:first-child {
    border-right: 1px solid #E5E7EB;
}

.stripe-box:focus-within {
    border-color: #22C55E;
    box-shadow: 0 0 0 3px rgba(34,197,94,.15);
}

.stripe-error {
    margin-top: 6px;
    color: #EF4444;
}


/* Button payment */
.btn-pay {
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(60, 112, 49, 0.10);
    transition: background 0.2s, box-shadow 0.2s;
    position: relative;
    cursor: pointer;
    background: #3F7F4C;
    transition: 0.3s;
    padding: 8px 12px;
    border-radius: 6px;
}

.btn-pay:hover {
    background: #2F6A3C;
    scale: 0.98;
}

.btn-pay:disabled {
    opacity: .6;
    cursor: not-allowed;
}
