body {
  background: #fff;
  color: #1D1D1F;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

/* Headings */
h1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: calc(16px); /* Fixed typo: "cacl" → "calc" */
  line-height: 24px;
  font-weight: 700;
}

/* Links */
a {
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  color: #1D1D1F;
}

a:hover,
a[rel~=nofollow] {
  text-decoration: underline;
}

a[rel~=nofollow] {
  color: #0452a5;
}

a[rel~=nofollow]:hover {
  text-decoration: none;
}

/* Utility classes */
.visible {
  display: block;
}

.hidden {
  display: none;
}

/* Layout */
.page {
  width: 100%;
  padding-bottom: 5%;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

/* Header */
.header {
  color: #000;
  padding: 16px 0 8px 0;
}

.header .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

/* Translations list */
.translations-list-container {
  color: #000;
  padding-bottom: 8px;
  margin: 0 0 16px;
}

.translations-list-container .translations-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.translations-list-container .translations-list .translations-list-item {
  display: inline-block;
  padding: 0;
  margin: 0 8px 8px 0;
  color: #fff;
}

.translations-list-container .translations-list .translations-list-item a {
  display: inline-block;
  padding: 4px 8px;
}

.translations-list-container .translations-list .translations-list-item a.active {
  color: #fff;
  background: #334055;
}

/* Content */
.translations-content-container {
  padding-top: 8px;
  border-top: 1px solid #eee;
}

/* Footer */
.footer {
  border-top: 1px solid #eee;
  margin: 32px 0 0;
  padding: 16px 0;
}

.logo {
    width: clamp(60px, 8vw, 70px);
    height: auto;
}