/* policy.css
 * Privacy/policy page styles.
 * Requires vars.css and utils.css.
 */

/* ===== Политика: стили для страницы/записи ===== */
.post-7.page.type-page {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  line-height: 1.65;
  font-size: 16px;
  color: #121417;
  padding-top: 140px;
}

.post-7.page.type-page .nav {
  
}

/* Заголовки */
.post-7.page.type-page h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.post-7.page.type-page h2.wp-block-heading {
  margin: 26px 0 10px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* Текст */
.post-7.page.type-page p {
  margin: 10px 0;
}

.post-7.page.type-page p + p {
  margin-top: 12px;
}

/* Ссылки (если появятся) */
.post-7.page.type-page a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}
.post-7.page.type-page a:hover {
  text-decoration-thickness: 2px;
}

/* Списки */
.post-7.page.type-page ul.wp-block-list {
  margin: 10px 0 14px;
  padding-left: 1.25em;
}

.post-7.page.type-page ul.wp-block-list li {
  margin: 6px 0;
}

.post-7.page.type-page ul.wp-block-list li strong {
  font-weight: 600;
}

/* Разделители */
.post-7.page.type-page hr.wp-block-separator {
  margin: 22px 0;
  border: 0;
  height: 1px;
  background: rgba(17, 24, 39, 0.12);
}

/* Чуть “карточный” вид для контента внутри <div> */
.post-7.page.type-page > div,
.post-7.page.type-page .entry-content,
.post-7.page.type-page > .wp-block-group,
.post-7.page.type-page > div:first-child {
  background: rgba(17, 24, 39, 0.03);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  padding: clamp(16px, 2.5vw, 22px);
}

/* Адаптив */
@media (max-width: 520px) {
  .post-7.page.type-page {
    font-size: 15px;
  }

  .post-7.page.type-page ul.wp-block-list {
    padding-left: 1.1em;
  }
}
