/* SEO Section Styles - автоматически применяются ко всем элементам внутри .bbx-seo-content */
.bbx-seo-content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    color: #a9bbdf;
}

.bbx-seo-content > div {
    max-width: none;
}

/* Headings */
.bbx-seo-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    color: #e8f0ff;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.bbx-seo-content h2:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .bbx-seo-content h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.bbx-seo-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #d9e8ff;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

/* Paragraphs */
.bbx-seo-content p {
    line-height: 1.75rem;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.bbx-seo-content p:last-child {
    margin-bottom: 0;
}

/* Lists */
.bbx-seo-content ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.bbx-seo-content ul li {
    margin-bottom: 0.75rem;
}

.bbx-seo-content ul li:last-child {
    margin-bottom: 0;
}

.bbx-seo-content ol {
    list-style-type: decimal;
    list-style-position: inside;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.bbx-seo-content ol li {
    margin-bottom: 0.75rem;
}

.bbx-seo-content ol li:last-child {
    margin-bottom: 0;
}

/* Strong tags */
.bbx-seo-content strong {
    color: #e8f0ff;
    font-weight: 700;
}

/* Spacing utilities - для специальных случаев */
.bbx-seo-content p.mb-4 {
    margin-bottom: 1rem;
}

.bbx-seo-content p.mb-12 {
    margin-bottom: 3rem;
}

.bbx-seo-content ul.mb-12 {
    margin-bottom: 3rem;
}

/* Italic text */
.bbx-seo-content p.italic {
    font-style: italic;
}



