body.single-courses .cruxedu-discount-badge-host {
	position: relative;
}

body.single-courses .cruxedu-discount-badge-host img {
	display: block;
	width: 100%;
}

body.single-courses .cruxedu-discount-badge,
body.single-course-bundle .tutor-bundle-discount-info {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% calc(100% - 10px), 0% 100%, 0% 0%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% calc(100% - 10px), 0% 100%, 0% 0%);
	z-index: 9;
	color: #fff;
	background: red;
	min-width: 118px;
	max-width: none;
	min-height: 84px;
	height: auto;
	padding: 12px 14px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 15px;
}

body.single-courses .cruxedu-discount-badge > div,
body.single-course-bundle .tutor-bundle-discount-info > div {
	width: 100%;
	text-align: center;
	line-height: 1.15;
}

body.single-courses .cruxedu-discount-badge__label,
body.single-course-bundle .tutor-bundle-save-text {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.single-courses .cruxedu-discount-badge__amount,
body.single-course-bundle .tutor-bundle-save-amount {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	word-break: keep-all;
	overflow-wrap: normal;
}

@media (max-width: 767px) {
	body.single-courses .cruxedu-discount-badge,
	body.single-course-bundle .tutor-bundle-discount-info {
		left: 12px;
		min-width: 112px;
		min-height: 80px;
		padding: 10px 12px 18px;
		transform: scale(0.576);
		transform-origin: top left;
	}

	body.single-courses .cruxedu-discount-badge__label,
	body.single-course-bundle .tutor-bundle-save-text {
		font-size: 13px;
	}

	body.single-courses .cruxedu-discount-badge__amount,
	body.single-course-bundle .tutor-bundle-save-amount {
		font-size: 17px;
	}
}
