/*
Theme Name: Homirx Child
Theme URI: https://gaviaspreview.com/wp/homirx/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Homirx theme.
Template: homirx
*/

.big-title { 
  font-size: clamp(32px, 6vw, 68px);
  line-height: 1.1;
  max-width: 800px;
}

/* Força o corpo do buscador a ser flex e ter só 2 colunas de campo */
.directorist-search-modal__contents__body {
  display: flex !important;
  gap: 12px;
}

/* Cada campo ocupa metade do espaço */
.directorist-search-modal__contents__body > .directorist-search-modal__input {
  flex: 1 1 0 !important;
  min-width: 0;
}

/* Remove colunas vazias, se houver */
.directorist-search-modal__contents__body > .directorist-search-modal__input:empty {
  display: none !important;
}

/* Botão "Buscar" só ocupa o tamanho dele e encosta nos campos */
.directorist-search-form-action__modal {
  flex: 0 0 auto !important;
  margin-left: 12px;
}

