/* Tutor LMS / Tutor Pro 4.0.4 — bundle learning path (design 2) */
.educavo-bundle-learning-path {
	--educavo-path-blue: #3b92f5;
	--educavo-path-orange: #feaf27;
	--educavo-path-accent: var(--educavo-path-blue);
	--educavo-path-line: #d9ebff;
	--educavo-path-border: #e3e7ee;
	--educavo-path-muted: #6f7b8d;
}

.educavo-bundle-learning-path-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.educavo-bundle-course-count,
.educavo-bundle-primary-category {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.educavo-bundle-course-count {
	padding: 7px 13px;
	color: #176fc7;
	background: #eaf4ff;
	white-space: nowrap;
}

.educavo-bundle-learning-path-list {
	position: relative;
	list-style: none;
	padding: 0 38px 0 0;
	margin: 0;
}

.educavo-bundle-learning-path-list::before {
	content: "";
	position: absolute;
	top: 28px;
	bottom: 28px;
	right: 13px;
	width: 3px;
	border-radius: 999px;
	background: var(--educavo-path-line);
}

.educavo-bundle-learning-step {
	position: relative;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 14px;
	margin-bottom: 14px;
	border: 1px solid var(--educavo-path-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(26, 39, 69, .045);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.educavo-bundle-learning-step:last-child { margin-bottom: 0; }
.educavo-bundle-learning-step:hover {
	transform: translateY(-2px);
	border-color: #8dc6ff;
	box-shadow: 0 10px 25px rgba(59, 146, 245, .14);
}

.educavo-bundle-step-marker {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 4px solid #e6f2ff;
	border-radius: 50%;
	background: var(--educavo-path-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	box-sizing: border-box;
}

.educavo-bundle-learning-step.is-enrolled .educavo-bundle-step-marker {
	background: var(--educavo-path-orange);
	border-color: #fff1cf;
	color: #172033;
}

.educavo-bundle-step-thumbnail {
	display: block;
	width: 112px;
	height: 78px;
	border-radius: 11px;
	overflow: hidden;
	background: #f2f4f7;
}

.educavo-bundle-step-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.educavo-bundle-step-content { min-width: 0; }
.educavo-bundle-step-title {
	display: block;
	margin-bottom: 9px;
	color: var(--tutor-color-black, #161616);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.55;
	text-decoration: none;
}
.educavo-bundle-step-title:hover { color: var(--educavo-path-accent); }

.educavo-bundle-step-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.educavo-bundle-primary-category {
	padding: 4px 9px;
	color: #176fc7;
	background: #eaf4ff;
	text-decoration: none;
}

.educavo-bundle-course-author {
	color: var(--educavo-path-muted);
	font-size: 12px;
}

.educavo-bundle-course-price {
	color: #d77f00;
	font-size: 13px;
	font-weight: 800;
}
.educavo-bundle-course-price del { opacity: .5; font-weight: 500; }
.educavo-bundle-course-price ins { text-decoration: none; }

.educavo-bundle-step-button {
	white-space: nowrap;
	justify-content: center;
}


.educavo-bundle-step-button {
	border-color: var(--educavo-path-orange) !important;
	background: var(--educavo-path-orange) !important;
	color: #172033 !important;
	box-shadow: 0 7px 16px rgba(254, 175, 39, .22);
}

.educavo-bundle-step-button:hover,
.educavo-bundle-step-button:focus {
	border-color: var(--educavo-path-blue) !important;
	background: var(--educavo-path-blue) !important;
	color: #fff !important;
}

/* Teacher-code confirmation: explicit colors override Tutor/theme states. */
.tutor-teacher-code-container button.tutor-btn-primary,
.tutor-teacher-code-container button[type="submit"] {
	border-color: #2f82de !important;
	background: #3b92f5 !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: 0 8px 18px rgba(59, 146, 245, .24);
}

.tutor-teacher-code-container button.tutor-btn-primary *,
.tutor-teacher-code-container button[type="submit"] * {
	color: inherit !important;
}

.tutor-teacher-code-container button.tutor-btn-primary:hover,
.tutor-teacher-code-container button.tutor-btn-primary:focus,
.tutor-teacher-code-container button[type="submit"]:hover,
.tutor-teacher-code-container button[type="submit"]:focus {
	border-color: #e59a16 !important;
	background: #feaf27 !important;
	color: #17345f !important;
	text-shadow: none !important;
	box-shadow: 0 9px 20px rgba(254, 175, 39, .28);
}

.tutor-teacher-code-container button.tutor-btn-primary:active,
.tutor-teacher-code-container button[type="submit"]:active {
	border-color: #d98d0c !important;
	background: #f5a516 !important;
	color: #17345f !important;
}

.tutor-teacher-code-container button.tutor-btn-primary:disabled,
.tutor-teacher-code-container button[type="submit"]:disabled {
	opacity: .65;
	cursor: not-allowed;
}

.tutor-teacher-code-container {
	border: 1px solid #d9ebff;
	border-top: 3px solid var(--educavo-path-orange);
	background: #f8fbff;
}

.tutor-teacher-code-container .tutor-form-control:focus {
	border-color: var(--educavo-path-blue);
	box-shadow: 0 0 0 3px rgba(59, 146, 245, .14);
}


@media (max-width: 767px) {
	.educavo-bundle-learning-path-list { padding-right: 32px; }
	.educavo-bundle-learning-path-list::before { right: 11px; }
	.educavo-bundle-learning-step {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}
	.educavo-bundle-step-marker { right: -34px; width: 27px; height: 27px; }
	.educavo-bundle-step-thumbnail { width: 88px; height: 68px; }
	.educavo-bundle-step-button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 480px) {
	.educavo-bundle-learning-path-header { align-items: flex-start; }
	.educavo-bundle-learning-step { grid-template-columns: 1fr; }
	.educavo-bundle-step-thumbnail { width: 100%; height: 160px; }
}
