.bef-cart-item-fields {
margin: 6px 0 0;
padding: 0;
font-size: 0.85em;
opacity: 0.85;
}
.bef-cart-item-fields dd {
margin: 2px 0;
} .bef-customer-fields {
margin: 16px 0;
padding: 16px 0;
border-top: 1px solid #e0e0e0;
} .bef-customer-field {
margin-bottom: 12px;
}
.bef-customer-field label {
display: block;
font-weight: 600;
margin-bottom: 4px;
}
.bef-customer-field .required {
color: #e00;
}
.bef-customer-field input[type="text"],
.bef-customer-field input[type="number"],
.bef-customer-field input[type="date"],
.bef-customer-field textarea,
.bef-customer-field select {
width: 100%;
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box;
}
.bef-customer-field textarea {
min-height: 80px;
resize: vertical;
}
.bef-customer-field input[type="color"] {
width: 50px;
height: 36px;
padding: 2px;
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
} .bef-customer-field-checkbox label {
display: inline-flex;
align-items: center;
gap: 6px;
font-weight: normal;
cursor: pointer;
} .bef-text-repeater {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.bef-text-repeater-label {
display: block;
font-weight: 600;
margin-bottom: 8px;
}
.bef-text-repeater-rows {
width: 100%;
}
.bef-text-repeater-row {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 6px;
}
.bef-text-repeater-input {
flex: 1;
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
}
.bef-text-repeater-remove {
background: none;
border: none;
font-size: 20px;
line-height: 1;
cursor: pointer;
color: #a00;
padding: 4px 8px;
}
.bef-text-repeater-remove:hover {
color: #d00;
}
.bef-text-repeater-add {
margin-top: 8px;
}
.bef-text-repeater-add .woocommerce-Price-amount {
font-size: inherit;
}
.bef-text-repeater-add-price {
white-space: nowrap;
}
.bef-text-repeater-surcharge-total {
display: block;
width: 100%;
margin-top: 8px;
font-weight: 600;
font-size: 14px;
}