/* ZelloFunk 1.7.32 – Aufrufzähler für Blog und Archiv */
.post-title-with-views,
.article-title-with-views {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.post-title-with-views h3,
.article-title-with-views h1 {
    margin-top: 0;
    min-width: 0;
}

.post-view-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    min-width: 72px;
    padding: 6px 10px;
    border: 1px solid rgba(19, 74, 122, .18);
    border-radius: 999px;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    color: #123f68;
    box-shadow: 0 4px 12px rgba(13, 58, 94, .08);
    font-size: .84rem;
    line-height: 1;
    white-space: nowrap;
}

.post-view-badge strong {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.post-view-badge-large {
    min-width: 82px;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: .94rem;
}

@media (max-width: 640px) {
    .post-title-with-views,
    .article-title-with-views {
        gap: 8px;
    }

    .post-view-badge {
        min-width: 64px;
        padding: 6px 8px;
        font-size: .78rem;
    }

    .post-view-badge-large {
        margin-top: 5px;
    }
}
