/**
 * Ordering Options – Frontend Styles
 */

.ua-personalization-field {
    width: 100%;
    box-sizing: border-box;
}

.ua-personalization-field input[type="text"] {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

.ua-personalization-surcharge-notice .woocommerce-Price-amount {
    font-weight: 600;
}
