.printley-notice-close {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.printley-notice-close:hover,
.printley-notice-close:focus {
    opacity: 1;
    outline: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
    position: relative;
    padding-right: 2.5rem !important;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.printley-notice-hiding {
    opacity: 0 !important;
    transform: translateY(-10px);
    max-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-width: 0 !important;
}

/* Ensure close button is visible on notices that use the Shoptimizer yellow background. */
.woocommerce-message .printley-notice-close,
.woocommerce-info .printley-notice-close {
    color: #1a1a1a;
}

.woocommerce-error .printley-notice-close {
    color: #fff;
}
