/* Reserve space for WooCommerce's existing notice icon. */
body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error {
    position: relative;
    padding: 16px 20px 16px 52px !important;
}
body .woocommerce-message::before,
body .woocommerce-info::before,
body .woocommerce-error::before {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    line-height: 1;
}
.woocommerce .shipping-calculator-form .form-row { text-align: left; }
.woocommerce .shipping-calculator-form select {
    width: 100%;
    min-height: 44px;
    padding: 10px 36px 10px 12px !important;
    text-align: left;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23526071' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid #afc0cc;
    border-radius: 8px;
}
.woocommerce .shipping-calculator-form .select2-selection--single {
    min-height: 44px;
    padding: 7px 32px 7px 10px;
    text-align: left;
}
.woocommerce .shipping-calculator-form .select2-selection__arrow {
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%);
}
