/* Besucherzähler im Footer */

.vc-footer {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid color-mix(in srgb, var(--theme-primary, #c4a35a) 35%, transparent);
    background: color-mix(in srgb, var(--theme-surface, #141820) 70%, transparent);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    color: color-mix(in srgb, var(--theme-text, #f0e6d2) 88%, #fff);
}

.vc-footer__label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.85;
    color: color-mix(in srgb, var(--theme-primary, #c4a35a) 85%, #fff);
}

.vc-footer__count {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #fff;
}

.theme-medieval-modern .vc-footer {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.28);
}

.mm-footer__inner .vc-footer,
.gs-footer .vc-footer {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
