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

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

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

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

.wc_noda_input-wrapper input {
    padding: 0;
    border: none;
    flex: 1;
    font-size: 16px;
    outline: none;
    color: #444;
    background: transparent;
}

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

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

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

#wc_noda_cvc {
    width: 50%;
}

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

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

.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;
    background-color: #fff;
    color: #D33756;
}

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

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

@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);
}

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