@tailwind base;
@tailwind components;
@tailwind utilities;
.category-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-toggle {
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.category-toggle:hover {
    opacity: 0.7;
}