.elementor-2762 .elementor-element.elementor-element-0bbe180{--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;}/* Start custom CSS for html, class: .elementor-element-f879a67 *//* CONTENEDOR CONSULTA PQRSFD */
#consulta-pqrsfd {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  border: 2px solid #008542;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
}

#consulta-pqrsfd h3 {
  color: #006738;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 2px solid #008542;
  padding-bottom: 10px;
}

/* ETIQUETA Y CAMPO */
#consulta-pqrsfd label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #006738;
  font-size: 16px;
}

#consulta-pqrsfd input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: border-color 0.3s ease;
}

#consulta-pqrsfd input[type="text"]:focus {
  outline: none;
  border-color: #008542;
  box-shadow: 0 0 0 2px rgba(0, 133, 66, 0.2);
}

/* BOTÓN CONSULTAR */
.btn-consultar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  background-color: #008542;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-consultar:hover {
  background-color: #006738;
  transform: translateY(-2px);
}

.btn-consultar:active {
  transform: scale(0.98);
}

/* RESULTADOS */
.detalles-pqrsfd {
  background: #ffffff;
  border: 2px solid #008542;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.detalles-pqrsfd h4 {
  color: #006738;
  border-bottom: 2px solid #008542;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.info-pqrsfd p {
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.estado-actual {
  background: #f8fdf9;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 4px solid #008542;
}

.observaciones-admin {
  margin-top: 15px;
  padding: 15px;
  background: #fffbf0;
  border-radius: 8px;
  border: 1px solid #ffeaa7;
}

/* MENSAJES */
.cargando {
  text-align: center;
  padding: 20px;
  color: #006738;
  font-style: italic;
}

.error-msg {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #f5c6cb;
  text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width: 600px) {
  #consulta-pqrsfd {
    padding: 20px;
    margin: 20px 10px;
  }

  #consulta-pqrsfd input,
  #consulta-pqrsfd .btn-consultar {
    font-size: 15px;
  }
  
  .detalles-pqrsfd {
    padding: 15px;
  }
}/* End custom CSS */