.counter-badge {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
}
.counter-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-color: #cbd5e1;
}
.counter-number {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 4px;
}
.counter-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}
.density-table th {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}
.density-table td {
    font-size: 14px;
    color: #1e293b;
}
