.course-shortcode {
	position: relative;
	display: grid;
	color: var(--mirage-50);
	background-color: var(--mirage-950);
	margin: 12px auto;
	max-width: 828px;
	border-radius: 2px;
	overflow: hidden;
}

.course-shortcode__title {
	font-weight: 700;	
}

.course-shortcode__subtitle {
	font-weight: 600;
	margin-bottom: 12px;
}

.course-shortcode__btn {
	gap: 4px;
}

@media (max-width: 767.98px) {
	.course-shortcode__subtitle {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 768px) {
	.course-shortcode__subtitle {
		line-height: 22px;
	}
}

.course-shortcode--small {
	display: grid;
}

.course-shortcode--small .course-shortcode__body {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 130px;
}

@media (max-width: 575.98px) {
	.course-shortcode--small {
		padding: 12px;
		border-left: 4px solid var(--pastel-green-400);
	}

	.course-shortcode--small .course-shrt__img {
		display: none;
	}

	.course-shortcode--small .course-shortcode__body {
		grid-gap: 12px;
	}

	.course-shortcode--small .course-shortcode__title {
		font-size: 17px;
		line-height: 24px;
	}
}

@media (min-width: 576px) {
	.course-shortcode--small {
		grid-template-columns: 204px 1fr;
		padding-right: 24px;
		border-left: 10px solid var(--pastel-green-400);
		min-height: 88px;
	}

	.course-shortcode--small .course-shrt__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.course-shortcode--small .course-shortcode__body {
		grid-gap: 24px;
	}

	.course-shortcode--small .course-shortcode__title {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
}


.course-shortcode--medium .course-shrt__img {
	position: absolute;
}

.course-shortcode--medium .course-shortcode__body {
	width: 100%;
	max-width: calc(100% - 279px);
	margin-left: auto;
	align-self: center;
}

.course-shortcode--medium .course-shortcode__title {
	margin-bottom: 8px;
}

.course-shortcode--medium .course-shortcode__btn {
	max-width: max-content;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 767.98px) {
	.course-shortcode--medium {
		display: block;
		padding: 16px;
	}

	.course-shortcode--medium .course-shrt__img {
		bottom: -15px;
		left: -118px;
		transform: scale(-1, 1) rotate(-25deg);
		height: 210px;
	}

	.course-shortcode--medium .course-shrt__img img {
		height: 100%;
		object-fit: contain;
	}

	.course-shortcode--medium .course-shortcode__body {
		position: relative;
		max-width: calc(100% - 124px);
		margin-left: auto;
	}

	.course-shortcode--medium .course-shortcode__title {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.course-shortcode--medium {
		padding-left: 32px;
		padding-right: 24px;
		min-height: 160px;
	}

	.course-shortcode--medium .course-shrt__img {
		top: -40px;
		left: 32px;
	}

	.course-shortcode--medium .course-shortcode__title {
		font-size: 28px;
		line-height: 30px;
	}
}


.course-shortcode--big {
	
}

.course-shortcode--big .course-shrt__img {
	position: absolute;
}

/*.course-shortcode--big .course-shrt__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

.course-shortcode--big .course-shortcode__body {
	width: 100%;
	align-self: center;
}

.course-shortcode--big .course-shortcode__title {
	line-height: 30px;
	text-transform: uppercase;
}

.course-shortcode--big .course-shortcode__btn {
	max-width: max-content;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 767.98px) {
	.course-shortcode--big {
		display: block;
		padding: 20px;
	}

	.course-shortcode--big .course-shrt__img {
		bottom: -55px;
		right: -120px;
		height: 260px;
		transform: rotate(-25deg);
		height: 260px;
	}

	.course-shortcode--big .course-shrt__img img {
		height: 100%;
		object-fit: contain;
	}

	.course-shortcode--big .course-shortcode__body {
		position: relative;
	}

	.course-shortcode--big .course-shortcode__subtitle {
		max-width: calc(100% - 76px);
	}

	.course-shortcode--big .course-shortcode__title {
		font-size: 24px;
		margin-bottom: 12px;
	}
}

@media (min-width: 768px) {
	.course-shortcode--big {
		padding-left: 32px;
		min-height: 223px;
	}

	.course-shortcode--big .course-shrt__img {
		top: -65px;
		right: -30px;
	}

	.course-shortcode--big .course-shortcode__body {
		max-width: calc(100% - 301px);
	}

	.course-shortcode--big .course-shortcode__title {
		font-size: 30px;
		margin-bottom: 8px;
	}
}