
.formatted-content,
.seo-category-description {
    color: #353837;
    font-size: 18px;
    line-height: 1.75;
    text-align: justify;
}

.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6,
.seo-category-description h1,
.seo-category-description h2,
.seo-category-description h3,
.seo-category-description h4,
.seo-category-description h5,
.seo-category-description h6 {
    color: #111827 !important;
    font-weight: 700 !important;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    line-height: 1.3 !important;
}

.formatted-content h1, .seo-category-description h1 { font-size: 2.25em !important; margin-top: 0 !important; }
.formatted-content h2, .seo-category-description h2 { font-size: 1.5em !important; }
.formatted-content h3, .seo-category-description h3 { font-size: 1.25em !important; }
.formatted-content h4, .seo-category-description h4 { font-size: 1.125em !important; }

.formatted-content p,
.seo-category-description p {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
    color: #353837 !important;
}

.formatted-content ul,
.seo-category-description ul {
    list-style-type: disc !important;
    padding-left: 1.625em !important;
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
}

.formatted-content ol,
.seo-category-description ol {
    list-style-type: decimal !important;
    padding-left: 1.625em !important;
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
}

.formatted-content li,
.seo-category-description li {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    padding-left: 0.375em !important;
}
.formatted-content li::marker,
.seo-category-description li::marker {
    color: #d1d5db;
}

.formatted-content blockquote,
.seo-category-description blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #e5e7eb;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.formatted-content img,
.seo-category-description img {
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    max-width: 100%;
    height: auto;
}

.formatted-content strong,
.seo-category-description strong {
    font-weight: 600;
    color: #111827;
}

.formatted-content code,
.seo-category-description code {
    color: #111827;
    font-weight: 600;
    font-size: 0.875em;
}

.formatted-content pre,
.seo-category-description pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
}
