/**
 * @copyright Copyright © 2024–2026 Webcode (https://webcode.bg/)
 * @license   https://webcode.bg/license (proprietary — see EULA)
 *
 * Minimal, theme-neutral styling for the unit-price snippet. Loaded via layout
 * head in both Luma and Hyvä (external stylesheet, CSP-safe — no inline styles).
 */
.webcode-unit-price {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.85em;
    line-height: 1.2;
    opacity: 0.7;
}

.webcode-unit-price .unit-price-separator {
    white-space: pre;
}
