* {
  box-sizing: border-box;
}

html {
  background: #080808;
}

body {
  margin: 0;
  background: #080808;
  color: #ede8de;
  font-family: Georgia, serif;
  line-height: 1.7;
}

.page {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 32px;
}

.site-header {
  display: block;
  margin-bottom: 48px;
  color: #c8a96e;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
}

h1 {
  margin: 0 0 32px;
  color: #ede8de;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.25;
}

h2 {
  margin: 0 0 12px;
  color: #ede8de;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}

p {
  margin: 0 0 24px;
}

.blade-label,
.section-label {
  color: #c8a96e;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blade-label {
  margin-bottom: 24px;
}

.section-label {
  margin-top: 28px;
  margin-bottom: 8px;
}

.verdict-section p {
  margin-bottom: 0;
}

.why-verdict {
  margin: 28px 0 32px;
  border-left: 2px solid #c8a96e;
  padding-left: 16px;
}

.card {
  margin-bottom: 24px;
  border: 1px solid #c8a96e;
  border-radius: 4px;
  padding: 24px;
}

.card-link {
  display: block;
  color: #ede8de;
  text-decoration: none;
}

.card-link:hover,
.card-link:focus {
  color: #c8a96e;
}

.card p {
  margin-bottom: 0;
}

.cta {
  display: inline-block;
  border: 1px solid #c8a96e;
  border-radius: 4px;
  padding: 12px 24px;
  background: #080808;
  color: #c8a96e;
  font-family: "Space Mono", monospace;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover,
.cta:focus {
  background: #c8a96e;
  color: #080808;
}

footer {
  margin-top: 64px;
  color: #c8a96e;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  line-height: 1.8;
}

footer p {
  margin-bottom: 12px;
}

footer a {
  color: #c8a96e;
}

@media (max-width: 520px) {
  .page {
    padding: 32px 20px 24px;
  }

  h1 {
    font-size: 30px;
  }
}