/* Huppa Omnibus Pricing — single product page styles
   Цвет — оранжевый (бренд Huppa), не красный. */

.huppa-omnibus {
    margin: 12px 0 18px;
    font-family: inherit;
}

.huppa-omnibus__current-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.huppa-omnibus__current {
    font-size: 2rem;
    font-weight: 700;
    color: #D32F2F; /* Huppa orange — darker variant */
    line-height: 1.1;
}

.huppa-omnibus__current .woocommerce-Price-amount,
.huppa-omnibus__current bdi {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.huppa-omnibus__tag {
    display: inline-block;
    padding: 3px 8px;
    background: #D32F2F;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: 0.5px;
}

.huppa-omnibus__refs {
    color: #6b6b6b;
    font-size: 0.875rem;
    line-height: 1.45;
}

.huppa-omnibus__original,
.huppa-omnibus__lowest {
    margin: 2px 0;
}

.huppa-omnibus__original span,
.huppa-omnibus__lowest span {
    color: #3a3a3a;
    font-weight: 500;
    margin-left: 4px;
}

.huppa-omnibus__original .woocommerce-Price-amount {
    text-decoration: line-through;
}

/* Inside variation forms — slightly compact */
.woocommerce-variation-price .huppa-omnibus {
    margin-top: 4px;
}
