/* Landing ag2c170 — extras sobre impulsa2-shell.css */
.form-consulta label {
  display: block;
  font-weight: 700;
  margin: 8px 0;
  font-size: 13px;
  color: var(--primary-blue);
}

.form-consulta .row input {
  flex: 1;
}

/* Enlaces con clase .btn: el color global naranja de body.landing ocultaba el texto */
body.landing a.btn--primary {
  color: var(--primary-blue) !important;
}

body.landing a.btn--ghost {
  color: var(--primary-blue) !important;
}

body.landing a.btn--primary:hover,
body.landing a.btn--ghost:hover {
  text-decoration: none !important;
}

.landing-session-hint {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  background: #fff8e6;
  border: 1px solid var(--accent-yellow);
  color: var(--primary-blue);
  font-size: 0.88rem;
  line-height: 1.5;
}

.landing-session-hint.hidden {
  display: none;
}

#landingLogout.hidden,
#btnPanelAdmin.hidden {
  display: none;
}
