.woocommerce-notices-wrapper.custom-notices {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.woocommerce-notices-wrapper.custom-notices .container {
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-notices-wrapper.custom-notices .woocommerce-info,
.woocommerce-notices-wrapper.custom-notices .woocommerce-message,
.woocommerce-notices-wrapper.custom-notices .woocommerce-error {
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
    width: 100%;
}

.woocommerce-notices-wrapper.custom-notices .notice-dismiss {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: inherit;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 1;
    padding: 5px;
}

.woocommerce-notices-wrapper.custom-notices .notice-icon {
    margin-right: 10px;
} 