/**
 * Ecom Experts - Precios Desde / Hasta
 *
 * @author    Ecom Experts <ecomyseo@gmail.com>
 * @copyright 2026 Ecom Experts
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.ecdh-range {
    display: inline-block;
    line-height: 1.25;
}

.ecdh-range .ecdh-part {
    white-space: nowrap;
}

.ecdh-range .ecdh-label {
    font-weight: 400;
    opacity: .8;
    margin-right: .2em;
}

.ecdh-range .ecdh-price {
    font-weight: 700;
}

.ecdh-range.ecdh-inline .ecdh-part + .ecdh-part {
    margin-left: .35em;
}

.ecdh-range.ecdh-twolines .ecdh-part {
    display: block;
}

/* El precio suelto del tema se tapa cuando hay rango. La regla vale para los
   navegadores con :has(); el respaldo en JavaScript cubre a los demas. */
.ecdh-price-hidden {
    display: none !important;
}
