       /* ========== BASE (Mobile) ========== */
.privacy_page .entry-content {
  font-size: 16px; 
  line-height: 1.5;   
}

/* Global vertical rhythm */
.privacy_page .entry-content > *:not(:first-child) {
  margin-top: 16px;
}

body.page-id-4230 h2{
  margin-bottom: 0!important;
}
body.page-id-4230 h2 + p{
  margin-top: 0!important;
}

/* Headings */
.privacy_page .entry-content h1,
.privacy_page .entry-content h2,
.privacy_page .entry-content h3,
.privacy_page .entry-content h4,
.privacy_page .entry-content h5,
.privacy_page .entry-content h6 {
  font-weight: 700;
  line-height: 1.35;  margin: 28px 0 12px;
}
.wp-block-faq-block-for-gutenberg-faq .question h4,
.wp-block-faq-block-for-gutenberg-faq .question h5,
.wp-block-faq-block-for-gutenberg-faq .question h6 {
  font-size: 22px!important;
  line-height: 1.5!important;
}

.privacy_page.wrapper details.wp-block-details{
  margin: 22px 0;
}
/* summary как flex, чтобы маркер и текст ровно по центру */
.privacy_page.wrapper details.wp-block-details > summary {
  list-style: none;
  display: flex;
  align-items: center;  /* вертикальный центр */
  gap: 14px;            /* отступ между маркером и текстом */
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.privacy_page.wrapper details.wp-block-details > summary > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* убрать нативный маркер */
.privacy_page.wrapper details.wp-block-details > summary::-webkit-details-marker {
  display: none;
}
.privacy_page.wrapper details.wp-block-details > summary::marker {
  content: "";
}

/* кастомный маркер */
.privacy_page.wrapper details.wp-block-details > summary::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1f2937;
  border-bottom: 2px solid #1f2937;
  transform: rotate(-45deg);   /* стрелка вправо */
  transition: transform .2s ease;
  flex: 0 0 auto;
}

/* открытое состояние */
.privacy_page.wrapper details.wp-block-details[open] > summary::before {
  transform: rotate(45deg);    /* стрелка вниз */
}

.privacy_page.wrapper {
  max-width: 800px;
}

.privacy_page .entry-content h1 { font-size: 38px; }
.privacy_page .entry-content h2 { font-size: 32px; }
.privacy_page .entry-content h3 { font-size: 24px; }
.privacy_page .entry-content h4 { font-size: 21px; }
.privacy_page .entry-content h5 { font-size: 19px; font-weight: 600; }
.privacy_page .entry-content h6 { font-size: 17px; font-weight: 600; }

/* Paragraphs */
.privacy_page .entry-content p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.65;
}

/* Lists */
.privacy_page .entry-content ul,
.privacy_page .entry-content ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}
.privacy_page .entry-content li {
  margin: 6px 0;
  font-size: 18px;
  line-height: 1.65;
}
.privacy_page .entry-content ul { list-style: disc; }
.privacy_page .entry-content ol { list-style: decimal; }

/* Description lists */
.privacy_page .entry-content dl { margin: 0 0 16px; }
.privacy_page .entry-content dt { font-weight: 600; }
.privacy_page .entry-content dd { margin: 0 0 12px 24px; }

/* Links */
.privacy_page .entry-content a {
  color: #0b57d0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy_page .entry-content a:hover { text-decoration-thickness: 2px; }

/* Blockquotes */
.privacy_page .entry-content blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
}

/* Horizontal rule */
.privacy_page .entry-content hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
}

/* Images */
.privacy_page .entry-content img,
.privacy_page .entry-content svg,
.privacy_page .entry-content video {
  max-width: 100%;
  height: auto;
}
.privacy_page .entry-content figure { margin: 16px 0; text-align: center; }
.privacy_page .entry-content figcaption {
  font-size: 14px;
  color: #64748b;
  margin-top: 8px;
}

/* Tables */
.privacy_page .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  display: block;
  overflow-x: auto;
}
.privacy_page .entry-content th,
.privacy_page .entry-content td {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  text-align: left;
}
.privacy_page .entry-content th {
  background: #f1f5f9;
  font-weight: 600;
}

/* Code */
.privacy_page .entry-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 2px 6px;
  border-radius: 4px;
}
.privacy_page .entry-content pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #0b1220;
  color: #e5e7eb;
  padding: 16px;
  border-radius: 8px;
  overflow: auto;
  line-height: 24px;
  margin: 16px 0;
}
.privacy_page .entry-content pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}

/* Last element */
.privacy_page .entry-content > *:last-child {
  margin-bottom: 0;
}

.wp-block-faq-block-for-gutenberg-faq{
        padding: 8px 6px;
        border-radius: 12px;
        overflow: hidden;
}
.wp-block-faq-block-for-gutenberg-faq .question {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #203B54;
} 
.wp-block-faq-block-for-gutenberg-faq .answer {
  font-size: 18px;
  line-height: 1.5;
  color: #334155;
  background: transparent;
}

.user-manual-section .section-content{
  display: none;
}
.user-manual-section .section-trigger{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-content > *:first-child{
  margin-top: 0!important;
}
.user-manual-section .section-trigger:after{
  flex-shrink: 0;
  content: '';
    display: inline-block;
    width: 20px;
    height: initial;
    aspect-ratio: 1 / 1;
    background-image: url(../img/arrow-down-3101.svg);
    background-size: contain;
    margin-left: auto;
    transition: all 0.3s ease;
}
.user-manual-section.active .section-trigger:after{
  transform: rotate(180deg);
}

/* ========== TABLET (≥768px) ========== */
@media (min-width: 768px) {
  .privacy_page .entry-content {
    font-size: 17px;
    line-height: 1.5;
  }
  .wp-block-faq-block-for-gutenberg-faq .question h4,
.wp-block-faq-block-for-gutenberg-faq .question h5,
.wp-block-faq-block-for-gutenberg-faq .question h6 {
  font-size: 25px!important;
  line-height: 1.5!important;
}
  .privacy_page .entry-content h1 { font-size: 42px; }
  .privacy_page .entry-content h2 { font-size: 34px; }
  .privacy_page .entry-content h3 { font-size: 25px; }
  .privacy_page .entry-content h4 { font-size: 22px; }
  .privacy_page .entry-content h5 { font-size: 19px; }
  .privacy_page .entry-content h6 { font-size: 17px; }
  .privacy_page .entry-content blockquote { padding: 16px 20px; }
}

/* ========== DESKTOP (≥1024px) ========== */
@media (min-width: 1024px) {
  .privacy_page .entry-content {
    font-size: 18px;
    line-height: 1.5;
  }
  .privacy_page .entry-content table th,
  .privacy_page .entry-content table td {
    padding: 12px 16px;
  }
}
