/* ==========================================================================
   Pull People — Contact page
   Scope: /contacto/ only.
   Dependencies: main.css + public-form.css.

   Public Form owns the canonical section/form presentation.
   This file contains only Contact-specific details.
   No JavaScript required.
   ========================================================================== */

.pp-contact {
  --pp-contact-line: rgba(151, 194, 255, 0.2);
}

.pp-contact-context__note {
  max-width: 40rem;
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pp-contact-line);
  color: var(--muted);
  font-size: 0.95rem;
}

.pp-contact-context__note a {
  color: #9bc9ff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(155, 201, 255, 0.48);
  text-underline-offset: 0.2em;
}

.pp-contact-context__note a:hover {
  color: #dcecff;
}

.pp-contact-context__note a:focus-visible {
  outline: 3px solid #9cc8ff;
  outline-offset: 4px;
  border-radius: 0.2rem;
}

.pp-contact-panel,
.pp-contact-form-shell {
  min-width: 0;
}
