.regulations-promo {
  width: min(1080px, 92%);
  margin: 1rem auto 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid #c7e3f5;
  border-radius: 12px;
  background: #f0f8ff;
}

.regulations-promo--compact {
  width: auto;
  margin: 0 0 1rem;
}

.regulations-promo__text {
  margin: 0;
  color: #344054;
  font-size: 0.95rem;
  line-height: 1.6;
}

.regulations-promo a {
  color: #006eb7;
  font-weight: 700;
  text-decoration: none;
}

.regulations-promo a:hover {
  text-decoration: underline;
}

.migrated-page__promo {
  padding: 0 1.25rem;
  background: #f4f7fb;
}
