.kick-live-section {
	padding-left: 2em;
}

.kick-live-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	text-decoration: none;
	overflow: hidden;
}

.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);
}

.kick-live-button.live-offline {
	filter: saturate(0.65);
	opacity: 0.92;
}

.live-thumb {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	flex: 0 0 44px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}