/* We suppose that the user can set their font size to any arbitrary value within sensible ranges, i.e. small enough for a few words to fit on a single line.
To do so, we can use pixels for horizontal dimensions and rem for vertical ones.
When the vertical dimensions need to match the horizontal dimensions, we can use px for vertical dimensions too.
*/
._wrapper {
  width: 75%;
}
.std-article > .columns {
  grid-template-columns: 1fr 944px 128px 256px 1fr;
}
.std-interactive.-search > .icon {
  height: 1.2rem;
}
