body.rework-24r-professions .rework-24r-prof-section--courses {
	margin-top: 0;
}

body.rework-24r-professions .rework-24r-prof-courses-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

@media (min-width: 1200px) {
	body.rework-24r-professions .rework-24r-prof-courses-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.rework-24r-professions .rework-24r-prof-course-card {
	background: #fff;
	border: 1px solid var(--rework-24r-border, #e2e8f0);
	border-radius: var(--rework-24r-radius-lg, 12px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: var(--rework-24r-shadow, 0 4px 12px rgba(0, 0, 0, 0.05));
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

body.rework-24r-professions .rework-24r-prof-course-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: rgba(10, 101, 252, 0.25);
}

body.rework-24r-professions .rework-24r-prof-course-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--rework-24r-surface, #f8fafc);
}

body.rework-24r-professions .rework-24r-prof-course-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.rework-24r-professions .rework-24r-prof-course-card__body {
	padding: 22px 24px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 12px;
}

body.rework-24r-professions .rework-24r-prof-course-card__level {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	color: var(--rework-24r-primary, #0a65fc) !important;
	background: rgba(10, 101, 252, 0.08);
	border: 1px solid rgba(10, 101, 252, 0.15);
	padding: 6px 12px;
	border-radius: 999px;
}

body.rework-24r-professions .rework-24r-prof-course-card__title {
	font-size: 19px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--rework-24r-text, #1a202c) !important;
}

body.rework-24r-professions .rework-24r-prof-course-card__title a {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

body.rework-24r-professions .rework-24r-prof-course-card__title a:hover {
	color: var(--rework-24r-primary, #0a65fc) !important;
}

body.rework-24r-professions .rework-24r-prof-course-card__desc {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: var(--rework-24r-muted, #64748b) !important;
	font-weight: 400 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.rework-24r-professions .rework-24r-prof-course-card__footer {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding-top: 14px;
	border-top: 1px solid var(--rework-24r-border, #e2e8f0);
}

body.rework-24r-professions .rework-24r-prof-course-card__price-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
}

body.rework-24r-professions .rework-24r-prof-course-card__price {
	color: var(--rework-24r-primary, #0a65fc) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.rework-24r-professions .rework-24r-prof-course-card__old-price {
	color: #94a3b8 !important;
	text-decoration: line-through !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
}

body.rework-24r-professions .rework-24r-prof-course-card__cta.rework-24r-btn {
	flex-shrink: 0;
	min-height: 44px;
	min-width: 132px;
	padding: 11px 20px !important;
	border-radius: 999px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

@media (max-width: 991px) {
	body.rework-24r-professions .rework-24r-prof-courses-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.rework-24r-professions .rework-24r-prof-course-card__body {
		padding: 18px 20px 22px;
	}

	body.rework-24r-professions .rework-24r-prof-course-card__footer {
		flex-direction: column;
		align-items: stretch;
	}

	body.rework-24r-professions .rework-24r-prof-course-card__cta.rework-24r-btn {
		width: 100%;
	}
}
