@media only screen and (max-width: 767px) {
    body.checkout-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section {
        margin-bottom: 18px;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section .wa-header {
        margin-bottom: 10px;
        line-height: 1.15;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section .wa-dropdown {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section .wa-dropdown > .wa-dropdown-toggle {
        min-height: 44px !important;
        height: auto !important;
        padding: 9px 36px 9px 12px !important;
        line-height: 1.25 !important;
        white-space: normal;
        overflow-wrap: anywhere;
        box-sizing: border-box;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-description {
        display: block;
        clear: both;
        margin: 10px 0 14px !important;
        color: #777;
        font-size: 15px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section {
        display: block;
        clear: both;
        margin-top: 14px;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table,
    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-row,
    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-cell {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-row {
        display: grid;
        grid-template-columns: minmax(118px, 38%) minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
        padding: 7px 0;
    }

    body.checkout-page .wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-cell-value {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
