.premia-admin-status,
.premia-preorder-status {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	padding: 0.25em 0.7em;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	border: 1px solid transparent;
}

.premia-admin-status__dot,
.premia-preorder-status__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* Preordini */
.premia-admin-status--new,
.premia-preorder-status--new {
	background: #e8f4fd;
	color: #135e96;
	border-color: #c5e4f7;
}

.premia-admin-status--new .premia-admin-status__dot,
.premia-preorder-status--new .premia-preorder-status__dot {
	background: #2271b1;
}

.premia-admin-status--contacted,
.premia-preorder-status--contacted {
	background: #fff8e6;
	color: #8a5a00;
	border-color: #f2dfb3;
}

.premia-admin-status--contacted .premia-admin-status__dot,
.premia-preorder-status--contacted .premia-preorder-status__dot {
	background: #dba617;
}

.premia-admin-status--processing,
.premia-preorder-status--processing {
	background: #f3e8ff;
	color: #6b21a8;
	border-color: #e4c7ff;
}

.premia-admin-status--processing .premia-admin-status__dot,
.premia-preorder-status--processing .premia-preorder-status__dot {
	background: #9333ea;
}

.premia-admin-status--closed,
.premia-preorder-status--closed {
	background: #edf2ed;
	color: #3f5f3f;
	border-color: #cfe0cf;
}

.premia-admin-status--closed .premia-admin-status__dot,
.premia-preorder-status--closed .premia-preorder-status__dot {
	background: #4a7c4a;
}

/* Prodotti */
.premia-admin-status--publish {
	background: #edf7ed;
	color: #1e6b1e;
	border-color: #c8e6c8;
}

.premia-admin-status--publish .premia-admin-status__dot {
	background: #2f8f2f;
}

.premia-admin-status--draft {
	background: #f5f5f5;
	color: #50575e;
	border-color: #dcdcde;
}

.premia-admin-status--draft .premia-admin-status__dot {
	background: #787c82;
}

.premia-admin-status--archived {
	background: #fce8e8;
	color: #8a2424;
	border-color: #f5c2c2;
}

.premia-admin-status--archived .premia-admin-status__dot {
	background: #d63638;
}

/* Consensi */
.premia-admin-status--consent-checkout {
	background: #e8f4fd;
	color: #135e96;
	border-color: #c5e4f7;
}

.premia-admin-status--consent-checkout .premia-admin-status__dot {
	background: #2271b1;
}

.premia-admin-status--consent-registration {
	background: #f3e8ff;
	color: #6b21a8;
	border-color: #e4c7ff;
}

.premia-admin-status--consent-registration .premia-admin-status__dot {
	background: #9333ea;
}

.premia-preorders-list__status-col,
.premia-products-list__status-col,
.premia-consents-list__context-col {
	width: 11rem;
}

.premia-preorder-detail__status,
.premia-consent-detail__context {
	margin: 0.5rem 0 1.5rem;
}

.premia-consent-detail__ua {
	display: block;
	max-width: 48rem;
	white-space: pre-wrap;
	word-break: break-word;
}
