/* STATS SECTION */
.pm-sec-stats {
    background: var(--pm-bg1);
    border-top: 1px solid var(--pm-b2);
    border-bottom: 1px solid var(--pm-b2);
}

.pm-stats-grid {
    border: 1px solid var(--pm-b2);
    border-radius: var(--pm-rl);
    overflow: hidden;
}

.pm-stat-item {
    background: var(--pm-bg1);
    border-right: 1px solid var(--pm-b2);
    padding: 1.75rem 1.5rem;
    transition: background .2s;
    cursor: default;
}

.pm-stat-item:last-child {
    border-right: none;
}

.pm-stat-item:hover {
    background: var(--pm-bg2);
}

.pm-stat-lbl2 {
    font-family: var(--pm-fm);
    font-size: 9px;
    color: var(--pm-t3);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pm-stat-big {
    font-family: var(--pm-fd);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--pm-t1);
    line-height: 1;
}

.pm-stat-big em {
    color: var(--pm-gold);
    font-style: normal;
}

.pm-stat-desc {
    font-size: 12px;
    color: var(--pm-t2);
    font-weight: 300;
    margin-top: 4px;
}