.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 35vh;
    text-align: center;
    color: #6c757d;
    padding: 1rem;
}

.empty-state h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.empty-state p {
    font-size: 1rem;
    color: #495057;
}
