/* ==========================================================
   neonFREQUENZ · Community Page Styles
   ========================================================== */

/* Abstand für den Ticker auf der Community-Seite */
.page-community .home-ticker {
    margin-top: 14px;
}

/* Modifizierte nf-card für die Community-Statistiken */
.community-stat-card {
    padding: 18px;
}

.community-stat-card h2 {
    margin-top: 0;
}

.community-stat-card p.muted.mb-default {
    margin: 8px 0 14px;
}

.community-stat-card p.muted.m-0 {
    margin: 0;
}

/* Flexbox-Container für die Counter & Stats */
.stats-flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

/* Hilfsklasse für einfache Abstände */
.mt-10 {
    margin-top: 10px;
}
