.op-rich-text {
  color: var(--op-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.op-rich-text > :first-child {
  margin-top: 0;
}

.op-rich-text > :last-child {
  margin-bottom: 0;
}

.op-rich-text p {
  margin: 0 0 1rem;
}

.op-rich-text a {
  color: var(--op-brand-dark);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.op-rich-text strong {
  color: var(--op-ink);
}

.op-rich-text--center {
  text-align: center;
}
