.mk-disclosure,
.mk-editorial-context {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #e9e5ef;
  border-radius: 16px;
  background: #faf8ff;
}

.mk-disclosure {
  border-color: #e7d7a8;
  background: #fffaf0;
}

.mk-disclosure p,
.mk-editorial-context p {
  margin: 6px 0 0;
}

.mk-editorial-context h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.mk-editorial-context ul {
  margin: 0;
  padding-left: 20px;
}

.mk-editorial-context li + li {
  margin-top: 8px;
}

.mk-editorial-context li span {
  margin-left: 8px;
  color: #716a7d;
  font-size: 12px;
}

.mk-editorial-context__reviewed,
.mk-editorial-context__correction {
  color: #716a7d;
  font-size: 13px;
}

.mk-editorial-context a {
  color: #6d28d9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mk-corrections {
	margin-top: 2.25rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #ded7e7;
	border-radius: 16px;
	background: #fffaf0;
}

.mk-corrections h2 {
	margin: 0 0 .8rem;
	font-size: 1.05rem;
}

.mk-corrections ol {
	margin: 0;
	padding-left: 1.2rem;
}

.mk-corrections li + li {
	margin-top: .65rem;
}

.mk-corrections time {
	display: block;
	color: #766b80;
	font-size: .78rem;
}
