.single-page-content {
  background: #fff;
  padding: 24px 20px 10px;
  border: 1px solid #ececec;
}

.single-page-header {
  position: relative;
  margin-bottom: 26px;
  padding: 2px 0 14px;
  border-bottom: 1px solid #ececec;
}

.single-page-header::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -1px;
  width: 44px;
  height: 3px;
  background: var(--academy-red);
}

.single-page-header h1,
.single-page-header h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: var(--academy-red);
  font-weight: 700;
  padding-left: 10px;
}

.single-page-header h1::before,
.single-page-header h2::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background: linear-gradient(135deg, #fb4a4a 0%, #91010b 100%);
  box-shadow: 4px -4px 0 0 #fed3d3;
}

.single-page-meta {
  font-size: 14px;
  color: #999;
  font-family: Arial, sans-serif;
}

.single-page-meta span {
  margin: 0 10px;
}

.single-page-body {
  font-size: 18px;
  line-height: 2.1;
  color: #2f2f2f;
  text-align: justify;
  padding: 18px 36px 26px;
}

.single-page-body h1,
.single-page-body h2 {
  text-align: center;
  color: #d90000;
  font-size: 20px;
  line-height: 1.5;
  margin: 24px 0 36px;
  font-weight: 700;
}

.single-page-body h3 {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 24px 0;
  font-weight: 700;
}

.single-page-body p {
  margin-bottom: 24px;
  text-indent: 2em;
}

@media (max-width: 992px) {
  .single-page-content {
    padding: 18px 14px 4px;
  }
  .single-page-header h1,
  .single-page-header h2 {
    font-size: 24px;
  }
  .single-page-body {
    font-size: 22px;
    padding: 10px 16px 18px;
    line-height: 1.95;
  }
  .single-page-body h1,
  .single-page-body h2 {
    font-size: 30px;
    margin: 18px 0 22px;
  }
  .single-page-body h3 {
    font-size: 24px;
    margin: 16px 0;
  }
}
