/*
 * Tela Network v2 — public stats page.
 */

.v2-stats {
    padding-bottom: 4rem;
}


/* Page header */

.v2-stats-header {
    border-bottom: 1px solid var(--v2-rule);
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .v2-stats-header {
        padding-bottom: 3rem;
    }
}

.v2-stats-title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0.75rem 0 0;
}

@media (min-width: 640px) {
    .v2-stats-title {
        font-size: 2.25rem;
    }
}

.v2-stats-intro {
    font-size: 1.0625rem;
    line-height: 1.625;
    margin: 0.75rem 0 0;
    max-width: 36rem;
}


/* Groups */

.v2-stats-section {
    padding-block: 2.5rem;
}

.v2-stats-section h2 {
    margin: 0;
}

.v2-stats-grid {
    border-top: 1px solid var(--v2-rule);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0.75rem 0 0;
}

@media (min-width: 640px) {
    .v2-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.v2-stats-grid > div {
    border-bottom: 1px solid var(--v2-rule);
    padding: 1rem 1rem 1rem 0;
}

.v2-stats-value {
    font-size: 1.375rem;
    line-height: 1;
    margin: 0;
}

.v2-stats-grid dt {
    margin: 0.5rem 0 0;
}
