/*
 * 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; }
.seo-body h2 { margin-top: 2.25rem; }
.seo-body h2:first-child { margin-top: 0; }
.seo-body a { color: #FF5A4F; text-decoration: underline; text-underline-offset: 2px; }
.seo-body table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.9rem; }
.seo-body th, .seo-body td { border: 1px solid #e7e5e4; padding: 0.5rem 0.75rem; text-align: left; color: #525252; }
.seo-body th { background: #fafaf9; color: #171717; font-weight: 600; }
