/*** Blog page additions (loaded after /css/style.css) ***/

.blog-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.blog-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12) !important;
}

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

.share-bar .btn-square {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.comments-section .card {
    border-radius: 10px;
}

/* Mobile tightening */
@media (max-width: 576px) {
    .page-header h1 {
        font-size: 1.75rem;
    }
    .share-bar span {
        width: 100%;
        margin-bottom: .5rem;
    }
}
