/* Страницы новостей: без шапки, только «назад» + контент + футер */
body.legal-page.news-page .mobile-drawer,
body.legal-page.news-page .mobile-drawer-overlay,
body.legal-page.news-page .mobile-header-bar {
  display: none !important;
}

body.news-page {
  margin: 0;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1b1b1b;
  background: #f5f3f8;
}

body.news-page .mobile-drawer,
body.news-page .mobile-drawer-overlay,
body.news-page .mobile-header-bar {
  display: none !important;
}

.news-page__top {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 24px 0;
}

.news-page__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #350170;
  text-decoration: none;
  transition: background 0.15s ease;
}

.news-page__back:hover {
  background: rgba(53, 1, 112, 0.08);
}

.news-page__back svg {
  display: block;
}

main#news-doc {
  max-width: 920px;
  margin: 8px auto 0;
  padding: 32px 32px 48px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(53, 1, 112, 0.08);
}

.news-article__date {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #666;
}

.news-article__title {
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #350170;
}

.news-article__body {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #333;
  white-space: pre-line;
}

body.news-page .legal-page__footer-wrap {
  margin-top: 48px;
  overflow-x: hidden;
}

body.news-page .legal-page__footer-wrap .element.legal-footer-element {
  min-height: 0 !important;
}

a.news-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (max-width: 767px) {
  .news-page__top {
    padding: 16px 16px 0;
  }

  main#news-doc {
    margin: 8px 16px 0;
    padding: 24px 20px 32px;
  }

  .news-article__title {
    font-size: 1.35rem;
  }
}
