/* ==========================================================
   DISCRETAX - Precio/Pregúntame más grande en vista compacta
   ========================================================== */

.home-compact-card__price {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    font-size: 2rem !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;

    color: #74306c !important;
    margin: .2rem 0 .45rem 0 !important;
    max-width: 100% !important;
}

/* PC medio: un poco menos para que no reviente columnas estrechas */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-compact-card__price {
        font-size: 1.75rem !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .home-compact-card__price {
        font-size: 1.45rem !important;
    }
}

/* Móvil */
@media (max-width: 575.98px) {
    .home-compact-card__price {
        font-size: 1.25rem !important;
    }
}

.home-compact-card__price-wrap {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
}
