.meet-regulation-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 100%;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.meet-regulation-link a { text-decoration: underline; }
.meet-regulation-link small { font-size: 11px; font-weight: 400; color: var(--muted, #667085); }
