/* Читабельный контейнер */
#custom-text-seo .sf-seo {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.65;
}
.custom-text-seo {
    margin: 40px auto 80px auto;
    text-align: center;
}
/* Явно задаём размеры, чтобы тема не “побеждала” */
#custom-text-seo .sf-seo h1 {
  font-size: 36px !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
}

#custom-text-seo .sf-seo h2 {
  font-size: 26px !important;
  font-weight: 800 !important;
  margin: 22px 0 10px !important;
  line-height: 1.2 !important;
}

#custom-text-seo .sf-seo h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 18px 0 8px !important;
  line-height: 1.25 !important;
}


#custom-text-seo .sf-seo p { margin: 0 0 12px; }
#custom-text-seo .sf-seo ul { margin: 0 0 12px 18px; padding: 0; }
#custom-text-seo .sf-seo li { margin: 6px 0; }

/* Сворачивание */
#custom-text-seo .sf-seo--collapsible {
  max-height: 260px;
  overflow: hidden;
  position: relative;
  transition: max-height .25s ease;
}

#custom-text-seo .sf-seo--collapsible::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

#custom-text-seo .sf-seo--collapsible.is-open {
  max-height: 9999px;
}
#custom-text-seo .sf-seo--collapsible.is-open::after { display: none; }

/* Кнопка */
#custom-text-seo .sf-seo__toggle {
  margin: 10px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}
#custom-text-seo .sf-seo ul {
  margin: 10px 0 14px;
  padding: 12px 14px 12px 36px;  /* место под маркеры */
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
}

#custom-text-seo .sf-seo li {
  margin: 8px 0;
  list-style: disc;
}

#custom-text-seo .sf-seo ul li::marker {
  font-size: 1.1em;
}

@media (max-width: 768px) {
  #custom-text-seo .sf-seo h1 { font-size: 22px !important; }
  #custom-text-seo .sf-seo h2 { font-size: 18px !important; }
}
