.blog-card .blog-preview {
    min-height: 3.6em;
}

#blog_autocomplete {
    max-height: 320px;
    overflow: auto;
    border-radius: 0.5rem;
}

#blog_autocomplete .list-group-item {
    border-left: 0;
    border-right: 0;
}

.pagination {
    gap: 0.25rem;
}

.pagination .page-link {
    border-radius: 0.5rem;
}

.blog-card-list .card-body {
    padding: 1.25rem;
}

@media (max-width: 576px) {
    .blog-content {
        font-size: 1rem;
        line-height: 1.7;
    }
}

.blog-content {
    font-size: 1.05rem;
    line-height: 1.75;
}

.blog-content img {
    max-width: 100%;
    height: auto;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-content p {
    margin-bottom: 1rem;
}
