.pathwayslxp-video-lesson {
	margin: 1.5em 0;
}

.pathwayslxp-video-lesson__title {
	margin: 0 0 0.75em;
	font-size: 1.15em;
}

.pathwayslxp-video-lesson__player-wrap {
	position: relative;
	width: 100%;
	background: #000;
	aspect-ratio: 16 / 9;
}

.pathwayslxp-video-lesson__video,
.pathwayslxp-video-lesson__embed {
	display: block;
	width: 100%;
	height: 100%;
}

.pathwayslxp-video-lesson__embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.pathwayslxp-video-lesson__actions {
	margin-top: 0.75em;
}

.pathwayslxp-video-lesson__replay {
	display: inline-flex;
	align-items: center;
	padding: 0.45em 1em;
	font-size: 0.95em;
	line-height: 1.4;
	color: #1d2327;
	background: #f0f0f1;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	cursor: pointer;
}

.pathwayslxp-video-lesson__replay:hover,
.pathwayslxp-video-lesson__replay:focus {
	background: #fff;
	border-color: #8c8f94;
	outline: 2px solid transparent;
	box-shadow: 0 0 0 1px #2271b1;
}

.pathwayslxp-video-lesson--ended .pathwayslxp-video-lesson__replay {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.pathwayslxp-video-lesson--ended .pathwayslxp-video-lesson__replay:hover,
.pathwayslxp-video-lesson--ended .pathwayslxp-video-lesson__replay:focus {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.pathwayslxp-video-lesson__status {
	margin: 0.5em 0 0;
	font-size: 0.9em;
	color: #555;
}

.pathwayslxp-video-lesson--seek-blocked .pathwayslxp-video-lesson__status {
	color: #b32d2e;
}

.pathwayslxp-video-completion-notice {
	margin: 0 0 0.75em;
	color: #555;
}

.pathwayslxp-mark-complete--hidden {
	display: none !important;
}
