.yt-live-section {
	padding-left: 2em;
}

.youtube-live-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	text-decoration: none;
}

.live-led {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	flex: 0 0 12px;
}

.led-live {
	background: #ff2b2b;
	box-shadow: 0 0 10px rgba(255, 43, 43, 0.9);
}

.led-offline {
	background: #8a8a8a;
	box-shadow: 0 0 6px rgba(120, 120, 120, 0.45);
}

.youtube-live-button.live-offline {
	filter: saturate(0.65);
	opacity: 0.92;
}