body {
    background-color: #f5f5f5;
}

.forum-card:hover,
.art-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.forum-card a,
.art-card a {
    text-decoration: none;
    color: inherit;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.pagination {
    margin-top: 20px;
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

@media (max-width: 768px) {
    .card-img-top {
        height: 150px;
    }
}

.image-col.col-12 .image-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}
