.skydropx-autofilled-address {
    display: none !important;
}
.skydropx-shipping-logo {
    display: inline-block;
    max-height: 18px;
    max-width: 90px;
    width: auto;
    vertical-align: middle;
    margin-right: 6px;
}
.skydropx-city-field select,
.skydropx-cart-city-wrap select {
    width: 100%;
}

/* Hide WooCommerce cart shipping calculator to avoid free-form ZIP/city entry. Delivery location is selected in checkout. */
.woocommerce-shipping-calculator,
.shipping-calculator-form {
    display: none !important;
}
.skydropx-carrier-logo { object-fit: contain; }

/* Keep the shipping responsibility notice readable in RTL-affected themes. */
.cookieshappy-shipping-notice,
.cookieshappy-shipping-notice * {
    text-align: left !important;
    direction: ltr !important;
}
