.card-footer {
    border-top: 1px solid var(--gn-border);
}

.list-group-item + .list-group-item {
    border-top: 1px solid var(--gn-border);
}

.list-group-item-action:hover {
    color: #ffffff;
}

.pagination .page-link {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.trending-highlight {
    border: 1px solid rgba(59, 130, 246, 0.45) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3), 0 6px 18px rgba(0, 0, 0, 0.22);
    background: radial-gradient(circle at 18% 20%, rgba(59, 130, 246, 0.1), transparent 40%), var(--gn-surface);
}

.trending-panel {
    position: sticky;
    top: 24px;
}

@media (max-width: 991.98px) {
    .trending-panel {
        position: static;
    }
}
