.fair-events-sources-page {
	padding: 20px;
}

.sources-loading,
.sources-empty {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.sources-loading .components-spinner {
	margin-bottom: 10px;
}

.source-status-badge {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.source-status-enabled {
	background: #d4edda;
	color: #155724;
}

.source-status-disabled {
	background: #f8d7da;
	color: #721c24;
}

.source-url {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f5f5f5;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}
