/* ===========================
   SEO ARTICLE
=========================== */

.seo-article{
    text-align: right;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    padding:35px;
    margin-top:35px;
    line-height:2;
    color:#333;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.seo-article h2{
    font-size:1px;
    color:#1e40af;
    margin:40px 0 18px;
    padding-bottom:10px;
    border-bottom:3px solid #eef3ff;
    font-weight:700;
}

.seo-article h2:first-child{
    margin-top:0;
}

.seo-article h3{
    font-size:23px;
    color:#222;
    margin:28px 0 12px;
    font-weight:700;
}

.seo-article p{
    font-size:18px;
    line-height:2;
    margin:15px 0;
    color:#444;
}

.seo-article strong{
    color:#111827;
    font-weight:700;
}

.seo-article ul,
.seo-article ol{
    margin:18px 0;
    padding-right:25px;
}

.seo-article li{
    margin:10px 0;
    font-size:18px;
    line-height:1.9;
}

.seo-article ul li::marker{
    color:#2563eb;
}

.seo-article ol li::marker{
    color:#2563eb;
    font-weight:bold;
    /*display: none;*/
}

.seo-article a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

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

.seo-article blockquote{
    background:#f8f9ff;
    border-right:5px solid #2563eb;
    padding:18px 20px;
    margin:20px 0;
    border-radius:12px;
    color:#444;
}

.seo-article table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
}

.seo-article table th{
    background:#2563eb;
    color:#fff;
    padding:12px;
}

.seo-article table td{
    padding:12px;
    border:1px solid #ececec;
}

.seo-article img{
    max-width:100%;
    border-radius:14px;
    margin:20px auto;
    display:block;
}

.seo-article hr{
    border:none;
    height:1px;
    background:#ececec;
    margin:35px 0;
}

.seo-article code{
    background:#f3f4f6;
    padding:3px 8px;
    border-radius:6px;
    font-size:15px;
}

.seo-article pre{
    background:#1e293b;
    color:#fff;
    padding:20px;
    border-radius:12px;
    overflow:auto;
}

@media(max-width:768px){

    .seo-article{
        padding:20px;
    }

    .seo-article h2{
        font-size:24px;
    }

    .seo-article h3{
        font-size:20px;
    }

    .seo-article p,
    .seo-article li{
        font-size:16px;
    }

}