/* TGND Unit Price - Frontend Display */

.tgnd-unit-price-display {
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.tgnd-unit-price-label {
    font-weight: 600;
    color: #333;
    margin-right: 0.5rem;
}

.tgnd-unit-price-value {
    color: #333;
    font-weight: 600;
}
