.attachment-file-link { color: #0d6efd; text-decoration: none; word-break: break-all; }
.attachment-file-link:hover { text-decoration: underline; }
.attachment-file-missing { color: #aaa; font-size: 12px; margin-left: 6px; }
.attachment-delete-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 5px;
    color: #888;
    border-radius: 4px;
    line-height: 1;
}
.attachment-delete-icon-btn:hover { color: #c00; background: #ffeaea; }
.attachment-row-pending-delete { opacity: .55; }
.attachment-row-pending-delete .attachment-file-name { text-decoration: line-through; }
