.eye-lesson-complete-container {
	box-sizing: border-box;
	clear: both;
	margin: 32px 0 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.eye-lesson-complete {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: 0;
	max-width: none;
	padding: 20px 24px;
	width: 100%;
}

.eye-lesson-complete.is-loading {
	pointer-events: none;
}

.eye-lesson-complete.is-loading .eye-lesson-complete__input {
	cursor: wait;
}

.eye-lesson-complete__loader {
	align-items: center;
	color: var(--eye-account-blue, var(--et-global-color-1, #2ea3f2));
	display: inline-flex;
	flex-shrink: 0;
	line-height: 1;
	margin-left: 8px;
}

.eye-lesson-complete__loader i {
	font-size: 16px;
	line-height: 1;
}

.eye-lesson-complete__label {
	align-items: flex-start;
	color: #333333;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	gap: 12px;
	line-height: 1.4;
	margin: 0;
}

.eye-lesson-complete__input {
	accent-color: var(--eye-account-blue, var(--et-global-color-1, #2ea3f2));
	cursor: pointer;
	flex-shrink: 0;
	height: 20px;
	margin: 0;
	width: 20px;
}

.eye-lesson-complete__text {
	font-weight: 400;
	line-height: 1.4;
}

.eye-lesson-complete__meta {
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0 0 32px;
}

.eye-lesson-complete__badge {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	border-radius: 0;
	color: #856404;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 12px;
	padding: 6px 10px;
}

.eye-lesson-complete.is-completed .eye-lesson-complete__label {
	color: #1a1a1a;
}

.eye-lesson-complete.is-completed .eye-lesson-complete__text {
	color: #2e7d32;
}

.eye-lesson-complete.is-completed .eye-lesson-complete__text strong,
.eye-lesson-complete.is-completed .eye-lesson-complete__text em {
	color: inherit;
}

.eye-lesson-complete a.voortgangLink {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.eye-lesson-complete.is-completed a.voortgangLink {
	color: #2e7d32;
	font-weight: 600;
}

.eye-lesson-complete a.voortgangLink:hover {
	text-decoration: underline;
}

.et_pb_section .eye-lesson-complete-container,
.et_pb_row .eye-lesson-complete-container,
.et_pb_column .eye-lesson-complete-container,
#main-content .eye-lesson-complete-container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.eye-lesson-overview-status,
.eye-lesson-overview-check {
	display: inline-flex;
	flex-shrink: 0;
	margin-right: 10px;
	vertical-align: middle;
}

.eye-lesson-overview-status--below-text,
.eye-lesson-overview-check--below-text {
	display: flex;
	margin: 14px 0 0;
	width: 100%;
}

.eye-lesson-overview-status {
	align-items: center;
	color: #666666;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	user-select: none;
	white-space: nowrap;
}

.eye-lesson-overview-status.is-completed {
	align-items: center;
	color: #333333;
	gap: 8px;
}

.eye-lesson-overview-status__icon {
	color: var(--eye-account-blue, var(--et-global-color-1, #2ea3f2));
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1;
}

.eye-lesson-overview-status.is-pending {
	color: #888888;
}

.eye-lesson-overview-check.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.eye-lesson-overview-check__label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	margin: 0;
}

.eye-lesson-overview-check__text {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.eye-lesson-overview-check.is-completed .eye-lesson-overview-check__text {
	color: #333333;
}
