/* Fix WooCommerce notice icon/text alignment for Block checkout */
.wc-block-store-notice.wc-block-components-notice-banner,
.wc-block-components-notice-banner {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}

.wc-block-store-notice.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner > svg {
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px !important;
    margin-top: 2px !important;
}

.wc-block-store-notice .wc-block-components-notice-banner__content,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    flex: 1 1 auto !important;
}

/* Ensure notice content doesn't force full width */
.wc-block-components-notice-banner__content > div,
.wc-block-components-notice-banner__content p {
    margin: 0;
}
