/* ========== Placement Prep Tabs ========== */
.elementor-element.asmorix-prep-section-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.asmorix-prep {
	--ap-blue: #0c5adb;
	--ap-navy: #041424;
	--ap-muted: #5f6f82;
	--ap-yellow: #ffd200;
	--ap-font: "Nunito", "Poppins", sans-serif;
	--ap-display: "Rajdhani", "Nunito", sans-serif;
	position: relative;
	padding: 36px 0 56px;
	background:
		radial-gradient(700px 280px at 8% 0%, rgba(12, 90, 219, 0.06), transparent 55%),
		linear-gradient(180deg, #f7f9fc 0%, #ffffff 48%, #f6f8fb 100%);
	font-family: var(--ap-font);
	color: var(--ap-navy);
}

.asmorix-prep__inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.asmorix-prep__header {
	position: relative;
	max-width: 100%;
	margin: 0 0 28px;
	padding: 0;
	text-align: center;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.asmorix-prep__header::before {
	display: none;
}

.asmorix-prep__brandbar,
.asmorix-prep__brand,
.asmorix-prep__brand-line,
.asmorix-prep__eyebrow {
	display: none !important;
}

.asmorix-prep__title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: var(--ap-display);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--ap-navy);
	text-align: center;
}

.asmorix-prep__title span {
	color: inherit;
}

.asmorix-prep__overview {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 100%;
	width: 100%;
	padding: 20px 24px;
	text-align: left;
	background: #fff;
	border: 1px solid #dce5f0;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(170, 188, 214, 0.16);
}

.asmorix-prep__overview p {
	margin: 0;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--ap-muted);
	text-align: left;
}

.asmorix-prep__overview p:last-child {
	margin-bottom: 0;
}

.asmorix-prep__overview strong {
	color: var(--ap-navy);
	font-weight: 700;
}

.asmorix-prep__overview a {
	color: var(--ap-blue);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.asmorix-prep__overview a:hover {
	color: #0948b8;
}

.asmorix-prep__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 14px;
	margin: 0 auto 22px;
	max-width: 100%;
	width: 100%;
}

.asmorix-prep__tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px 12px 16px;
	border: 1px solid #e1e5eb;
	border-radius: 999px;
	background: #eceff3;
	color: #2b3645;
	font-family: var(--ap-display);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.asmorix-prep__tab:hover {
	background: var(--ap-blue);
	border-color: var(--ap-blue);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(12, 90, 219, 0.22);
}

.asmorix-prep__tab.is-active {
	background: var(--ap-blue);
	border-color: var(--ap-blue);
	color: #fff;
	box-shadow: 0 10px 22px rgba(12, 90, 219, 0.28);
}

.asmorix-prep__tab.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--ap-blue);
	transform: translateX(-50%);
}

.asmorix-prep__tab-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: inherit;
}

.asmorix-prep__tab-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.asmorix-prep__panels {
	position: relative;
	padding: 28px 30px;
	background: #fff;
	border: 1px solid #dce5f0;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(170, 188, 214, 0.22);
}

.asmorix-prep__panel[hidden] {
	display: none !important;
}

.asmorix-prep__panel h3 {
	margin: 0 0 12px;
	font-family: var(--ap-display);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ap-navy);
}

.asmorix-prep__panel p {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	color: var(--ap-muted);
}

.asmorix-prep__panel p:last-child {
	margin-bottom: 0;
}

.asmorix-prep__panel strong {
	color: var(--ap-navy);
	font-weight: 700;
}

.asmorix-prep__panel a {
	color: var(--ap-blue);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.asmorix-prep__panel a:hover {
	color: #0948b8;
}

#software-testing-placement-prep {
	padding-top: 18px;
}

#software-testing-placement-prep .asmorix-prep__header {
	margin-bottom: 18px;
}

#software-testing-placement-prep .asmorix-prep__tabs {
	gap: 8px 10px;
	margin-bottom: 18px;
}

#software-testing-placement-prep .asmorix-prep__tab {
	padding: 10px 14px 10px 12px;
	gap: 8px;
	font-size: 14px;
}

#software-testing-placement-prep .asmorix-prep__tab-icon {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
}

.asmorix-prep__panel ul,
.asmorix-prep__panel ol {
	margin: 0 0 16px;
	padding: 0 0 0 20px;
}

.asmorix-prep__panel li {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--ap-muted);
}

.asmorix-prep__panel li::marker {
	color: var(--ap-blue);
}

.asmorix-prep__subgrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 8px 0 18px;
}

.asmorix-prep__sub {
	padding: 16px 16px 14px;
	background: #f4f7fb;
	border: 1px solid #e2eaf4;
	border-radius: 12px;
}

.asmorix-prep__sub--wide {
	grid-column: 1 / -1;
}

.asmorix-prep__sub h4 {
	margin: 0 0 8px;
	font-family: var(--ap-display);
	font-size: 18px;
	font-weight: 700;
	color: var(--ap-navy);
}

.asmorix-prep__sub p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}

/* ========== Shared accordion (placement + interview Q) ========== */
.asmorix-place__intro,
.asmorix-iq__intro {
	margin: 0 0 18px;
}

.asmorix-place__intro h3,
.asmorix-iq__intro h3 {
	margin: 0 0 10px;
}

.asmorix-place__intro p,
.asmorix-iq__intro p {
	margin: 0 0 12px !important;
	font-size: 17px !important;
	line-height: 1.7;
}

.asmorix-place__intro p:last-child,
.asmorix-iq__intro p:last-child {
	margin-bottom: 0 !important;
}

.asmorix-place__acc,
.asmorix-iq__acc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.asmorix-acc {
	margin: 0;
	border: 1px solid #e2eaf4;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.asmorix-acc[open] {
	border-color: rgba(12, 90, 219, 0.28);
	box-shadow: 0 10px 24px rgba(12, 90, 219, 0.1);
}

.asmorix-acc__sum {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	cursor: pointer;
	list-style: none;
	background: #f4f7fb;
	transition: background 0.2s ease;
}

.asmorix-acc__sum::-webkit-details-marker {
	display: none;
}

.asmorix-acc__sum::marker {
	content: "";
}

.asmorix-acc:hover .asmorix-acc__sum {
	background: #eef3f9;
}

.asmorix-acc[open] .asmorix-acc__sum {
	background: linear-gradient(90deg, rgba(12, 90, 219, 0.08), #f4f7fb 70%);
}

.asmorix-acc__num {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--ap-blue);
	color: #fff;
	font-family: var(--ap-display);
	font-size: 13px;
	font-weight: 800;
}

.asmorix-acc__title {
	flex: 1 1 auto;
	font-family: var(--ap-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ap-navy);
}

.asmorix-acc__chev {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--ap-blue);
	border-bottom: 2px solid var(--ap-blue);
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-right: 4px;
}

.asmorix-acc[open] .asmorix-acc__chev {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.asmorix-acc__body {
	padding: 4px 18px 18px;
	border-top: 1px solid #e8eef6;
}

.asmorix-acc__body > p {
	margin: 12px 0 0 !important;
	font-size: 16px !important;
	line-height: 1.7;
}

.asmorix-acc__body > ul {
	margin: 10px 0 0;
}

.asmorix-acc__body > ul li {
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.asmorix-acc__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.asmorix-acc__chips li {
	margin: 0 !important;
	padding: 6px 10px !important;
	border-radius: 999px;
	background: #f0f4f9;
	border: 1px solid #e2eaf4;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--ap-navy) !important;
	list-style: none !important;
}

.asmorix-acc__chips li::marker {
	content: none;
}

.asmorix-qa {
	margin: 14px 0 0;
	padding: 14px 14px 12px;
	background: #f7f9fc;
	border: 1px solid #e8eef6;
	border-radius: 12px;
}

.asmorix-qa h4 {
	margin: 0 0 8px;
	font-family: var(--ap-display);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--ap-navy);
}

.asmorix-qa p {
	margin: 0 0 8px !important;
	font-size: 16px !important;
	line-height: 1.65;
}

.asmorix-qa p:last-child {
	margin-bottom: 0 !important;
}

.asmorix-qa ul {
	margin: 8px 0 0;
}

.asmorix-qa li {
	font-size: 15px !important;
}

.asmorix-qa__tip {
	margin-top: 10px !important;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 210, 0, 0.18);
	border-left: 3px solid var(--ap-yellow);
	color: var(--ap-navy) !important;
}

.asmorix-qa__code {
	margin: 10px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #041424;
	color: #e8eef6;
	font-size: 13px;
	line-height: 1.55;
	overflow-x: auto;
}

.asmorix-qa__code code {
	font-family: Consolas, "Courier New", monospace;
	white-space: pre;
}

.asmorix-qa__table-wrap {
	margin: 10px 0 0;
	overflow-x: auto;
}

.asmorix-qa__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.asmorix-qa__table th,
.asmorix-qa__table td {
	padding: 10px 12px;
	border: 1px solid #e2eaf4;
	text-align: left;
}

.asmorix-qa__table th {
	background: #eef3f9;
	font-family: var(--ap-display);
	font-weight: 700;
	color: var(--ap-navy);
}

.asmorix-qa__tips {
	margin: 14px 0 0;
	padding: 14px 14px 12px;
	border-radius: 12px;
	background: rgba(12, 90, 219, 0.05);
	border: 1px solid rgba(12, 90, 219, 0.12);
}

.asmorix-qa__tips h5 {
	margin: 0 0 8px;
	font-family: var(--ap-display);
	font-size: 16px;
	font-weight: 700;
	color: var(--ap-blue);
}

.asmorix-qa__tips ul {
	margin: 0;
}

.asmorix-qa__tips li {
	font-size: 15px !important;
}

/* ========== Salary Insights — premium bands ========== */
.asmorix-salary__intro {
	margin: 0 0 22px;
	width: 100%;
}

.asmorix-salary__intro h3 {
	margin: 0 0 10px;
}

.asmorix-salary__intro p {
	margin: 0 !important;
	max-width: none;
	width: 100%;
	font-size: 17px !important;
	line-height: 1.7;
}

.asmorix-salary__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 20px;
	align-items: stretch;
}

.asmorix-salary__card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 22px 20px 20px;
	background: #f7f9fc;
	border: 1px solid #e2eaf4;
	border-radius: 18px;
	text-align: left;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.asmorix-salary__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(12, 90, 219, 0.12);
}

.asmorix-salary__card--entry {
	background: #eceff3;
	border: 1px solid #e1e5eb;
	color: var(--ap-navy);
	box-shadow: 0 8px 20px rgba(4, 20, 36, 0.06);
}

.asmorix-salary__card--entry::before {
	display: none;
}

.asmorix-salary__card--senior {
	background: #eceff3;
	border: 1px solid #e1e5eb;
	color: var(--ap-navy);
	box-shadow: 0 8px 20px rgba(4, 20, 36, 0.06);
}

.asmorix-salary__card--senior::after {
	display: none;
}

.asmorix-salary__card--featured {
	background: linear-gradient(165deg, #0c5adb 0%, #0a4fc4 100%);
	border-color: #0c5adb;
	color: #fff;
	box-shadow: 0 14px 30px rgba(12, 90, 219, 0.24);
}

.asmorix-salary__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin: 0 0 14px;
	padding-left: 0;
}

.asmorix-salary__badge,
.asmorix-prep__panel .asmorix-salary__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 10px !important;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #d5dbe3;
	color: #000 !important;
	font-family: var(--ap-display);
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.asmorix-salary__badge--gold,
.asmorix-prep__panel .asmorix-salary__badge--gold {
	background: var(--ap-yellow);
	border-color: var(--ap-yellow);
	color: #000 !important;
}

.asmorix-salary__tag,
.asmorix-prep__panel .asmorix-salary__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 10px !important;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--ap-yellow);
	color: #000 !important;
	font-family: var(--ap-display);
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.asmorix-salary__level {
	position: relative;
	z-index: 1;
	margin: 0 0 6px;
	padding-left: 0;
	font-family: var(--ap-display);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--ap-navy);
	text-align: left;
}

.asmorix-salary__card--entry .asmorix-salary__level,
.asmorix-salary__card--senior .asmorix-salary__level {
	color: var(--ap-navy);
	font-weight: 800;
}

.asmorix-salary__card--featured .asmorix-salary__level {
	color: #fff;
	font-weight: 800;
}

.asmorix-salary__exp {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--ap-muted);
}

.asmorix-salary__card--entry .asmorix-salary__exp,
.asmorix-salary__card--senior .asmorix-salary__exp {
	color: var(--ap-muted);
	margin-bottom: 10px;
}

.asmorix-salary__card--featured .asmorix-salary__exp {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.asmorix-salary__range {
	position: relative;
	z-index: 1;
	margin: 8px 0 12px;
	font-family: var(--ap-display);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	color: var(--ap-navy);
	letter-spacing: -0.02em;
	text-align: left;
}

.asmorix-salary__card--entry .asmorix-salary__range,
.asmorix-salary__card--senior .asmorix-salary__range {
	color: var(--ap-navy);
	font-weight: 900;
}

.asmorix-salary__card--featured .asmorix-salary__range {
	color: #fff;
	font-weight: 900;
}

.asmorix-salary__note {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--ap-muted);
	flex: 1;
	text-align: left;
}

.asmorix-salary__card--entry .asmorix-salary__note,
.asmorix-salary__card--senior .asmorix-salary__note {
	color: var(--ap-muted);
}

.asmorix-salary__card--featured .asmorix-salary__note {
	color: rgba(255, 255, 255, 0.86);
}

.asmorix-salary__skills {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.asmorix-salary__skills li {
	margin: 0 !important;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #d5dbe3;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--ap-navy) !important;
}

.asmorix-salary__skills--light li {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.asmorix-salary__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 18px;
}

.asmorix-salary__meta-item {
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e2eaf4;
	border-left: 4px solid var(--ap-yellow);
	border-radius: 12px;
}

.asmorix-salary__meta-item--wide {
	grid-column: 1 / -1;
	border-left-color: var(--ap-blue);
}

.asmorix-salary__meta-item strong {
	display: block;
	margin: 0 0 6px;
	font-family: var(--ap-display);
	font-size: 16px;
	font-weight: 700;
	color: var(--ap-navy);
}

.asmorix-salary__meta-item span {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--ap-muted);
}

.asmorix-salary__foot {
	margin: 0 !important;
	font-size: 17px !important;
}

/* ========== Placement process map (tree flowchart) ========== */
.asmorix-pmap__intro {
	margin: 0 0 20px;
	text-align: center;
}
.asmorix-pmap__intro h3 { margin: 0 0 8px; }
.asmorix-pmap__intro p {
	margin: 0 auto !important;
	max-width: 720px;
	font-size: 16px !important;
}

.asmorix-pmap__map {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 4px 6px;
	margin: 0 0 20px;
	transform: none;
	width: 100%;
}

.asmorix-pmap__col--start {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.asmorix-pmap__node {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .4s ease, transform .4s ease;
	transition-delay: calc(var(--i, 0) * 70ms);
}
.asmorix-pmap.is-ready .asmorix-pmap__node {
	opacity: 1;
	transform: translateY(0);
}

.asmorix-pmap__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e4eaf2;
	box-shadow: 0 6px 14px rgba(4, 20, 36, 0.06);
	transition: transform .25s ease, box-shadow .25s ease;
}
.asmorix-pmap__icon svg {
	width: 38px;
	height: 38px;
	display: block;
}
.asmorix-pmap__node:hover .asmorix-pmap__icon {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 10px 20px rgba(12, 90, 219, 0.16);
}

.asmorix-pmap__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #eceff3;
	border: 1px solid #e1e5eb;
	font-family: var(--ap-display);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ap-navy);
	text-align: center;
	box-shadow: 0 4px 12px rgba(4, 20, 36, 0.04);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.asmorix-pmap__node:hover .asmorix-pmap__pill {
	transform: translateY(-2px);
	border-color: rgba(12, 90, 219, 0.28);
	box-shadow: 0 10px 22px rgba(12, 90, 219, 0.12);
	background: #fff;
}
.asmorix-pmap__node--goal .asmorix-pmap__pill {
	background: linear-gradient(165deg, #0c5adb 0%, #0a4fc4 100%);
	border-color: #0c5adb;
	color: #fff;
	box-shadow: 0 10px 22px rgba(12, 90, 219, 0.22);
}
.asmorix-pmap__node--goal:hover .asmorix-pmap__pill {
	background: linear-gradient(165deg, #0c5adb 0%, #0948b8 100%);
	border-color: #ffd200;
	color: #fff;
}

.asmorix-pmap__subs {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.asmorix-pmap__subs li {
	margin: 0 0 4px !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #3d4b5c !important;
	list-style: none !important;
}
.asmorix-pmap__subs li::marker { content: none; }

.asmorix-pmap__stem {
	display: block;
	width: 0;
	height: 22px;
	margin: 2px auto 0;
	border-left: 2px dotted #b8c5d6;
}
.asmorix-pmap__stem--short {
	height: 18px;
	margin: 0 auto;
}

.asmorix-pmap__mid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 64px;
	width: min(620px, 100%);
	padding: 20px 0 24px;
	margin: 0 auto;
}
.asmorix-pmap__mid::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 18px;
	border-left: 2px dotted #b8c5d6;
	transform: translateX(-50%);
}
.asmorix-pmap__bridge--top {
	position: absolute;
	top: 18px;
	left: 25%;
	right: 25%;
	height: 0;
	border-top: 2px dotted #b8c5d6;
	pointer-events: none;
}
.asmorix-pmap__bridge--join {
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 0;
	height: 18px;
	border-left: 2px dotted #b8c5d6;
	border-right: 2px dotted #b8c5d6;
	border-bottom: 2px dotted #b8c5d6;
	border-radius: 0 0 10px 10px;
	pointer-events: none;
}
.asmorix-pmap__branch {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.asmorix-pmap__end {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 18px;
	width: min(1000px, 100%);
	padding-top: 14px;
	align-items: start;
	justify-items: center;
}
.asmorix-pmap__rail {
	position: absolute;
	top: 0;
	left: 12.5%;
	right: 12.5%;
	height: 0;
	border-top: 2px dotted #b8c5d6;
	pointer-events: none;
}
.asmorix-pmap__end::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 14px;
	border-left: 2px dotted #b8c5d6;
	transform: translateX(-50%);
}
.asmorix-pmap__node--sm {
	width: 100%;
	align-items: center;
	gap: 10px;
}
.asmorix-pmap__node--sm .asmorix-pmap__pill {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	width: 100%;
	max-width: none;
	min-height: 54px;
	padding: 12px 14px;
	font-size: 16px;
	line-height: 1.3;
	border-radius: 999px;
	box-sizing: border-box;
}
.asmorix-pmap__node--sm .asmorix-pmap__icon {
	width: 52px;
	height: 52px;
}
.asmorix-pmap__node--sm .asmorix-pmap__icon svg {
	width: 32px;
	height: 32px;
}

.asmorix-pmap__foot {
	margin: 8px auto 0 !important;
	max-width: 780px;
	text-align: center;
	font-size: 16px !important;
	line-height: 1.7 !important;
	color: var(--ap-muted);
}

@media (prefers-reduced-motion: reduce) {
	.asmorix-pmap__node {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.asmorix-pmap__node:hover .asmorix-pmap__icon,
	.asmorix-pmap__node:hover .asmorix-pmap__pill {
		transform: none;
	}
}

@media (max-width: 767px) {
	.asmorix-prep {
		padding: 28px 0 44px;
	}
	.asmorix-prep__inner {
		width: min(100% - 28px, 1180px);
	}
	.asmorix-prep__header {
		padding: 0;
		margin-bottom: 24px;
		text-align: center;
	}
	.asmorix-prep__title {
		font-size: 26px;
		margin-bottom: 0;
		text-align: center;
	}
	.asmorix-prep__tab {
		font-size: 14px;
		padding: 10px 14px 10px 12px;
		gap: 8px;
	}
	.asmorix-prep__panels {
		padding: 20px 18px;
	}
	.asmorix-prep__panel h3 {
		font-size: 20px;
	}
	.asmorix-prep__subgrid {
		grid-template-columns: 1fr;
	}
	.asmorix-salary__grid {
		grid-template-columns: 1fr;
	}
	.asmorix-salary__meta {
		grid-template-columns: 1fr;
	}
	.asmorix-salary__range {
		font-size: 26px;
	}
	.asmorix-pmap__mid {
		grid-template-columns: 1fr;
		gap: 16px;
		width: 100%;
		padding: 8px 0 12px;
	}
	.asmorix-pmap__map {
		transform: none;
		margin-bottom: 16px;
	}
	.asmorix-pmap__mid::before,
	.asmorix-pmap__bridge--top,
	.asmorix-pmap__bridge--join,
	.asmorix-pmap__rail,
	.asmorix-pmap__end::before,
	.asmorix-pmap__stem,
	.asmorix-pmap__stem--short {
		display: none;
	}
	.asmorix-pmap__end {
		grid-template-columns: 1fr 1fr;
		gap: 16px 12px;
		padding-top: 4px;
		width: 100%;
	}
	.asmorix-pmap__node--sm .asmorix-pmap__pill {
		max-width: none;
		font-size: 15px;
		min-height: 48px;
	}
	.asmorix-pmap__pill {
		min-width: 0;
		width: min(300px, 100%);
		font-size: 16px;
	}
	.asmorix-pmap__foot {
		font-size: 15px !important;
		max-width: 100%;
	}
}
