/*
Theme Name: Personalizado3.6.2
Description: 
Author: admindimar
Template: realestate-7
Version: 3.6.2
*/

/* NOTE: Parent stylesheet is loaded from functions.php not using @import */

/* ============================================
   1. LISTADO DE PROPIEDADES EN LA PORTADA
   ============================================ */

/* Ocultar el listado automático de la plantilla Home para evitar duplicado */
.home ul.col_span_12.row.first,
.page-template-template-home ul.col_span_12.row.first {
    display: none !important;
}


/* ============================================
   2. BUSCADOR DE LA CABECERA
   ============================================ */

/* Forzar todos los elementos del buscador en una sola fila */
#header-search-inner-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
}

/* Campo de búsqueda libre flexible pero contenido */
#header-search-inner-wrap #suggested-search {
    flex: 1 1 auto !important;
    min-width: 160px !important;
    max-width: 260px !important;
}

/* Desplegables (ciudad, provincia, código postal) compactos */
#header-search-inner-wrap #city_code,
#header-search-inner-wrap #state_code,
#header-search-inner-wrap #zip_code {
    flex: 0 0 auto !important;
    min-width: 130px !important;
    max-width: 160px !important;
}

/* Bloque BUSCAR + MÁS OPCIONES en la misma fila */
#header-search-inner-wrap #header-search-submit-more {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
}

/* ============================================
   3. BOTONES BUSCAR Y MÁS OPCIONES
   ============================================ */

/* Centrar el texto de los botones BUSCAR y MÁS OPCIONES */
#header-search-inner-wrap #submit,
#header-search-inner-wrap #more-search-options-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    font-size: 12px !important;
}

/* Reducir espacio horizontal del botón BUSCAR */
#header-search-inner-wrap #submit {
    padding: 8px 12px !important;
    min-width: 90px !important;
}

/* Dar más espacio horizontal al botón MÁS OPCIONES */
#header-search-inner-wrap #more-search-options-toggle {
    padding: 8px 16px !important;
    min-width: 120px !important;
}