/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Radio buttons inline styling */
.dexpress-delivery-type .woocommerce-input-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dexpress-delivery-type .woocommerce-input-wrapper label {
    display: inline-flex;
    align-items: center;
    margin-top: 0!important;
    margin-bottom: 0!important;
    cursor: pointer;
		margin-right: 24px;
}
.dexpress-delivery-type .woocommerce-input-wrapper label:last-of-type {
		margin-right: 0;
}


.dexpress-delivery-type .woocommerce-input-wrapper input[type="radio"] {
    margin: 0;
    cursor: pointer;
}

/* Ensure dispenser field is full width */
#dexpress_dispenser_fields .select2 {
    width: 100% !important;
}

/* Hide standard WooCommerce address fields - replaced by DExpress custom fields */
.dexpress-hidden-field {
    display: none !important;
}