/* LFA Wholesale Pricing - style frontendu */

.lfa-msrp {
    margin: 6px 0 10px;
    padding: 6px 10px;
    background: #f7f8fa;
    border-left: 3px solid #2b7ae4;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 1.4;
    color: #333;
}

.lfa-msrp-label {
    font-weight: 600;
    color: #444;
    margin-right: 4px;
}

.lfa-msrp-gross {
    font-weight: 700;
    color: #111;
}

.lfa-msrp-tax {
    font-size: 0.85em;
    color: #666;
    margin-left: 2px;
}

.lfa-msrp-net {
    opacity: 0.75;
    font-size: 0.9em;
    margin-left: 4px;
}

/* Kompaktowa wersja w pętli sklepu */
.products .product .lfa-msrp {
    font-size: 0.8em;
    padding: 4px 8px;
    margin: 4px 0;
}

/* Sufiks "netto" przy cenie hurtowej */
.lfa-net-suffix {
    display: inline-block;
    margin-left: 4px;
    font-size: 0.75em;
    font-weight: 600;
    color: #2b7ae4;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
