@layer components {
    .light-gallery .decision-tree-card .cover-image,
    .light-gallery .gallery-card .cover-image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 226px;
        overflow: hidden;
        width: 100%;
    }
    .light-gallery .decision-tree-card .card-body,
    .light-gallery .gallery-card .card-body{
        @apply p-2;
    }

    .category-item:hover .editable-item {
        @apply flex;
    }
}
