.image-upload small { color: var(--muted); font-weight: 500; }
.image-preview, .attachment-card { display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--line); background: #f8f8f3; border-radius: 11px; }
.image-preview img, .attachment-card img { width: 88px; height: 72px; object-fit: cover; border-radius: 8px; }
.image-preview div, .attachment-card div { display: grid; gap: 3px; flex: 1; }
.image-preview small, .attachment-card small { color: var(--muted); font-size: 11px; }
.text-action { background: transparent; color: var(--red); padding: 2px 0; text-align: left; width: max-content; }
.text-action:hover { background: transparent; text-decoration: underline; }
.attachment-card { margin: 14px 0; }
.attachment-card button { width: max-content; padding: 8px 12px; margin-top: 5px; }
.attachment-card a { font-size: 12px; color: var(--green); font-weight: 700; width: max-content; }
