.amrma-returns table { width: 100%; }
.amrma-eligible-orders { list-style: none; padding: 0; }
.amrma-eligible-orders li { padding: .5em 0; border-bottom: 1px solid #eee; display: flex; gap: 1em; align-items: center; flex-wrap: wrap; }
.amrma-info { background: #f6f6f6; padding: 1em; border-left: 3px solid #888; }
.amrma-type-switch a { text-decoration: none; }
.amrma-type-switch a.is-active { font-weight: 600; text-decoration: underline; }
.amrma-form table { margin-bottom: 1em; }
.amrma-form input[type=number] { width: 5em; }
.amrma-messages { list-style: none; padding: 0; }
.amrma-message { padding: .75em 1em; margin: .5em 0; border-radius: 4px; background: #fafafa; }
.amrma-message--admin { background: #eef6ff; }
.amrma-attachments { list-style: square; }
