﻿/* SEO Section Styles - Р°РІС‚РѕРјР°С‚РёС‡РµСЃРєРё РїСЂРёРјРµРЅСЏСЋС‚СЃСЏ РєРѕ РІСЃРµРј СЌР»РµРјРµРЅС‚Р°Рј РІРЅСѓС‚СЂРё .ifx-seo-content */
.ifx-seo-content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    color: #a9bbdf;
}

.ifx-seo-content > div {
    max-width: none;
}

/* Headings */
.ifx-seo-content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    color: #e8f0ff;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.ifx-seo-content h2:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .ifx-seo-content h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.ifx-seo-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #d9e8ff;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

/* Paragraphs */
.ifx-seo-content p {
    line-height: 1.75rem;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.ifx-seo-content p:last-child {
    margin-bottom: 0;
}

/* Lists */
.ifx-seo-content ul {
    list-style-type: disc;
    list-style-position: inside;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.ifx-seo-content ul li {
    margin-bottom: 0.75rem;
}

.ifx-seo-content ul li:last-child {
    margin-bottom: 0;
}

.ifx-seo-content ol {
    list-style-type: decimal;
    list-style-position: inside;
    color: #95acd6;
    margin-bottom: 1.5rem;
}

.ifx-seo-content ol li {
    margin-bottom: 0.75rem;
}

.ifx-seo-content ol li:last-child {
    margin-bottom: 0;
}

/* Strong tags */
.ifx-seo-content strong {
    color: #e8f0ff;
    font-weight: 700;
}

/* Spacing utilities - РґР»СЏ СЃРїРµС†РёР°Р»СЊРЅС‹С… СЃР»СѓС‡Р°РµРІ */
.ifx-seo-content p.mb-4 {
    margin-bottom: 1rem;
}

.ifx-seo-content p.mb-12 {
    margin-bottom: 3rem;
}

.ifx-seo-content ul.mb-12 {
    margin-bottom: 3rem;
}

/* Italic text */
.ifx-seo-content p.italic {
    font-style: italic;
}




