.terms-page .beta-note {
  margin-bottom: 28px;
  padding: 18px 20px;
  border: 1px solid var(--g300);
  border-radius: 16px;
  background: var(--g100);
}

.terms-page .beta-note strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  font-size: 14.5px;
}

.terms-page .beta-note strong i {
  color: var(--red);
  font-size: 13px;
}

.terms-page .prose .beta-note p {
  margin: 0;
  color: var(--g600);
  font-size: 13.5px;
  line-height: 1.7;
}

.terms-page .beta-note a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
}

.terms-page .terms-contact {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .terms-page .beta-note {
    padding: 16px;
  }

  /* the label is too long for one line on a phone; instead of a fat capsule
     with centred wrapped text, let it wrap inside the site pill: icon on the
     first line, text left-aligned */
  .terms-page .terms-contact .btn {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    white-space: normal;
    padding: 14px 22px;
    gap: 12px;
    line-height: 1.45;
  }

  .terms-page .terms-contact .btn i {
    margin-top: 3px;
    color: var(--red);
  }
}
