.voxfor-dashboard .dashboard-stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.voxfor-dashboard .stat-box {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    min-width: 120px;
}

.voxfor-dashboard .stat-number {
    font-size: 32px;
    font-weight: 600;
    color: #1d2327;
    line-height: 1;
}

.voxfor-dashboard .stat-label {
    font-size: 13px;
    color: #646970;
    margin-top: 5px;
}

.voxfor-dashboard .empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}

.voxfor-dashboard .empty-state-icon .dashicons {
    font-size: 64px;
    width: 64px;
    height: 64px;
    color: #c3c4c7;
}

.voxfor-dashboard .empty-state h2 {
    margin: 20px 0 10px;
    font-size: 18px;
}

.voxfor-dashboard .empty-state p {
    color: #646970;
    margin-bottom: 20px;
} 