.woocommerce .fe-booking-cart-datetime,
.wc-block-components-product-details .fe-booking-cart-datetime {
    display: block;
    color: #18231c;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
}

.woocommerce .fe-booking-cart-timezone,
.wc-block-components-product-details .fe-booking-cart-timezone {
    display: block;
    margin-top: 3px;
    color: #536058;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
}

.fe-booking-cart-heading,
.fe-booking-cart-section-label {
    color: #18231c;
    font-size: 14px;
    font-weight: 800 !important;
}

.fe-booking-cart-section-label {
    display: block;
    margin-top: 14px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.fe-booking-cart-people {
    display: block;
    color: #18231c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dd {
    line-height: 1.45;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dd {
    margin-bottom: 10px;
}

.woocommerce td.product-name dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dd p {
    margin: 0;
}

.woocommerce dl.variation dt:has(.fe-booking-cart-heading),
.woocommerce dl.variation dd:has(.fe-booking-cart-datetime) {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.woocommerce dl.variation dt:has(.fe-booking-cart-heading) {
    font-size: 0 !important;
    line-height: 1 !important;
}

.woocommerce dl.variation dt:has(.fe-booking-cart-heading)::before,
.woocommerce dl.variation dt:has(.fe-booking-cart-heading)::after,
.woocommerce dl.variation dd:has(.fe-booking-cart-datetime)::before,
.woocommerce dl.variation dd:has(.fe-booking-cart-datetime)::after {
    content: none !important;
}

.woocommerce dl.variation dt.variation-OriginalEventDate,
.woocommerce dl.variation dd.variation-OriginalEventDate,
.woocommerce dl.variation dt.variation-EventTimeinYourTimezone,
.woocommerce dl.variation dd.variation-EventTimeinYourTimezone,
.woocommerce dl.variation dt.variation-People,
.woocommerce dl.variation dd.variation-People {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.woocommerce dl.variation dt.variation-OriginalEventDate,
.woocommerce dl.variation dt.variation-EventTimeinYourTimezone,
.woocommerce dl.variation dt.variation-People {
    margin-top: 11px !important;
    margin-bottom: 3px !important;
    color: #18231c;
    font-size: 14px;
    font-weight: 800 !important;
}

.woocommerce dl.variation dd.variation-OriginalEventDate,
.woocommerce dl.variation dd.variation-EventTimeinYourTimezone {
    margin-bottom: 13px !important;
}

.woocommerce dl.variation dt.variation-OriginalEventDate::before,
.woocommerce dl.variation dt.variation-OriginalEventDate::after,
.woocommerce dl.variation dd.variation-OriginalEventDate::before,
.woocommerce dl.variation dd.variation-OriginalEventDate::after,
.woocommerce dl.variation dt.variation-EventTimeinYourTimezone::before,
.woocommerce dl.variation dt.variation-EventTimeinYourTimezone::after,
.woocommerce dl.variation dd.variation-EventTimeinYourTimezone::before,
.woocommerce dl.variation dd.variation-EventTimeinYourTimezone::after,
.woocommerce dl.variation dt.variation-People::before,
.woocommerce dl.variation dt.variation-People::after,
.woocommerce dl.variation dd.variation-People::before,
.woocommerce dl.variation dd.variation-People::after {
    content: none !important;
}

@media (max-width: 600px) {
    .woocommerce .fe-booking-cart-datetime,
    .wc-block-components-product-details .fe-booking-cart-datetime {
        font-size: 14px;
    }

    .woocommerce .fe-booking-cart-timezone,
    .wc-block-components-product-details .fe-booking-cart-timezone {
        font-size: 12px;
    }

    .fe-booking-cart-heading,
    .fe-booking-cart-section-label,
    .fe-booking-cart-people {
        font-size: 13px;
    }
}
