.blog-detail {
    padding-left: 5rem;
    padding-right: 5rem;
}

.share-section {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.share-title {
    font-weight: 600;
    margin-bottom: 18px;
}

.img-detail-blog {
    width: 30% !important;
    height: 180px !important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .blog-detail {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content-img .img img {
        height: auto !important;
    }

    .news-card {
        flex-direction: column !important;
        align-items: start;
    }

    /* .news-card img {
        width: 100% !important;
        height: auto !important;
    } */

    .img-detail-blog {
        width: 100% !important;
        height: 230px !important;
        object-fit: cover;
    }

    .share-section .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .d-flex.justify-content-center.gap-3 {
        flex-direction: column;
        gap: 0.5rem;
    }
}
