.cursor-pointer { cursor: pointer; }

.btn-category {
    transition: transform 0.2s, box-shadow 0.2s;
    border-width: 2px !important;
}

.btn-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    border-color: #0d6efd !important;
}

.btn-category.active {
    background-color: #f0f7ff;
    border-color: #0d6efd !important;
}

#reclami-list-tbody tr {
    transition: background-color 0.2s;
}