
.lmis-wrap { max-width: 980px; }
.lmis-alert { padding: 10px 12px; border-radius: 6px; margin: 10px 0; }
.lmis-alert-ok { background: #e7f7ee; border: 1px solid #bfe9cf; }
.lmis-alert-error { background: #fdecec; border: 1px solid #f2b6b6; }

/* Admin review table: keep it usable on smaller screens */
.lmis-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.lmis-table { min-width: 900px; }
.lmis-table thead th { position: sticky; top: 0; z-index: 2; }
.lmis-details summary { cursor: pointer; font-weight: 600; }
.lmis-details { max-width: 420px; }
.lmis-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; padding: 10px 0; }
.lmis-details-grid .lmis-colspan { grid-column: 1 / -1; }
.lmis-actions { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 10px 0; }
.lmis-action-form { margin: 0; }
.lmis-deny textarea { width: 100%; }
.lmis-muted { opacity: 0.8; font-size: 12px; margin-top: 6px; }
