/**
 * Poznet Omnibus - lowest price notice
 * Deliberately understated: this is a legal disclosure, not a selling point.
 */

.poznet-omnibus {
    display: block;
    margin-top: 4px;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #7a7a7a;
    font-weight: 400;
}

.poznet-omnibus__label {
    white-space: normal;
}

.poznet-omnibus__price {
    white-space: nowrap;
    font-weight: 600;
    color: #5a5a5a;
}

/* Listing miniatures sit in a tighter box */
.product-price-and-shipping .poznet-omnibus,
.product-miniature .poznet-omnibus {
    margin-top: 2px;
    font-size: 0.75rem;
}

/* Product page: the notice belongs under the price, never inline with it */
.product-prices .poznet-omnibus {
    margin-top: 6px;
}

@media (max-width: 480px) {
    .poznet-omnibus {
        font-size: 0.75rem;
    }
}
