/* History Module Premium Styles */
#module-history .card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

#module-history .list-group-item {
    border: none;
    border-bottom: 1px solid var(--border-color);
    padding: 1.25rem 1.5rem;
    transition: background-color 0.2s;
    background: var(--bg-surface);
}

#module-history .list-group-item:last-child {
    border-bottom: none;
}

#module-history .list-group-item:hover {
    background-color: var(--bg-surface-alt);
}

#module-history .badge {
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
}