.blog-container{
    max-width:1200px;
    margin:50px auto;
    padding:20px;
}

.blog-image{
    width:100%;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
}

.blog-image img{
    width:100%;
    display:block;
}

.blog-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.blog-meta{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    color:#777;
    font-size:15px;
}

.blog-content{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.blog-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

.blog-content p{
    line-height:1.8;
    color:#555;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4{
    color:#222;
    margin-top:25px;
}

.loader{
    text-align:center;
    padding:100px;
    font-size:20px;
}
