/* ================= SEO CONTENT ================= */

.seo-content{
max-width:900px;
margin:50px auto;
padding:0 20px;
line-height:1.7;
color:#333;
}

/* H2 */
.seo-content h2{
font-size:24px;
margin-top:40px;
margin-bottom:15px;
color:#111;
border-left:4px solid #0d6efd;
padding-left:12px;
}

/* H3 */
.seo-content h3{
font-size:18px;
margin-top:30px;
margin-bottom:10px;
color:#0d6efd;
}

/* Text */
.seo-content p{
font-size:15px;
color:#444;
margin-bottom:15px;
}

/* List */
.seo-content ul{
margin:10px 0 20px 20px;
}

.seo-content li{
margin-bottom:8px;
}

/* Highlight */
.highlight-box{
background:#f8f9fa;
border-left:4px solid #0d6efd;
padding:12px;
border-radius:8px;
margin:15px 0;
font-size:14px;
}

/* ================= MOBILE ================= */

@media(max-width:768px){

.seo-content{
margin:30px auto;
}

.seo-content h2{
font-size:20px;
}

.seo-content h3{
font-size:16px;
}

.seo-content p,
.seo-content li{
font-size:14px;
}

}