.ts-category-link-v1-2 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.ts-category-icon-v1-2 {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: currentColor;
    opacity: .96;
    pointer-events: none;
}

.ts-category-icon-v1-2 svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
}

.ts-category-link-v1-2:is(
    [aria-current="page"],
    .active,
    .router-link-active,
    .router-link-exact-active
) .ts-category-icon-v1-2,
.ts-category-link-v1-2:hover
.ts-category-icon-v1-2 {
    color: #4ade80;
    opacity: 1;
}
