/* Keep both sidebar cards in normal flow: sticky summary must not cover inquiries. */
.tap-single-sidebar { min-width: 0; }
.tap-single-sidebar > .tap-sidebar-card { position: static; }
#listing-contact { scroll-margin-top: 110px; margin-top: 1.5rem; }
.tap-job-contact-card {
  background: var(--tap-panel);
  border: 1px solid var(--tap-line);
  border-radius: 4px;
  padding: clamp(1rem, 3vw, 2rem);
}
.tap-job-contact-card h4 { margin: 0 0 .75rem; }
.tap-job-contact-card .tap-hint { line-height: 1.6; margin-bottom: 1rem; }
.tap-job-contact-form { display: grid; gap: 1rem; }
.tap-job-contact-form label { display: block; font-size: .875rem; font-weight: 600; }
.tap-job-contact-form label > input,
.tap-job-contact-form label > textarea,
.tap-job-contact-form label > .tap-spell-wrap { display: block; margin-top: .375rem; }
.tap-job-contact-form input,
.tap-job-contact-form textarea { box-sizing: border-box; width: 100%; min-width: 0; font: inherit; font-weight: 400; }
.tap-job-contact-form textarea { resize: vertical; min-height: 120px; }
.tap-job-contact-form .tap-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
