.main-content-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 48px 80px;
}

.article-pad {
  padding: 56px 64px;
  border: 1px solid rgba(201, 182, 131, .18);
  border-radius: 2px;
  background: #11191d;
}

.article-header {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(201, 182, 131, .18);
}

.article-meta {
  display: inline-block;
  margin-bottom: 18px;
  color: #c9b683;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .14em;
}

.article-h1 {
  margin: 0;
  color: #f5efe0;
  font: 500 28px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .03em;
  text-wrap: pretty;
}

.article-image {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 36px;
  overflow: hidden;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, .4);
}

.article-body {
  color: rgba(232, 227, 216, .92);
  font: 400 16px/2.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-character;
}

.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-link-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 14px;
}

.news-news-inline-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border: 1px solid rgba(201, 182, 131, .3);
  color: #e8e3d8;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
}

.news-link-row > .news-news-inline-action {
  justify-content: center;
  min-width: 168px;
  gap: 10px;
  padding: 13px 22px;
  border-color: rgba(201, 182, 131, .45);
  color: #c9b683;
  letter-spacing: .22em;
}

.news-link-row > .news-link-row {
  margin-top: 0;
}

.news-link-row > .news-link-row .news-news-inline-action {
  justify-content: center;
  min-width: 168px;
}

.news-news-inline-action:hover {
  background: rgba(201, 182, 131, .08);
}

.news-link-row > .news-news-inline-action:hover {
  color: #f5efe0;
}

.not-found-panel {
  padding: 48px 32px;
  border: 1px solid rgba(201, 182, 131, .18);
  border-radius: 2px;
  background: #11191d;
  text-align: center;
}

.not-found-label {
  margin-bottom: 14px;
  color: #c9b683;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .28em;
}

.not-found-panel h1 {
  margin: 0 0 12px;
  color: #f5efe0;
  font: 500 22px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.not-found-panel p {
  margin: 0;
  color: rgba(232, 227, 216, .78);
  font: 400 13px/1.85 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 700px) {
  .main-content-block {
    padding-right: 22px;
    padding-left: 22px;
  }

  .article-pad {
    padding: 36px 22px 48px;
  }

  .article-h1 {
    font-size: 22px;
    line-height: 1.55;
  }

  .article-body {
    font-size: 16px;
    line-height: 2;
  }

  .news-link-row {
    flex-direction: column;
  }

  .main-content-block > .news-link-row > .news-news-inline-action {
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
  }

  .news-link-row > .news-link-row {
    flex-direction: row;
    margin-top: 0;
  }
}
