
/* SEO Article styles */

.seo-article {
    padding: 2rem;
    background: #3e31c3;
    color: #e5ebf2;
}

.seo-article h1, .seo-article h2, .seo-article h3 {
    color: #e5ebf2;
    margin-bottom: 1rem;
}

.seo-article p, .seo-article ul, .seo-article ol {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #e5ebf2;
}

.seo-article ul, .seo-article ol {
    padding-left: 1.5rem;
}

.seo-article a {
    color: #06ef1d;
    text-decoration: none;
}

.seo-article a:hover {
    text-decoration: underline;
}