/* Styles for error notices */
.woocommerce-notices-wrapper:has(.is-error) {
    background: #ffd9d9;
    color: #a24141;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-top: 1rem;
    line-height: 2.5rem;
}
.woocommerce-notices-wrapper:has(.is-error) a {
    border-radius: 1.25rem;
}

/* Align SVG icon and content in the same line */
.wc-block-components-notice-banner {
    display: flex;
    align-items: center;
}

.wc-block-components-notice-banner svg {
    margin-right: 0.5rem;
}

.wc-block-components-notice-banner__content {
    display: inline-block;
}

.woocommerce-error {
    margin-top: -125px;
    background: rgba(119, 57, 73, .75)!important;
}

.woocommerce-error li {
    font-size: 22px;
    line-height: 54px;
    font-weight: bold;
}

.woocommerce-error a {
    float: right;
}