.enq-status-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.enq-status-new {
	background: #fdf0d5;
	color: #8a6116;
}

.enq-status-responded {
	background: #e5f5e0;
	color: #2e7d32;
}

.enq-status-closed {
	background: #ececec;
	color: #666;
}
