.rm-license-box,
.rm-my-programs { margin: 28px 0; }
.rm-muted { color: #667085; }
.rm-empty { padding: 24px; border: 1px solid #eaecf0; background: #f9fafb; border-radius: 14px; color: #667085; }
.rm-license-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.rm-license-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; box-shadow: 0 8px 24px rgba(16,24,40,.06); }
.rm-license-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.rm-license-product { font-size: 18px; font-weight: 800; color: #101828; }
.rm-license-code { color: #667085; font-size: 12px; margin-top: 3px; }
.rm-status { font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; white-space: nowrap; }
.rm-status-active { background: #dcfae6; color: #067647; }
.rm-status-inactive { background: #fee4e2; color: #b42318; }
.rm-license-key-row { margin: 12px 0; }
.rm-license-key-row span { display: block; font-size: 12px; color: #667085; margin-bottom: 6px; }
.rm-license-key-row code { display: block; background: #111827; color: #f9fafb; padding: 11px 12px; border-radius: 10px; letter-spacing: .4px; word-break: break-all; }
.rm-license-meta { display: flex; flex-wrap: wrap; gap: 10px; color: #475467; font-size: 13px; margin-bottom: 14px; }
.rm-license-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.rm-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 10px; font-weight: 700; text-decoration: none !important; }
.rm-btn-primary { background: #2563eb; color: #fff !important; }
.rm-btn-secondary { background: #eff4ff; color: #1d4ed8 !important; }
