.blog-post .col-lg-8 .img-fluid.rounded.mb-4 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.blog-post .col-lg-8 > .img-fluid {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.article-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem 0;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .article-content img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .article-content img {
        max-width: 100%;
        width: 100%;
    }
}

.article-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
