/* ==========================================================
   DISCRETAX - Ajuste tamaño precio carrusel home
   Solo afecta a anuncios destacados / carrusel.
   ========================================================== */

/* Precio y "Pregúntame" dentro del carrusel de la home */
.home-post-card--carousel .home-post-card__price,
.tns-item .home-post-card--carousel .home-post-card__price,
.home-carousel .home-post-card--carousel .home-post-card__price {
    font-size: 1rem !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
    letter-spacing: -0.015em !important;
    margin-top: .35rem !important;
    margin-bottom: .35rem !important;
    color: #74306c !important;
}

/* Si el texto es Pregúntame, que no parezca tan grande */
.home-post-card--carousel .home-post-card__price.dx-price-ask,
.tns-item .home-post-card--carousel .home-post-card__price.dx-price-ask {
    font-size: 1rem !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
}

/* Footer del carrusel algo más compacto */
.home-post-card--carousel .home-post-card__footer {
    gap: .45rem !important;
    padding-top: .35rem !important;
}

/* Botón Ver perfil un poco más compacto en carrusel */
.home-post-card--carousel .home-post-card__cta {
    font-size: .78rem !important;
    padding: .42rem .7rem !important;
    min-height: auto !important;
}

/* Corazón del carrusel compacto */
.home-post-card--carousel .home-post-card__fav {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
}

/* En móvil lo dejamos aún más compacto */
@media (max-width: 575.98px) {
    .home-post-card--carousel .home-post-card__price,
    .tns-item .home-post-card--carousel .home-post-card__price {
        font-size: .92rem !important;
    }

    .home-post-card--carousel .home-post-card__cta {
        font-size: .74rem !important;
        padding: .38rem .62rem !important;
    }
}
