.empty-state {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
