/* Card utama */
.stat-modern {
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
}

/* Judul */
.stat-modern .fi-wi-stats-overview-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280; /* gray-500 */
}

/* Angka besar */
.stat-modern .fi-wi-stats-overview-stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #111827; /* gray-900 */
    margin-top: 0.25rem;
}

/* Deskripsi */
.stat-modern .fi-wi-stats-overview-stat-description {
    font-size: 14px;
    color: #6b7280;
}

/* Icon kanan */
.stat-modern .fi-wi-stats-overview-stat-icon {
    background: #dcfce7; /* green-100 */
    color: #16a34a; /* green-600 */
    border-radius: 10px;
    padding: 0.5rem;
}
