/* ==========================================================================
   Kidan Stats Counter Widget - Rebuild
   ========================================================================== */

.kidan-stats-counter {
    width: 100%;
}

.kidan-stat-item {
    display: flex;
    flex-direction: column;
    align-items: inherit;
}

.kidan-stat-number {
    font-family: 'Gantari', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 4px;
}

.kidan-stat-label {
    font-family: 'Gantari', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.14;
    text-transform: capitalize;
    color: #000000;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .kidan-stat-number {
        font-size: 18px;
    }

    .kidan-stat-label {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    .kidan-stat-number {
        font-size: 16px;
    }

    .kidan-stat-label {
        font-size: 12px;
    }
}
