/**
 * Imovil Canarias - Custom Styles
 * Child theme CSS overrides
 */

/* =========================================
   Search Widget Fix
   ========================================= */
#search_widget {
  width: 100%;
  padding: 10px 20px;
}

.search-widget .search-btn {
  padding: 0 30px 26px;
}

/* Asegurar que el input ocupe todo el ancho */
#search_widget .input-group {
  width: 100%;
}

#search_widget .form-control {
  width: 100%;
}