/* Invited Memories – Index (Step 5) */
.im-invited-wrap{ border:1px solid #e5e7eb; border-radius:10px; padding:12px; background:#fff; }
.im-invited-wrap h3{ margin:0 0 6px; }
.im-note{ font-size:13px; color:#64748b; margin-bottom:8px;}
.im-table{ width:100%; border-collapse:collapse; }
.im-table th, .im-table td{ border:1px solid #e5e7eb; padding:8px; font-size:14px; }
.im-table thead th{ background:#f8fafc; text-align:left; }
.im-status{ font-weight:700; }
.im-status.pending{ color:#1d4ed8; }
.im-status.accepted{ color:#16a34a; }
.im-status.rejected{ color:#dc2626; }
.im-btn{ padding:6px 10px; border-radius:6px; border:1px solid #cbd5e1; background:#f1f5f9; cursor:pointer; }
.im-btn.primary{ background:#2563eb; color:#fff; border-color:#1d4ed8; }
.im-btn.danger{ background:#fee2e2; color:#991b1b; border-color:#fecaca; }
.im-row-empty td{ text-align:center; color:#64748b; }
.im-loading td{ text-align:center; }
.im-link.disabled{ color:#94a3b8; pointer-events:none; text-decoration:none;}
