.post-type-archive-muster {
	--muster-navy: #08345f;
	--muster-blue: #0b5791;
	--muster-teal: #0b8a80;
	--muster-mint: #eaf8f4;
	--muster-soft: #f3f8fc;
	--muster-line: #d7e5ee;
	--muster-orange: #f36c1e;
	--muster-text: #203a53;
}

.post-type-archive-muster #muster_main_section_wrap .col-content {
	float: none;
	width: 100%;
	max-width: none;
	margin-right: 0;
	color: var(--muster-text);
}

.post-type-archive-muster #muster_main_section_wrap > aside.fixed {
	display: none;
}

.post-type-archive-muster .ipser-muster-intro {
	margin: 8px 0 30px;
	padding: 34px 38px;
	border: 1px solid var(--muster-line);
	border-radius: 20px;
	background: linear-gradient(135deg, #f7fbfe 0%, #eef9f6 100%);
}

.post-type-archive-muster .ipser-muster-intro h1 {
	max-width: 920px;
	margin: 5px 0 18px;
	color: var(--muster-navy);
	font-size: clamp(36px, 4.1vw, 58px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.post-type-archive-muster .ipser-muster-eyebrow {
	margin: 0 0 8px;
	color: var(--muster-teal);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.post-type-archive-muster .ipser-muster-lead {
	max-width: 900px;
	margin: 0;
	font-size: 21px;
	line-height: 1.55;
}

.post-type-archive-muster .ipser-muster-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.post-type-archive-muster .ipser-muster-benefits li {
	position: relative;
	margin: 0;
	padding-left: 25px;
}

.post-type-archive-muster .ipser-muster-benefits li::before {
	position: absolute;
	left: 0;
	color: var(--muster-teal);
	font-weight: 900;
	content: "✓";
}

.post-type-archive-muster .ipser-muster-finder {
	margin: 0 0 42px;
	padding: 34px 38px;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--muster-navy), #0a6a79);
	box-shadow: 0 18px 46px rgba(8, 52, 95, .16);
	color: #fff;
}

.post-type-archive-muster .ipser-muster-finder h2,
.post-type-archive-muster .ipser-muster-service h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.15;
}

.post-type-archive-muster .ipser-muster-finder__copy > p:last-child {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, .9);
}

.post-type-archive-muster .ipser-muster-search label {
	display: block;
	margin: 0 0 8px;
	color: #fff;
	font-weight: 700;
}

.post-type-archive-muster .ipser-muster-search__row {
	position: relative;
}

.post-type-archive-muster .ipser-muster-search input {
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 0 56px 0 52px;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	color: var(--muster-text);
	font-size: 18px;
}

.post-type-archive-muster .ipser-muster-search input:focus {
	border-color: #8be2cb;
	outline: 3px solid rgba(139, 226, 203, .3);
}

.post-type-archive-muster .ipser-muster-search__icon {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 20px;
	height: 20px;
	border: 3px solid var(--muster-teal);
	border-radius: 50%;
	transform: translateY(-58%);
}

.post-type-archive-muster .ipser-muster-search__icon::after {
	position: absolute;
	right: -7px;
	bottom: -5px;
	width: 9px;
	height: 3px;
	border-radius: 3px;
	background: var(--muster-teal);
	transform: rotate(45deg);
	content: "";
}

.post-type-archive-muster .ipser-muster-search .ipser-muster-search__clear {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--muster-navy);
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-50%);
}

.post-type-archive-muster .ipser-muster-search .ipser-muster-search__clear:hover,
.post-type-archive-muster .ipser-muster-search .ipser-muster-search__clear:focus-visible {
	background: var(--muster-mint);
}

.post-type-archive-muster .ipser-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.post-type-archive-muster .ipser-muster-search__status {
	min-height: 24px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
}

.post-type-archive-muster .ipser-muster-search__results {
	margin-top: 4px;
	padding: 12px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(5, 37, 66, .2);
}

.post-type-archive-muster .ipser-muster-search__results ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-type-archive-muster .ipser-muster-search__results li {
	margin: 0;
}

.post-type-archive-muster .ipser-muster-search__results li a {
	display: flex;
	min-height: 52px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid var(--muster-line);
	border-radius: 8px;
	background: var(--muster-soft);
	color: var(--muster-navy) !important;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.post-type-archive-muster .ipser-muster-search__results li a:hover,
.post-type-archive-muster .ipser-muster-search__results li a:focus-visible {
	border-color: var(--muster-teal);
	background: var(--muster-mint);
}

.post-type-archive-muster .ipser-muster-search__all {
	display: inline-flex;
	margin: 12px 4px 2px;
	color: var(--muster-teal) !important;
	font-weight: 800;
}

.post-type-archive-muster .ipser-muster-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.post-type-archive-muster .ipser-muster-categories a {
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.post-type-archive-muster .ipser-muster-categories a:hover,
.post-type-archive-muster .ipser-muster-categories a:focus-visible {
	background: #fff;
	color: var(--muster-navy) !important;
}

.post-type-archive-muster .ipser-muster-latest-title {
	margin: 0 0 6px;
	color: var(--muster-navy);
}

.post-type-archive-muster .ipser-muster-service {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
	gap: 34px;
	align-items: center;
	margin: 8px -15px 54px;
	padding: 38px;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--muster-navy), #0b786f);
	box-shadow: 0 18px 46px rgba(8, 52, 95, .16);
	color: #fff;
}

.post-type-archive-muster .ipser-muster-service p,
.post-type-archive-muster .ipser-muster-service li {
	color: rgba(255, 255, 255, .92);
}

.post-type-archive-muster .ipser-muster-service ul {
	margin-bottom: 0;
}

.post-type-archive-muster .ipser-muster-service__actions {
	display: grid;
	gap: 12px;
}

.post-type-archive-muster .ipser-muster-button {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
}

.post-type-archive-muster .ipser-muster-button--primary {
	background: var(--muster-orange);
	color: #fff !important;
}

.post-type-archive-muster .ipser-muster-button--secondary {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
}

.post-type-archive-muster #muster_main_section_wrap article.muster .grey_button_download_pdf {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 8px 12px;
	border: 1px solid #bdccd7 !important;
	border-radius: 8px;
	background: #f4f7f9;
	color: var(--muster-navy) !important;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.post-type-archive-muster #muster_main_section_wrap article.muster .grey_button_download_pdf.doc {
	border-color: #a6d8cb !important;
	background: var(--muster-mint);
	color: #09685e !important;
}

.post-type-archive-muster #muster_main_section_wrap article.muster .grey_button_download_pdf:hover,
.post-type-archive-muster #muster_main_section_wrap article.muster .grey_button_download_pdf:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(8, 52, 95, .12);
}

@media (max-width: 900px) {
	.post-type-archive-muster .ipser-muster-service {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.post-type-archive-muster .ipser-muster-intro,
	.post-type-archive-muster .ipser-muster-finder,
	.post-type-archive-muster .ipser-muster-service {
		padding: 24px 20px;
		border-radius: 14px;
	}

	.post-type-archive-muster .ipser-muster-service {
		margin-right: -15px;
		margin-left: -15px;
	}

	.post-type-archive-muster .ipser-muster-intro h1 {
		font-size: 36px;
	}

	.post-type-archive-muster .ipser-muster-lead {
		font-size: 18px;
	}

	.post-type-archive-muster .ipser-muster-benefits {
		display: grid;
	}

	.post-type-archive-muster .ipser-muster-search__row {
		display: block;
	}

	.post-type-archive-muster .ipser-muster-button {
		width: 100%;
	}

	.post-type-archive-muster .ipser-muster-search__results ul {
		grid-template-columns: 1fr;
	}
}
