.sng-gift-certificate-form {
    display: flex;
    width: 100%;
    justify-content: center;
}

.sng-gift-certificate-promo {
    padding: 1rem;
    display: flex;
    justify-content: center;
    color: #333;
    background: #e3e3e3;
    border-radius: 5px;
}

#sng_gift_certificate_form .sng-form-disabled {
    cursor: not-allowed;
}

#card-element {
    margin-top: 10px;
}

#sng_gift_certificate_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 50%;
}

.gift-bonus-subtitle {
    text-align: center;
    background: #e3e3e3;
    padding: 1rem;
    font-weight: 600;
    color: #333;
}

.gift-amount, .gift-bonus, .gift-total {
    padding: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.sng-form-group {
    display: flex;
    flex-direction: column;
}

.sng-form-group .sng-input-control {
    padding: 5px;
}
