.vlwpb-video-player {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1em;
	background: #000;
	overflow: hidden;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vlwpb-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vlwpb-play-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.9em 1.3em;
	background: rgba(0, 0, 0, 0.55);
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	line-height: 1.2;
	transition: background-color 0.15s ease;
}

.vlwpb-play-btn:hover,
.vlwpb-play-btn:focus {
	background: rgba(0, 0, 0, 0.75);
}

.vlwpb-icon-play {
	display: inline-block;
	font-size: 0.9em;
}

.vlwpb-video-el {
	display: block;
	width: 100%;
	height: 100%;
}

.vlwpb-video-missing {
	color: #a00;
	font-style: italic;
}
