/* HF Lagerstyring — frontend styles */
.hf-dual-stock .hf-stock-local {
    display: block;
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 2px;
}
.hf-dual-stock .hf-stock-local.hf-stock-low {
    color: #ef6c00;
}
.hf-dual-stock .hf-stock-online {
    display: block;
    color: #555;
    font-size: 0.92em;
    font-weight: 400;
}
.hf-dual-stock .hf-stock-out {
    display: block;
    color: #b71c1c;
    font-weight: 600;
}
.woocommerce div.product p.stock.hf-dual-stock {
    color: inherit;
    font-size: 1em;
    line-height: 1.4;
}
