/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* SEO-страницы: длинное тело текста (вытаскиваем из категории "дубль") */
.seo-body h2 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; margin-bottom: 1rem; }
@media (min-width: 640px) { .seo-body h2 { font-size: 1.875rem; } }
.seo-body h3 { font-size: 1.125rem; font-weight: 600; margin-top: 1.75rem; margin-bottom: 0.5rem; color: #171717; }
.seo-body p { color: #525252; line-height: 1.65; margin-bottom: 1rem; }
.seo-body ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
.seo-body ul li { color: #525252; line-height: 1.65; margin-bottom: 0.5rem; }
.seo-body strong { color: #171717; font-weight: 600; }
