.argo-attachments { margin: 1.5em 0; }
.argo-attachments--list ul { list-style: none; padding: 0; margin: 0; }
.argo-attachments--list li { padding: .4em 0; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: .5em; }
.argo-attachments--list li:last-child { border-bottom: none; }
.argo-ext { display: inline-block; padding: 2px 6px; border-radius: 3px; font-size: .75em; font-weight: 700; text-transform: uppercase; background: #e0e0e0; color: #333; min-width: 2.5em; text-align: center; }
.argo-ext--pdf { background: #e53935; color: #fff; }
.argo-ext--doc, .argo-ext--docx { background: #1565c0; color: #fff; }
.argo-ext--xls, .argo-ext--xlsx { background: #2e7d32; color: #fff; }
.argo-ext--zip, .argo-ext--rar { background: #f9a825; color: #333; }
.argo-ext--jpg, .argo-ext--jpeg, .argo-ext--png { background: #7b1fa2; color: #fff; }
.argo-ext--mp4, .argo-ext--mp3 { background: #e65100; color: #fff; }
.argo-attachment-link { text-decoration: none; font-weight: 500; }
.argo-attachment-link:hover { text-decoration: underline; }
.argo-size { color: #888; font-size: .85em; }
.argo-table { width: 100%; border-collapse: collapse; font-size: .9em; }
.argo-table th { background: #f5f5f5; text-align: left; padding: .6em .8em; border-bottom: 2px solid #ddd; font-weight: 600; }
.argo-table td { padding: .5em .8em; border-bottom: 1px solid #eee; }
.argo-table tr:hover td { background: #fafafa; }
.argo-table a { text-decoration: none; font-weight: 500; }
.argo-table a:hover { text-decoration: underline; }
