.rm-admin-status {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
}

.rm-admin-status-O { background: #fff3cd; color: #765500; }
.rm-admin-status-P { background: #dbeafe; color: #1d4f91; }
.rm-admin-status-A { background: #d9f3f5; color: #12636b; }
.rm-admin-status-R { background: #e9ecef; color: #4f5660; }
.rm-admin-status-C { background: #dff2e2; color: #226d2d; }
.rm-admin-status-I { background: #f8dede; color: #992f2f; }

.rm-order-sidebar .rm-admin-status {
	padding: 3px 6px;
}

.rm-dashboard-action {
	background: #eff6ff;
	color: #2563eb;
}

.rm-admin-list-card {
	overflow: visible;
}

.rm-admin-col-id { width: 9%; }
.rm-admin-col-order, .rm-admin-col-value { width: 12%; }
.rm-admin-col-type { width: 11%; }
.rm-admin-col-status, .rm-admin-col-date { width: 14%; }
.rm-admin-col-actions { width: 7%; }
