/* ========== Recommended Job Courses ========== */
.asmorix-recommended {
	--arc-navy: #1f2937;
	--arc-font: "Nunito", "Poppins", sans-serif;
	--arc-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 40px 0 12px;
	background: #f4f5f7;
	font-family: var(--arc-font);
	color: var(--arc-navy);
}

.asmorix-recommended__inner {
	width: min(1320px, calc(100% - 32px));
	margin: 0 auto;
	padding-left: 48px;
	box-sizing: border-box;
}

.asmorix-recommended__header {
	margin: 0 0 20px;
}

.asmorix-recommended__title {
	margin: 0;
	font-family: var(--arc-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
}

.asmorix-recommended__accent {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 3px solid #374151;
	line-height: 1.15;
}

.asmorix-recommended__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
	width: 100%;
}

.asmorix-recommended__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: #e6e8ec;
	border: none;
	color: #374151 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.asmorix-recommended__pill:hover,
.asmorix-recommended__pill:focus {
	background: #0c5adb;
	color: #fff !important;
}

@media (max-width: 767px) {
	.asmorix-recommended {
		padding: 28px 0 8px;
	}
	.asmorix-recommended__inner {
		width: min(100% - 24px, 1320px);
		padding-left: 16px;
	}
	.asmorix-recommended__title {
		font-size: 20px;
	}
	.asmorix-recommended__pill {
		font-size: 13px;
		padding: 9px 14px;
		white-space: normal;
	}
}
