.language-choice {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.language-choice a {
  padding: 6px 9px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}
.language-choice a[aria-current] {
  background: #246a54;
  color: white;
}
.amr-explanation {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #dfd1b3;
  border-radius: 22px;
  background: #fffaf0;
  line-height: 1.65;
}
