.elementor-2721 .elementor-element.elementor-element-2c844ed{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1935c53 */.consulta-cita-ieas {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  border: 2px solid #008542;
  border-radius: 12px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.consulta-cita-ieas h2 {
  text-align: center;
  color: #006738;
  margin-bottom: 20px;
}

.consulta-cita-ieas input {
  width: 100%;
  padding: 12px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  margin-top: 5px;
}

.btn-consulta {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  background: #008542;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.btn-consulta:hover {
  background: #006738;
}

.error-consulta {
  color: #d00;
  margin-top: 10px;
  font-weight: bold;
}

.card-cita {
  margin-top: 25px;
  border: 2px solid #008542;
  border-radius: 10px;
  padding: 20px;
  background: #f8fdf9;
}

.card-cita h3 {
  color: #008542;
  border-bottom: 2px solid #008542;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.estado {
  margin-top: 12px;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

.estado-activa {
  background: #d4f8d4;
  color: #006738;
}

.estado-cancelada {
  background: #ffe0e0;
  color: #b30000;
}

.estado-atendida {
  background: #e0f0ff;
  color: #004a99;
}

.estado-no\ asistió,
.estado-no-asistió {
  background: #fff5d4;
  color: #946100;
}/* End custom CSS */