Hello,
The below code will help you to sort it out so please define the below code in Theme Settings -> Custom CSS and then recheck the issue.
.payment_method_cybersource_credit_card .form-row {
margin-bottom: var(--wd-tags-mb);
}
.woocommerce #payment div.payment_method_cybersource_credit_card #wc-cybersource-credit-card-account-number-hosted,
.woocommerce #payment div.payment_method_cybersource_credit_card #wc-cybersource-credit-card-csc-hosted {
border: var(--wd-form-brd-width) solid var(--wd-form-brd-color) !important;
border-radius: var(--wd-form-brd-radius);
background-color: var(--wd-form-bg);
height: var(--wd-form-height) !important;
}
@media (min-width: 1025px) {
.payment_method_cybersource_credit_card .form-row-first,
.payment_method_cybersource_credit_card .form-row-last{
width: 48%;
}
.payment_method_cybersource_credit_card .form-row-first {
float: left;
}
.payment_method_cybersource_credit_card .form-row-last {
float: right;
}
}
Kind Regards