.sidebar-stats.sidebar__widget {
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(4, 26, 16, 0.2);
}

.sidebar-stats .sw-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px 14px;
    background: #1b2b37;
    color: var(--b400);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.sidebar-stats .sw-body {
    display: block;
    padding: 12px 14px;
    background: transparent;
}

.sidebar-stats .article-stats {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-stats .article-stats li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #e0ddd8;
    color: #3d4248;
    font-family: 'Nunito Sans', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.sidebar-stats .article-stats li:last-child {
    border-bottom: 0;
}

.sidebar-stats .article-stats span {
    min-width: 0;
}

.sidebar-stats .article-stats strong {
    flex-shrink: 0;
    color: var(--b400);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 639px) {
    .sidebar-stats .sw-head {
        padding: 11px 13px;
    }

    .sidebar-stats .sw-body {
        padding: 11px 13px;
    }
}
