ul { list-style-type: none; padding-left: 0; } 
li { margin-bottom: 8px; font-family: sans-serif; }
a { text-decoration: none; color: #007bff; }
a:hover { text-decoration: underline; }
.del-btn {
    color: #dc3545 !important;
    font-size: 0.8em;
    margin-left: 15px;
    text-decoration: none;
}
.del-btn:hover {
    text-decoration: underline;
    font-weight: bold;
}