.static-page {
  min-height: 100vh;
}

.main {
  width: min(100% - 32px, 1040px);
  margin: 34px auto 54px;
}

.page-content-wrapper {
  min-height: calc(100vh - 230px);
}

.static-page-content {
  border: 1px solid var(--ref-line-soft);
  border-radius: 12px;
  background: rgba(8, 18, 43, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  padding: clamp(22px, 4vw, 42px);
  color: rgba(248, 251, 255, 0.88);
  line-height: 1.75;
}

.static-page-content h1,
.static-page-content h2,
.static-page-content h3 {
  color: #fff;
  line-height: 1.18;
}

.static-page-content h1 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 42px);
}

.static-page-content h2 {
  margin: 28px 0 10px;
  font-size: 24px;
}

.static-page-content h3 {
  margin: 22px 0 8px;
  font-size: 19px;
}

.static-page-content p,
.static-page-content ul,
.static-page-content ol {
  margin: 0 0 16px;
}

.static-page-content ul,
.static-page-content ol {
  padding-left: 22px;
}

.static-page-content a {
  color: #8fc7ff;
  font-weight: 800;
}

.breadcrumb {
  margin-bottom: 18px;
  color: var(--ref-muted);
  font-size: 13px;
}

.breadcrumb a {
  color: #8fc7ff;
  text-decoration: none;
}

@media (max-width: 640px) {
  .main {
    width: min(100% - 22px, 1040px);
    margin-top: 22px;
  }

  .static-page-content {
    padding: 20px;
  }
}
