:root {
  color: #111;
  background: #f6f1e8;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #f6f1e8;
  color: #111;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 18px 26px 0;
}

.language-control {
  display: block;
}

select {
  min-height: 34px;
  padding: 4px 30px 4px 9px;
  border: 1px solid #999;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}

main {
  padding: 24px 26px 32px;
}

.link-list {
  max-width: 1940px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(18px, 1.55vw, 31px);
  line-height: 1.28;
}

.link-item {
  margin: 0;
}

.link-item a {
  color: #155db1;
  text-decoration: none;
}

.link-item a:hover,
.link-item a:focus-visible {
  text-decoration: underline;
}

.link-description {
  margin: 0 0 1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px 0;
  }

  main {
    padding: 58px 16px 24px;
  }

  .link-list {
    font-size: 20px;
    line-height: 1.4;
  }

  select {
    max-width: 100%;
    font-size: 14px;
  }
}
