/* Responsive */
@media (max-width: 768px) {
    .card-img-top {
        height: 150px !important;
    }
    
    .article-share .d-flex {
        flex-wrap: wrap;
        gap: 1rem !important;
    }
    
    .article-share .btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 0.8rem;
    }
    
    .article-share span {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }
}