.cgssc-checkout-notice {
    box-sizing: border-box;
    clear: both;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.cgssc-checkout-notice.is-empty,
.cgssc-checkout-notice:empty {
    display: none !important;
}

.cgssc-notice {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    border-top: 3px solid #b81c23;
    background: #fff;
    color: #3c3c3c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
    line-height: 1.45;
}

.cgssc-notice__icon,
.cgssc-side-cart-notice__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #b81c23;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.cgssc-notice__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.cgssc-notice__title {
    color: #2f2f2f;
    font-size: 1em;
}

.cgssc-notice__message {
    display: block;
}

body.has-fluid-checkout .fc-content .cgssc-checkout-notice,
body.woocommerce-checkout .fc-content .cgssc-checkout-notice {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.cgssc-mini-cart-notice,
.cgssc-side-cart-notice {
    box-sizing: border-box;
    width: auto;
    margin: 10px 12px;
    padding: 11px 12px;
    border-left: 3px solid #b81c23;
    background: #fff4f4;
    color: #4a2222;
    font-size: 13px;
    line-height: 1.4;
}

.cgssc-side-cart-notice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.cgssc-side-cart-notice__icon {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    font-size: 12px;
}

@media (max-width: 749px) {
    .cgssc-checkout-notice {
        margin-bottom: 18px !important;
    }

    .cgssc-notice {
        padding: 14px;
    }
}
