.can-live__frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}

.can-live__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.can-live__missing {
	padding: 24px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	text-align: center;
}

.can-disclosure {
	margin: 8px 0 0;
	font-size: .85em;
	opacity: .8;
}

.can-now {
	margin: 12px 0;
	font-size: .95em;
}

.can-now__label {
	display: inline-block;
	padding: 1px 8px;
	border-radius: 9px;
	background: #d63638;
	color: #fff;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .04em;
	vertical-align: middle;
}

.can-now__title {
	font-weight: 600;
}

.can-now__source {
	opacity: .75;
}

.can-now--off {
	opacity: .7;
	font-style: italic;
}
