.wc_noda {
    max-width: 100% !important;
    color: #1e294f !important;
}

.wc_noda .wc_noda_field {
    margin-bottom: 10px !important;
    flex: 1 !important;
}

.wc_noda label {
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.wc_noda_input-wrapper {
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0 20px 0 0 !important;
    background: #fff !important;
}

.wc_noda_input-wrapper input {
    display: block!important;
    padding: 0 10px!important;
    border: none!important;
    flex: 1 !important;
    font-size: 16px !important;
    outline: none !important;
    color: #444 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.wc_noda_input-wrapper input::placeholder {
    color: #999 !important;
    letter-spacing: 1px !important;
}

.wc_noda_card-icons,
.wc_noda_card-logo {
    display: flex;
    gap: 10px !important;
}

.wc_noda_card-icons img,
.wc_noda_card-logo img {
    width: 40px !important;
    height: 24px !important;
}

#wc_noda_cvc {
    width: 50% !important;
}

.wc_noda_cvc-icon {
    width: 30px !important;
    height: auto !important;
    margin-left: 10px !important;
}

.wc_noda_row {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.wc_noda_invalid {
    border: 2px solid #D33756 !important;
    color: #D33756 !important;
}

.wc_noda_input-wrapper > svg {
    fill: rgba(29, 36, 69, 0.52) !important;
    color: rgba(29, 36, 69, 0.52) !important;
}

.wc_noda_input-wrapper.wc_noda_invalid > input,
.wc_noda_input-wrapper.wc_noda_invalid > svg {
    fill: #D33756 !important;
    background-color: #fff !important;
    color: #D33756 !important;
}

.wc_noda_input-wrapper.wc_noda_invalid > input::placeholder {
    color: #D33756!important;
}

@media (max-width: 556px) {
    .wc_noda_input-wrapper input {
        font-size: 14px !important;
    }
    .wc_noda_card-icons {
        gap: 5px !important;
    }
    .wc_noda_row {
        gap: 0 !important;
    }
    .wc_noda_row .wc_noda_field {
        width: 100% !important;
        flex: none !important;
    }
}

@media (max-width: 475px) {
    .wc_payment_method .payment_method_wc_noda_card .wc_noda_card-logo,
    .wc_payment_method .payment_method_wc_noda_card .wc_noda_card-icons {
        display: none !important;
    }
}

.wc-noda-buffet-bank-button:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16) !important;
}

.wc_noda_error-message {
    font-weight: 400 !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    margin-top: 5px !important;
    color: #D33756 !important;
}