/* Styles for the AutoPromote admin columns and empty message */
.promotion-status {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: 500;
	text-align: center;
	min-width: 80px;
}

.status-active {
	background-color: #edfaef;
	color: #1e7e34;
	border: 1px solid #c3e6cb;
}

.status-pending {
	background-color: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
}

.status-finished {
	background-color: #e9ecef;
	color: #495057;
	border: 1px solid #dee2e6;
}

.status-incomplete {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

/* Fix column widths */
.column-status {
	width: 12%;
}

.column-start_date,
.column-end_date {
	width: 18%;
} 