/* Display-only contact finder. */

.quotes-hero h1 {
  max-width: 18ch;
}

.quotes-panel {
  max-width: none;
}

.quotes-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.quotes-submit .btn {
  min-width: 220px;
}

.quotes-panel .form-note {
  margin: 0;
  flex: 1 1 240px;
  color: var(--text-dim);
}

.quotes-empty {
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  color: var(--text-muted);
}

.quotes-copy {
  max-width: 46rem;
}

.quotes-copy h2 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 28px;
}

.quotes-copy h3 {
  margin: 22px 0 8px;
  font-family: var(--font-serif);
  font-size: 22px;
}

.quotes-copy p,
.quotes-copy li {
  color: var(--text-muted);
}

.quotes-copy ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

.quotes-copy li + li {
  margin-top: 8px;
}

.quotes-copy .faq-list {
  margin-top: 16px;
}

@media (max-width: 800px) {
  .quotes-hero h1 {
    max-width: none;
  }

  .quotes-submit .btn {
    width: 100%;
  }
}
