/* Reviews-specific styles for VitiRev */
.review-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-card .game-image {
    flex-shrink: 0;
}

.review-card .game-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.filter-btn.active {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: white !important;
}
