.algorithm-tag { display: inline-block; background-color: #e1e1e1; padding: 2px 6px; border-radius: 3px; margin: 2px; font-size: 0.8rem; cursor: pointer; transition: all 0.2s ease; } .algorithm-tag:hover { background-color: #d1d1d1; transform: translateY(-1px); }