/* Authorize.Net START */
.authorize-net-box {
    /* background: #f7f7f7;
    border: 1px solid #e2e2e2; */
    padding: 16px;
    font-family: system-ui, sans-serif;
    color: #333;
    border-radius: 4px;
}

.description {
    margin: 0 0 12px;
    font-size: 14px;
    color: #444;
}

.payment-fields label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.required {
    color: red;
}

.card-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #5cb85c;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 14px;
}

.card-row {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.field {
    flex: 1;
}

@media (max-width: 480px) {
    .row {
        flex-direction: column;
    }
}
.payment_method_authorize_net {
    margin-top: 15px;
    display: block;
    position: relative;
    bottom: -10px;
}
.payment_method_authorize_net img {
    max-width: 38px;
}
/* Authorize.Net END */