/* HS Artikelstatistik – Zahlen zuverlässig rechtsbündig */
.entry-content table.hs-articles-table td.hs-num,
.entry-content table.hs-articles-table th.hs-num {
    display: table-cell !important;
    text-align: right !important;
    white-space: nowrap;
}

.hs-articles-table {
    width: 100%;
    border-collapse: collapse;
}

.hs-articles-table th,
.hs-articles-table td {
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
}

.hs-articles-filter {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
