/* Extracted from theme templates — keep selector names stable */
textarea[name="order_comments"] {
        height: 34px !important;
    }

    table tr td {
        border-color: #ddd;
    }

    .woocommerce-additional-fields {
        width: 66.5%;
    }

    .woocommerce-additional-fields .col-md-8 {
        width: 50%;
    }

    .woocommerce-additional-fields .col-md-4 {
        width: 50%;
    }

    #dDate {
        background: #fff;
        width: fit-content;
        display: inline-block;
        border: none;
        border-bottom: 1px dotted #333;
        box-shadow: none;
        border-radius: 0px;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        float: none;
        display: block;
        margin: 0 auto !important;
        background: #04245d;
    }

    #widget-info-thumbnail-detail img {
        height: 289px;
        width: 100%;
        object-fit: cover;
    }

    .departure_customer_picker {
        padding: 15px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .woocommerce form .form-row {
        padding: 0px;
    }

    .order-total bdi {
        font-family: "UTM Avo Bold";
    }

    #widget-info-product-detail .attr ul li {
        padding-bottom: 18px;
        padding-top: 16px;
    }

    .woocommerce-checkout-review-order-table thead {
        background: #dedede;
    }

    .woocommerce-Price-currencySymbol {
        position: relative;
        top: -0.5em;
    }

    .woocommerce-terms-and-conditions-wrapper {
        display: none;
    }

    #variations_items input:nth-child(4) {
        display: none !important;
    }
