/* .notice-success-content  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */
/* .notice-error-content {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
} */
.notice-success-content a.button {
    float: right;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    text-decoration: underline;
    padding: 0;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.notice-info-content a.button {
    float: right;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    text-decoration: underline;
    padding: 0;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.notice-error-content a.button {
    margin: 0 0 0 auto;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    text-decoration: underline;
    padding: 0;
    font-weight: 700;
    border-radius: 0;
    left: auto;
    background-color: transparent;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.notice-success-content::after {
    content: ' ';
    clear: both;
    display: block;
}

.notice-success-content::before {
    @include .iconbefore( "\e015" );

    font-family: WooCommerce;
    content: "\e015";
    color: #45A802;
    display: inline-block;
    position: absolute;
    left: -1.5em;
}

.notice-info-content::before {
    font-family: WooCommerce;
    content: "\e028";
    color: #C1440E;
    display: inline-block;
    position: absolute;
    left: -1.5em;
}

.notice-error-content::before {
    font-family: WooCommerce;
    content: "\e016";
    color: #c0141d;
    display: inline-block;
    position: absolute;
    left: -1.5em;
}

