/**
 * Omnibus by Atypiq – frontend styles
 *
 * Deliberately minimal – the notice should blend with the active theme.
 * Override .aq-omni-notice in your child theme to customise appearance.
 */

.aq-omni-notice {
    display: block;
    margin: 0.75em 0;
    padding: 0.5em 0.75em;
    font-size: 0.875em;
    line-height: 1.5;
    color: #555;
    border-left: 3px solid #a0a0a0;
    background: transparent;
}

.aq-omni-notice:empty {
    display: none;
}

/* Subtle emphasis for the price value inside the notice */
.aq-omni-notice .woocommerce-Price-amount {
    font-weight: 600;
}
