/* Custom search styles */
/* HERO SECTION (Home Header) */
.savis-hero {
  width: 100%;
  height: 520px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

/* Título héroe */
.savis-hero h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin: 0;
}

/* CONTENEDOR DEL BUSCADOR */
.savis-search-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  display: flex;
  gap: 12px;
}

/* CAMPOS INTERNOS */
.savis-search-wrapper input,
.savis-search-wrapper select {
  height: 48px;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 16px;
}

/* BOTÓN DE BUSCAR */
.savis-search-wrapper button {
  height: 48px;
  background: #0b57cf;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
}

.savis-search-wrapper button:hover {
  background: #0847a5;
}
