/* ========== Trending Courses — pipe list ========== */
.asmorix-trending {
	--atc-navy: #1f2937;
	--atc-font: "Nunito", "Poppins", sans-serif;
	--atc-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 24px 0 48px;
	background: #f4f5f7;
	font-family: var(--atc-font);
	color: var(--atc-navy);
}

.asmorix-trending__inner {
	width: min(1320px, calc(100% - 32px));
	margin: 0 auto;
	padding-left: 48px;
	box-sizing: border-box;
}

.asmorix-trending__header {
	margin: 0 0 16px;
}

.asmorix-trending__title {
	margin: 0;
	font-family: var(--atc-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
}

.asmorix-trending__accent {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 3px solid #374151;
	line-height: 1.15;
}

.asmorix-trending__list {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
	color: #4b5563;
	text-align: left;
}

.asmorix-trending__list a {
	display: inline;
	color: #4b5563 !important;
	text-decoration: none !important;
	font-size: inherit;
	font-weight: 500;
	white-space: nowrap;
	transition: color 0.15s ease;
}

.asmorix-trending__list a:hover,
.asmorix-trending__list a:focus {
	color: #0c5adb !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.asmorix-trending__sep {
	display: inline;
	margin: 0 0.4em;
	color: #9ca3af;
	font-weight: 400;
	user-select: none;
}

@media (max-width: 767px) {
	.asmorix-trending {
		padding: 20px 0 40px;
	}
	.asmorix-trending__inner {
		width: min(100% - 24px, 1320px);
		padding-left: 16px;
	}
	.asmorix-trending__title {
		font-size: 20px;
	}
	.asmorix-trending__list {
		font-size: 13px;
		line-height: 1.95;
	}
	.asmorix-trending__list a {
		white-space: normal;
	}
}
