/* Placed students list — premium table + pagination */
.asmorix-bd-placed {
	--bd-ink: #0b1220;
	--bd-muted: #5b677a;
	--bd-line: rgba(15, 23, 42, 0.08);
	--bd-blue: #1d4ed8;
	--bd-blue-soft: #eff4ff;
	--bd-card: #ffffff;
	--bd-bg: #ffffff;
	--bd-font: "Nunito", "Poppins", sans-serif;
	--bd-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 72px 0 80px;
	background: var(--bd-bg);
	font-family: var(--bd-font);
	overflow: hidden;
}

.asmorix-bd-placed__inner {
	position: relative;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	z-index: 1;
}

.asmorix-bd-placed__header {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 760px;
}

.asmorix-bd-placed__title {
	margin: 0;
	font-family: var(--bd-display);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--bd-ink);
}

.asmorix-bd-placed__lead {
	max-width: 680px;
	margin: 16px auto 0;
	color: var(--bd-muted);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.7;
}

.asmorix-bd-placed__ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}

.asmorix-bd-placed__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 12px;
	font-family: var(--bd-display);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.asmorix-bd-placed__btn--primary {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

.asmorix-bd-placed__btn--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(37, 99, 235, 0.34);
	color: #fff !important;
}

.asmorix-bd-placed__btn--ghost {
	background: #fff;
	color: #0f172a !important;
	border: 1px solid rgba(15, 23, 42, 0.12);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.asmorix-bd-placed__btn--ghost:hover {
	transform: translateY(-1px);
	border-color: rgba(29, 78, 216, 0.35);
	color: #1d4ed8 !important;
}

.asmorix-bd-placed__card {
	background: var(--bd-card);
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 24px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 24px 60px rgba(15, 23, 42, 0.1);
	overflow: hidden;
}

.asmorix-bd-placed__toolbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 20px;
	background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.asmorix-bd-placed__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.asmorix-bd-placed__dot--r { background: #ff5f57; }
.asmorix-bd-placed__dot--y { background: #febc2e; }
.asmorix-bd-placed__dot--g { background: #28c840; }

.asmorix-bd-placed__toolbar-label {
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.asmorix-bd-placed__meta {
	margin-left: auto;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 650;
}

.asmorix-bd-placed__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.asmorix-bd-placed__table {
	width: 100%;
	min-width: 980px;
	border-collapse: separate;
	border-spacing: 0;
}

.asmorix-bd-placed__table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 14px 16px;
	text-align: left !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #334155;
	background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
	border-bottom: 1px solid var(--bd-line);
	white-space: nowrap;
}

.asmorix-bd-placed__table tbody td {
	padding: 14px 16px;
	text-align: left !important;
	border-bottom: 1px solid var(--bd-line);
	vertical-align: middle;
	background: #fff;
	font-size: 13.5px;
	color: #1e293b;
	font-weight: 600;
	transition: background 0.2s ease;
}

.asmorix-bd-placed__table tbody tr:last-child td {
	border-bottom: none;
}

.asmorix-bd-placed__table tbody tr:hover td {
	background: #f7f9ff;
}

.asmorix-bd-placed__loading-row td {
	text-align: left !important;
	color: #64748b;
	padding: 28px 16px;
}

.asmorix-bd-placed__person {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.asmorix-bd-placed__avatar {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bd-display);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.asmorix-bd-placed__name {
	font-size: 14px;
	font-weight: 800;
	color: var(--bd-ink);
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.asmorix-bd-placed__course {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--bd-blue-soft);
	color: #1e40af;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
}

.asmorix-bd-placed__pkg {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	padding: 6px 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
	color: #fff;
	font-family: var(--bd-display);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.asmorix-bd-placed__status {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
}

.asmorix-bd-placed__status.is-placed {
	background: #e8f8ef;
	color: #166534;
}

.asmorix-bd-placed__status.is-offer {
	background: #eef4ff;
	color: #1d4ed8;
}

.asmorix-bd-placed__pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 16px 20px;
	border-top: 1px solid var(--bd-line);
	background: #fbfcff;
}

.asmorix-bd-placed__page-btn {
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	background: #fff;
	color: #0f172a;
	font-family: var(--bd-display);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.asmorix-bd-placed__page-btn:hover:not(:disabled):not(.is-active) {
	border-color: rgba(29, 78, 216, 0.35);
	color: #1d4ed8;
}

.asmorix-bd-placed__page-btn.is-active {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.asmorix-bd-placed__page-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.asmorix-bd-placed__ellipsis {
	color: #94a3b8;
	font-weight: 700;
	padding: 0 2px;
}

.asmorix-bd-placed__foot-cta {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.asmorix-bd-placed__foot-cta .asmorix-bd-placed__start-cta,
.asmorix-bd-placed a.asmorix-career-cta.asmorix-bd-placed__start-cta {
	width: min(560px, 100%);
	max-width: 100%;
}

@media (max-width: 900px) {
	.asmorix-bd-placed__table {
		min-width: 0;
	}

	.asmorix-bd-placed__table thead {
		display: none;
	}

	.asmorix-bd-placed__table,
	.asmorix-bd-placed__table tbody,
	.asmorix-bd-placed__table tr,
	.asmorix-bd-placed__table td {
		display: block;
		width: 100%;
	}

	.asmorix-bd-placed__table tbody tr {
		padding: 14px 16px 8px;
		border-bottom: 1px solid var(--bd-line);
	}

	.asmorix-bd-placed__table tbody td {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px 12px;
		padding: 7px 0;
		border-bottom: none;
		background: transparent !important;
		text-align: left !important;
	}

	.asmorix-bd-placed__table tbody td::before {
		content: attr(data-label);
		flex: 0 0 110px;
		color: #64748b;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-align: left;
	}

	.asmorix-bd-placed__person {
		justify-content: flex-start;
	}

	.asmorix-bd-placed__course {
		white-space: normal;
		text-align: left;
	}
}

/* hero CTAs on placed-students-list page */
.elementor-9331 .asmorix-bd-hero-ctas,
body.page-id-9331 .asmorix-bd-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
}
.elementor-9331 .asmorix-bd-hero-ctas__btn,
body.page-id-9331 .asmorix-bd-hero-ctas__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 12px;
	font-family: "Rajdhani", "Nunito", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.elementor-9331 .asmorix-bd-hero-ctas__btn--primary,
body.page-id-9331 .asmorix-bd-hero-ctas__btn--primary {
	background: #ffd200;
	color: #0b1220 !important;
	box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.elementor-9331 .asmorix-bd-hero-ctas__btn--primary:hover,
body.page-id-9331 .asmorix-bd-hero-ctas__btn--primary:hover {
	transform: translateY(-1px);
	background: #ffc400;
	color: #0b1220 !important;
}
.elementor-9331 .asmorix-bd-hero-ctas__btn--ghost,
body.page-id-9331 .asmorix-bd-hero-ctas__btn--ghost {
	background: rgba(255,255,255,.12);
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.45);
	backdrop-filter: blur(6px);
}
.elementor-9331 .asmorix-bd-hero-ctas__btn--ghost:hover,
body.page-id-9331 .asmorix-bd-hero-ctas__btn--ghost:hover {
	transform: translateY(-1px);
	background: rgba(255,255,255,.2);
	color: #fff !important;
}
.elementor-9331 .elementor-element-0548b12,
body.page-id-9331 .elementor-element-0548b12 {
	display: none !important;
}
.elementor-9331 .elementor-element-0ebb0eb .section-title .title {
	line-height: 1.1;
}
.elementor-9331 .elementor-element-0ebb0eb .section-title .title3,
.elementor-9331 .elementor-element-0ebb0eb .section-title .title-two {
	display: none !important;
}
