.elementor-710 .elementor-element.elementor-element-534657c{--display:flex;--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;}/* Start custom CSS for shortcode, class: .elementor-element-ac6951e *//* ===== Buscador Clínicas Dentales (COEA) ===== */
.coea-search{
  max-width: 980px;
  margin: 0 auto 2.5rem auto;
  padding: 0 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.coea-search__title{
  font-weight: 800;
  font-size: clamp(26px, 3vw, 40px);
  color: #009CDD;
  margin-bottom: .3rem;
}
.coea-search__lead{
  color: #5a6871;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

/* Formulario */
.coea-search__form{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.coea-search__form input[type="search"]{
  width: 100%;
  height: 54px;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 17px;
  color: #333;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.coea-search__form input[type="search"]:focus{
  border-color: #009CDD;
  box-shadow: 0 0 0 3px rgba(0,156,221,.15);
  outline: none;
}
.coea-search__form input[type="search"]::placeholder{
  color: #9aa7b3;
}

/* Botón COEA */
.coea-btn{
  height: 54px;
  padding: 0 30px;
  border: none;
  border-radius: 10px;
  background: #009CDD;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .2s ease, transform .15s ease;
  box-shadow: 0 2px 6px rgba(0,156,221,.25);
}
.coea-btn:hover{
  background: #666666;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}

/* Responsive */
@media (max-width: 820px){
  .coea-search__form{ grid-template-columns: 1fr; }
  .coea-btn{ width: 100%; }
}

/* ===== Forzar estilos del botón COEA (prioridad máxima) ===== */
.coea-search .coea-btn,
.coea-btn {
  height: 54px !important;
  padding: 0 30px !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: #009CDD !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  box-shadow: 0 2px 6px rgba(0,156,221,.25) !important;
  transition: background-color .2s ease, transform .15s ease !important;
}

.coea-search .coea-btn:hover,
.coea-btn:hover {
  background-color: #666666 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,.25) !important;
}/* End custom CSS */