/* -------------------------------------------------------- */
/* 🔹 Text Block                                            */
/* -------------------------------------------------------- */
/* A titled run of body text — used by the legal pages and   */
/* the support page                                          */

.text-block + .text-block {
  margin-top: var(--space-xl);
}

.text-block__title {
  font-size: var(--text-title-large);
  font-weight: var(--text-title-weight);
  margin-bottom: var(--space-s);
}

.text-block p {
  margin-bottom: var(--space-s);
}

.text-block p:last-child {
  margin-bottom: 0;
}

.text-block a {
  text-decoration: underline;
}
