/* Single Post Styles */
.single-post-main {
    padding-bottom: 80px;
    background: #fff;
    min-height: 50vh;
}

.loom-single-article {
    margin-top: 40px;
}

.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.post-header .post-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.post-featured-image {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 12px;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.post-content {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

/* Ensure all images inside content are responsive */
.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.post-content p {
    margin-bottom: 25px;
}

.post-content h2, .post-content h3 {
    margin: 40px 0 15px;
    color: #111;
}

@media (max-width: 767px) {
    .post-header .post-title {
        font-size: 28px;
    }
    
    .post-content {
        font-size: 16px;
    }
    
    .loom-single-article {
        margin-top: 20px;
    }
    
    .post-featured-image {
        border-radius: 0;
        margin: 20px 0;
        padding: 0;
    }
}
