/* Schnellzugriff statt Forenstatus */

.vm-boardstats-quicklinks {
    gap: 7px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.vm-boardstats-quicklinks .vm-legend-title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(28, 43, 49, 0.52);
}

.vm-quicklink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 24px;
    padding: 0 10px;

    border: 1px solid rgba(28, 43, 49, 0.13);
    background: rgba(255, 255, 255, 0.34);

    color: rgba(28, 43, 49, 0.74);
    text-decoration: none;

    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;

    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease;
}

.vm-quicklink i {
    width: auto;
    height: auto;
    border: 0;
    background: none;
    box-shadow: none;

    color: rgba(28, 43, 49, 0.50);
    font-size: 10px;
    line-height: 1;
}

.vm-quicklink:hover {
    color: #000;
    border-color: rgba(28, 43, 49, 0.30);
    background: rgba(28, 43, 49, 0.055);
    text-decoration: none;
    transform: translateY(-1px);
}

.vm-quicklink:hover i {
    color: #000;
}
.vm-boardstats {
    max-width: 1180px;
    margin: 18px auto 24px auto;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1c2b31;
    border: 1px solid rgba(28, 43, 49, 0.16);
    background: #f7f6f2;
    box-shadow:
        0 8px 20px rgba(28, 43, 49, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.55);

    box-sizing: border-box;
}

.vm-boardstats *,
.vm-boardstats *::before,
.vm-boardstats *::after {
    box-sizing: border-box;
}

/* Kopfzeile */

.vm-boardstats-head {
    min-height: 38px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #1c2b31;
    color: rgba(247, 246, 242, 0.78);
    border-bottom: 1px solid rgba(28, 43, 49, 0.24);
}

.vm-boardstats-title {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
}

.vm-boardstats-title i {
    font-size: 12px;
    opacity: .9;
}

.vm-boardstats-links {
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vm-boardstats-links a {
    color: #f7f6f2;
    text-decoration: none;
    opacity: .78;
}

.vm-boardstats-links a:hover {
    opacity: 1;
    text-decoration: none;
}

/* Body */

.vm-boardstats-body {
    padding: 14px;
}

/* Vier Boxen nebeneinander */

.vm-boardstats-grid {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.vm-stat-card {
    flex: 1 1 0;
    min-width: 0;

    border: 1px solid rgba(28, 43, 49, 0.12);
    background: rgba(255, 255, 255, 0.36);

    display: flex;
    flex-direction: column;
}

.vm-stat-card-head {
    min-height: 32px;
    padding: 0 12px;

    display: flex;
    align-items: center;

    border-bottom: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(28, 43, 49, 0.045);

    color: #1c2b31;
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vm-stat-card-body {
    flex: 1 1 auto;
    padding: 12px;

    color: rgba(28, 43, 49, 0.76);
    font-size: 12px;
    line-height: 1.65;
}

/* Texte aus MyBB-Templates */

.vm-stat-text {
    color: rgba(28, 43, 49, 0.76);
    font-size: 12px;
    line-height: 1.65;
}

.vm-stat-text a,
.vm-stat-card-body a {
    color: #1c2b31;
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 43, 49, 0.22);
}

.vm-stat-text a:hover,
.vm-stat-card-body a:hover {
    color: #000;
    border-bottom-color: rgba(28, 43, 49, 0.52);
    text-decoration: none;
}

/* Online-Namen nicht zu gequetscht */

.vm-stat-online .vm-stat-card-body,
.vm-stat-recent .vm-stat-card-body {
    word-break: normal;
    overflow-wrap: anywhere;
}

/* Legende */

.vm-boardstats-legend {
    margin-top: 12px;
    padding: 11px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;

    border: 1px solid rgba(28, 43, 49, 0.10);
    background: rgba(28, 43, 49, 0.035);
}

.vm-legend-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.vm-legend-title {
    margin-right: 2px;

    color: rgba(28, 43, 49, 0.56);
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vm-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: rgba(28, 43, 49, 0.72);
    font-size: 11px;
    line-height: 1.2;
}

.vm-legend-item i {
    width: 9px;
    height: 9px;
    display: inline-block;

    border: 1px solid rgba(28, 43, 49, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

/* Forenstatus-Farben */

.vm-legend-new {
    background: #1c2b31;
    box-shadow: 0 0 7px rgba(28, 43, 49, 0.32);
}

.vm-legend-nonew {
    background: rgba(28, 43, 49, 0.28);
}

.vm-legend-closed {
    background: #8a8a8a;
}

.vm-legend-redirect {
    background:
        linear-gradient(
            135deg,
            rgba(28, 43, 49, 0.72) 0%,
            rgba(28, 43, 49, 0.72) 45%,
            rgba(255, 255, 255, 0.65) 46%,
            rgba(255, 255, 255, 0.65) 54%,
            rgba(28, 43, 49, 0.34) 55%,
            rgba(28, 43, 49, 0.34) 100%
        );
}

/* Responsive */

@media screen and (max-width: 950px) {
    .vm-boardstats-grid {
        flex-wrap: wrap;
    }

    .vm-stat-card {
        flex: 1 1 calc(50% - 12px);
    }
}

@media screen and (max-width: 600px) {
    .vm-boardstats {
        margin: 14px 10px 20px 10px;
    }

    .vm-boardstats-head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px 12px;
    }

    .vm-boardstats-grid {
        display: block;
    }

    .vm-stat-card {
        margin-bottom: 10px;
    }

    .vm-stat-card:last-child {
        margin-bottom: 0;
    }

    .vm-boardstats-legend {
        align-items: flex-start;
    }

    .vm-legend-block {
        width: 100%;
    }
}