<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fileContainer { margin: 5px;  }
.uploadThumb { position: relative;  }
.uploadThumb &gt; .delete-file { position: absolute; top: 5px; right: 5px; color: red; display: none;  }
.uploadThumb:hover &gt; .delete-file { display: block; }
</pre></body></html>