.cat-marquee-wrapper-46c03c8f {
    overflow: hidden;
    width: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.cat-marquee-track-46c03c8f {
    display: flex;
    width: max-content;
    will-change: transform;
    cursor: grab;
}

.cat-marquee-track-46c03c8f:active {
    cursor: grabbing;
}

.cat-marquee-container-46c03c8f {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.cat-pill-46c03c8f {
    flex-shrink: 0;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.cat-pill-46c03c8f * {
    text-decoration: none !important;
}

.cat-name-46c03c8f {
    font-weight: 600;
    text-decoration: none !important;
}

.cat-count-46c03c8f {
    background-color: rgba(0,0,0,0.05);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.85em;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none !important;
}

.cat-pill-46c03c8f:hover .cat-count-46c03c8f {
    background-color: rgba(255,255,255,0.2);
}
