* {
  line-height: 150%;
  box-sizing: border-box;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5 {
  font-weight: 800;
  line-height: 150%;
}
.single p {
  line-height: 150%;
  margin-bottom: 20px;
}
.single strong {
  font-weight: 600;
}
.single img {
  margin: 50px 0;
}
.single .block {
  background: white;
  padding: 50px 5%;
  margin: 100px auto;
}
.single .time {
  color: #a8a5a5;
  margin-bottom: 30px;
}
.single .title {
  font-size: 24px;
  margin-bottom: 30px;
}

.single-nav {
  margin: 80px 0;
}

.single-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  gap: 30px;
  margin: 0 auto;
}

.single-nav li {
  list-style: none;
}

.single-nav .prev a,
.single-nav .next a,
.single-nav .prev span,
.single-nav .next span {
  width: 44px;
  height: 44px;
  border: 1px solid #e53935;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e53935;
  text-decoration: none;
  font-size: 22px;
}

.single-nav .back a {
  color: #e53935;
  text-decoration: underline;
  font-weight: 500;
}

.single-nav .disabled {
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=single.css.map */