.achievement-item {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    transition: background-color 0.2s ease;
}

.achievement-item:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.card {
    height: 100%;
}

.table td, .table th {
    padding: 1rem;
}

.display-4 {
    font-weight: 600;
} 