.ae-lvh-player {
	margin: 1.5rem 0;
	max-width: 100%;
}

.ae-lvh-player__title {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.ae-lvh-player__video {
	display: block;
	max-width: 100%;
	background: #000;
	border-radius: 8px;
}

.ae-lvh-player__actions {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.6rem;
}

.ae-lvh-like-button {
	appearance: none;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	padding: 0.45rem 0.8rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ae-lvh-like-button:hover,
.ae-lvh-like-button:focus {
	text-decoration: none;
	outline-offset: 3px;
}

.ae-lvh-like-button[aria-pressed="true"] {
	font-weight: 700;
}

.ae-lvh-like-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.ae-lvh-like-button__icon {
	font-size: 1.1em;
	line-height: 1;
}

.ae-lvh-like-count {
	font-variant-numeric: tabular-nums;
}

.ae-lvh-error {
	border-left: 4px solid #d63638;
	padding: 0.75rem 1rem;
	background: #fff5f5;
}
