.snippet-card, .folder-card {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.snippet-card .edit-icon,
.snippet-card .delete-icon,
.folder-card .edit-icon,
.folder-card .delete-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #007bff;
    cursor: pointer;
}

.snippet-card .delete-icon,
.folder-card .delete-icon {
    right: 40px;
    color: #dc3545;
}

.snippet-card .snippet-title,
.folder-card .folder-title {
    font-weight: bold;
}

.snippet-card .snippet-preview {
    color: #6c757d;
}

.folder-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
