.category-badge {
    display: inline-flex;
    align-items: center;

    padding: .3rem .5rem;

    border-bottom-right-radius: .4rem;

    color: white;
    background: oklch(
            var(--theme-color-lightness)
            var(--theme-color-chroma)
            var(--category-hue)
    );

    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
}
