.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 58px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

body .woocommerce-message:before,
body .woocommerce-info:before,
body .woocommerce-error:before {
    top: 50% !important;
    transform: translateY(-50%) !important;
    line-height: 1 !important;
}

body .woocommerce-message .button,
body .woocommerce-info .button {
    margin-top: -1px !important;
    align-self: center !important;
    margin-left: auto !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout:not(.erj-ship-different-enabled) .shipping_address {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

body.woocommerce-checkout.erj-ship-different-enabled .shipping_address {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
}
