.empty-state-container {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
    width: 100%;
}

.empty-state-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-state-icon {
    font-size: 48px;
    color: #999;
    margin-bottom: 20px;
}

.empty-state-title {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 500;
}