/* Frontend styles för Smort Prislistor */

.smort-price-label {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    display: block;
}

/* Tax-label styling (kompatibelt med tax-toggle plugin) */
.tax-label {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    text-transform: lowercase;
}

/* Variation price styling */
.woocommerce-variation-price .smort-price-label {
    margin-bottom: 3px;
}

.woocommerce-variation-price .price {
    margin-top: 5px;
}

/* Variable product price range styling */
.woocommerce .price .from,
.woocommerce .price .to {
    font-weight: bold;
}

/* Responsiv design för mobila enheter */
@media (max-width: 768px) {
    .smort-price-label {
        font-size: 11px;
    }

    .tax-label {
        font-size: 10px;
    }
}
