.jseo-wrapper{
    max-width:1200px;
    margin:40px auto;
    padding:0 15px;
}

.jseo-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:30px;
}

.jseo-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
}

.jseo-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.jseo-card h3{
    padding:15px;
    font-size:18px;
}

.jseo-section{
    margin-top:40px;
    padding:25px;
    background:#fafafa;
    border-radius:12px;
}

.jseo-tags{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.jseo-tag{
    padding:8px 14px;
    border:1px solid #ddd;
    border-radius:20px;
    background:#fff;
}