/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

/* ===== Botón "Detalles" siempre al pie de la tarjeta ===== */

/* 1. La columna Bootstrap debe estirar la tarjeta a la altura de la fila */
.listing-items .row > [class*="col-"] {
    display: flex;
}

/* 2. item-body: ya trae flex-grow-1, le sumamos que sea columna flex */
.item-body.flex-grow-1 {
    display: flex;
    flex-direction: column;
}

/* 3. El botón Detalles se empuja al final del item-body */
.item-body .btn-item {
    margin-top: auto;
}

/* 4. Opcional: uniformar altura visual del título (2 líneas máx) 
      para que el desnivel entre tarjetas sea menor */
.item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
