/*
Theme Name: Divi Child
Template: Divi
*/

.woocommerce form .form-row input.custom-field-class {
	background-color: #fff;
	border-width: 1px;

}

/*IEEE member number note*/

/* Target only your custom field wrapper */
.custom-note-field .form-row {
    display: flex;
    align-items: center;
    gap: 5px;              /* spacing between label and input */
}

/* Prevent label from taking full width */
.custom-note-field .form-row label {
    margin-bottom: 0;
	margin-right: 45px;
    white-space: nowrap;
	font-weight: bold;
}

/* Let input expand */
.custom-note-field .form-row .woocommerce-input-wrapper {
    flex: 1;
}


/* Thank you page and email Payment reference formatting */
.ddecs-variable-symbol {
    margin-top: 20px;
}
.ddecs-vs-spacer {
    height: 60px;
}





