.elementor-3478 .elementor-element.elementor-element-e4ca65f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3478 .elementor-element.elementor-element-87dfe4d{--display:flex;--min-height:53px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3478 .elementor-element.elementor-element-7cd0a9b{--display:flex;}.elementor-3478 .elementor-element.elementor-element-39a9acb{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3478 .elementor-element.elementor-element-c74352e > .jet-listing-grid > .jet-listing-grid__items{--columns:3;}@media(max-width:1400px){.elementor-3478 .elementor-element.elementor-element-87dfe4d{--min-height:42px;}.elementor-3478 .elementor-element.elementor-element-7cd0a9b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3478 .elementor-element.elementor-element-39a9acb{--justify-content:center;}}/* Start custom CSS for html, class: .elementor-element-7d57a1e */.hospital-relation-wrapper {
  font-family: 'Exo', sans-serif;
  position: relative;
  max-width: 100%;
}

.hospital-relation-label {
  display: block;
  font-size: 11px;
  color: #7a8699;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.hospital-relation-box {
  position: relative;
  background-color: #fff;
}

.hospital-relation-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 12px;
  cursor: pointer;
}

.hospital-relation-value {
  font-weight: 400;
}

.hospital-relation-arrow {
  color: #057DAB;
  font-size: 14px;
}

.hospital-relation-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5faff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  padding: 16px;
  margin-top: 2px;
}

.hospital-relation-dropdown::-webkit-scrollbar {
  width: 6px;
}
.hospital-relation-dropdown::-webkit-scrollbar-thumb {
  background: #057DAB;
  border-radius: 4px;
}

/* Mostrar dropdown si checkbox está activo */
#hospital-relation-toggle:checked ~ .hospital-relation-dropdown {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3427993 */.dropdown-wrapper {
  font-family: 'Exo', sans-serif;
  position: relative;
  min-width:100%;
}

.dropdown-label {
  display: block;
  font-size: 11px;
  color: #7a8699; /* gris claro */
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.dropdown-box {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
}

.dropdown-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0px 12px;
  cursor: pointer;
}

.dropdown-arrow {
  color: #057DAB; /* azul */
  font-size: 14px;
}

/* Menú desplegable */
.dropdown-content {
  display: none;
  position: absolute;
  top: 250%;
  left: 0;
  background: #f5f7fa;
  border-radius: 12px;
  width: max-content;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  padding: 20px 30px;
  margin-top: 2px;
}

/* Scroll */
.dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background: #057DAB;
  border-radius: 4px;
}

/* Mostrar menú cuando checkbox está activo */
#custom-toggle:checked ~ .dropdown-content {
  display: block;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-87dfe4d */.elementor-3478 .elementor-element.elementor-element-87dfe4d {
    box-shadow: 0px 16px 12px -8px #263cb729;
}/* End custom CSS */