.jas-status-badge {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
	margin: 0 0 24px 0;
	border-radius: 4px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	background: #888888; /* neutral, shown briefly before JS classifies it */
}

.jas-status-badge .jas-badge-date {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.9;
}

.jas-status-badge.jas-live {
	background: #1e8e3e; /* green */
}

.jas-status-badge.jas-ended {
	background: #d32f2f; /* red */
}
