.negwork-card-item {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.negwork-card-item:active {
    background-color: #f9fafb;
}

.negwork-attachment-item {
    transition: background-color 0.15s ease;
}

.negwork-attachment-item:hover {
    background-color: #e5e7eb;
}