/* --- Base reset --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

*,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
}

.wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1,
h2,
h3 {
  margin-bottom: 1em;
}

h1 {
  margin-top: 1em;
}

p,
li {
  line-height: 140%;
}

p {
  margin-bottom: 1em;
}

.faq-page h2:not(:first-of-type) {
  margin-top: 2em;
}

.faq-page {
  padding-bottom: 2.5rem;
}

.legal-return {
  border-top: 1px solid #e5e7eb;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.legal-return a {
  color: #4a647f;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #b8c1cc;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.legal-return a:hover {
  color: #4a647f;
}
