/* Karimed checkout: customers use one address only; Shipping is mirrored internally. */
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_2_field,
.wc-block-checkout .wc-block-components-address-form__address_2,
.wc-block-checkout .wc-block-components-address-form__address-2 {
    display: none !important;
}

/* Keep order notes intentionally compact: two useful lines instead of a large box. */
.woocommerce-checkout #order_comments {
    min-height: 58px !important;
    height: 58px !important;
    max-height: 78px;
    resize: vertical;
}

/* The old mandatory terms checkbox is intentionally disabled in PHP. */
.woocommerce-checkout .karimed-checkout-legal-notice {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.55;
    text-align: right;
}

.woocommerce-checkout .karimed-checkout-legal-notice a {
    text-decoration: underline;
}

/* When COD is the only payment method, place its informational block below Place order. */
.woocommerce-checkout #payment .karimed-payment-below-submit {
    margin: 9px 0 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout #payment .karimed-payment-below-submit li.wc_payment_method {
    margin: 0 !important;
}

.woocommerce-checkout #payment .karimed-payment-below-submit .payment_box {
    margin: 5px 0 0 !important;
    padding: 8px 10px !important;
    font-size: 12px;
    line-height: 1.45;
}

.woocommerce-checkout #payment .karimed-info-below-submit {
    margin: 7px 0 0 !important;
    font-size: 11.5px;
    line-height: 1.5;
}
