.single-abp_package #Subheader,
.single-abp_package #Header_wrapper #Subheader,
.single-abp_package #Header_wrapper .mfn-header-tmpl,
.single-abp_package .post-header,
.single-abp_package .section-post-header,
.single-abp_package .mfn-page-template .section,
.single-abp_package .mfn-page-template .section-post-header,
.post-type-archive-abp_package #Subheader,
.post-type-archive-abp_package #Header_wrapper #Subheader,
.post-type-archive-abp_package #Header_wrapper .mfn-header-tmpl,
.post-type-archive-abp_package .post-header,
.post-type-archive-abp_package .section-post-header,
.post-type-archive-abp_package .mfn-page-template .section,
.post-type-archive-abp_package .mfn-page-template .section-post-header {
	display: none !important;
}

.abp-theme-wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 200px 28px 80px;
	overflow: visible;
	font-family: inherit;
}

.abp-theme-wrap button,
.abp-theme-wrap input,
.abp-theme-wrap select,
.abp-theme-wrap textarea {
	font-family: inherit;
}

.abp-archive-header {
	margin-bottom: 30px;
	padding: 30px 34px 22px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(242, 105, 35, .14), transparent 24%),
		radial-gradient(circle at left bottom, rgba(24, 59, 105, .08), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #dde8f3;
	box-shadow: 0 16px 30px rgba(17, 34, 68, .06);
}

.abp-archive-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: var(--abp-label-background-color, #183b69);
	color: var(--abp-label-text-color, #fff);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.abp-archive-header h1,
.abp-single-header h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	margin: 0 0 10px;
	color: var(--abp-title-color, #183b69);
}

.abp-single-header {
	margin: 0 0 34px;
	padding: 34px 38px 18px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(242, 105, 35, .18), transparent 24%),
		radial-gradient(circle at left bottom, rgba(24, 59, 105, .09), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #dde8f3;
	box-shadow: 0 18px 34px rgba(17, 34, 68, .07);
}

.abp-single-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: var(--abp-label-background-color, #183b69);
	color: var(--abp-label-text-color, #fff);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.abp-single-header h1 {
	font-size: clamp(2.8rem, 6vw, 4.9rem);
	letter-spacing: -.03em;
	margin-bottom: 10px;
	font-weight: 800;
	text-wrap: balance;
}

.abp-archive-header p,
.abp-single-subtitle {
	max-width: 860px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--abp-subtitle-color, #52637d);
}

.abp-archive-header h1 {
	font-size: clamp(2.8rem, 6vw, 4.6rem);
	letter-spacing: -.03em;
	margin-bottom: 12px;
	font-weight: 800;
	text-wrap: balance;
}

.abp-single-subtitle {
	font-size: 1.18rem;
	max-width: 760px;
	color: var(--abp-subtitle-color, #35537c);
	position: relative;
	padding-left: 18px;
	margin-left: 10px;
}

.abp-single-subtitle::before {
	content: "";
	position: absolute;
	left: 0px;
	top: .8em;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #f72f31;
	transform: translateY(-50%);
}

.abp-grid-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.abp-filters {
	position: sticky;
	top: 30px;
}

.abp-filter-card {
	background: #f4f7fb;
	border: 1px solid #e5ebf4;
	border-radius: 22px;
	padding: 6px 16px;
	margin-bottom: 10px;
}

.abp-filter-card h3 {
	margin: 0 0 5px;
	font-size: 1rem;
	color: var(--abp-title-color, #183b69);
}

.abp-checkbox-list {
	display: grid;
	gap: 4px;
}

.abp-checkbox-list label {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	font-size: .95rem;
	line-height: 1.35;
	color: #1f2f46;
}

.abp-checkbox-list input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin: 2px 0 0;
}

.abp-multiselect {
	position: relative;
}

.abp-multiselect-toggle {
	width: 100%;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border: 1px solid #cfd8e6;
	border-radius: 10px;
	background: #fff;
	color: #1f2f46;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.abp-multiselect-toggle span:first-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.abp-multiselect-arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #52637d;
	flex: 0 0 auto;
	transition: transform .18s ease;
}

.abp-multiselect.is-open .abp-multiselect-arrow {
	transform: rotate(180deg);
}

.abp-multiselect-panel {
	display: none;
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	max-height: 360px;
	overflow: auto;
	background: #fff;
	border: 1px solid #cfd8e6;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 18px 38px rgba(24, 59, 105, .16);
}

.abp-multiselect.is-open .abp-multiselect-panel {
	display: block;
}

.abp-multiselect-search {
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid #e5ebf4;
	border-radius: 0;
	background: #f8fafc;
	color: #1f2f46;
}

.abp-multiselect-options {
	max-height: 300px;
	overflow-y: auto;
	padding: 8px 10px 10px;
}

.abp-range-filter {
	display: grid;
	gap: 5px;
}

.abp-range-values,
.abp-range-scale {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: #183b69;
	font-size: .9rem;
}

.abp-range-values {
	font-weight: 700;
}

.abp-range-scale {
	color: #6b7c94;
	font-size: .8rem;
}

.abp-range-sliders {
	position: relative;
	height: 24px;
	display: block;
	--abp-range-start: 0%;
	--abp-range-end: 100%;
}

.abp-range-sliders::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 4px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			var(--abp-slider-track-color, #d6dfeb) 0%,
			var(--abp-slider-track-color, #d6dfeb) var(--abp-range-start),
			var(--abp-slider-active-color, #f26923) var(--abp-range-start),
			var(--abp-slider-active-color, #f26923) var(--abp-range-end),
			var(--abp-slider-track-color, #d6dfeb) var(--abp-range-end),
			var(--abp-slider-track-color, #d6dfeb) 100%
		);
	transform: translateY(-50%);
}

.abp-range-input {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	pointer-events: none;
	height: 24px;
}

.abp-range-input::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 999px;
	background: transparent;
}

.abp-range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--abp-slider-thumb-color, #f26923);
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(17, 34, 68, .16);
	margin-top: -6px;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

.abp-range-input::-moz-range-track {
	height: 4px;
	border-radius: 999px;
	background: transparent;
}

.abp-range-input::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--abp-slider-thumb-color, #f26923);
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(17, 34, 68, .16);
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

.abp-range-input::-moz-range-progress {
	background: transparent;
	height: 4px;
}

.abp-filter-card select,
.abp-button {
	width: 100%;
}

.abp-filter-card select,
.abp-button,
.abp-button-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	border-radius: 999px;
	padding: 13px 16px;
	font-size: .95rem;
}

.abp-filter-card select {
	border: 1px solid #cfd8e6;
	border-radius: 10px;
	background: #fff;
}

.abp-filter-actions {
	display: grid;
	gap: 12px;
}

.abp-button {
	border: none;
	background: #f26923;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.abp-button-light {
	background: #fff;
	border: 1px solid #cfd8e6;
	color: #183b69;
	text-decoration: none;
}

.abp-results-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	color: #52637d;
}

.abp-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.abp-card {
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 22px rgba(17, 34, 68, .06);
}

.abp-card-media {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.abp-card-media img,
.abp-thumb img,
.abp-single-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.abp-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce7f6, #f4f7fb);
}

.abp-card-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: var(--abp-card-badge-background-color, #2ea7e0);
	color: var(--abp-card-badge-text-color, #fff);
	padding: 10px 18px;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.abp-card-body {
	padding: 18px 18px 22px;
}

.abp-card-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 18px;
	border: 1px solid #ff9b5c;
	border-radius: 999px;
	font-size: .78rem;
	background: var(--abp-tag-background-color, transparent);
	color: var(--abp-tag-text-color, #183b69);
	margin-bottom: 14px;
	text-transform: uppercase;
}

.abp-card h3 {
	margin: 0 0 16px;
	font-size: 1.45rem;
	line-height: 1.35;
}

.abp-card h3 a {
	color: var(--abp-title-color, #183b69);
	text-decoration: none;
}

.abp-card-price-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	color: #f26923;
}

.abp-card-price-row strong,
.abp-info-bar strong {
	display: block;
	font-size: 1.1rem;
	color: #f26923;
}

.abp-card-price-row span,
.abp-card-duration {
	display: block;
	font-size: .88rem;
	color: #52637d;
}

.abp-card-subtitle {
	margin: 0;
	color: var(--abp-subtitle-color, #24426f);
	line-height: 1.6;
}

.abp-pagination {
	margin-top: 28px;
}

.abp-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid #dbe4ef;
	margin-right: 8px;
	text-decoration: none;
	color: #183b69;
}

.abp-pagination .current {
	background: #183b69;
	color: #fff;
}

.abp-single-gallery-shell {
	margin: 0 0 38px;
}

.abp-single-main-image {
	border-radius: 28px;
	overflow: hidden;
	aspect-ratio: 16 / 7.2;
	background: #edf2f8;
	box-shadow: 0 18px 36px rgba(17, 34, 68, .1);
}

.abp-single-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
	padding: 2px;
}

.abp-thumb {
	padding: 0;
	border: 1px solid #d7e2ee;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 1.2;
	cursor: pointer;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.abp-thumb:hover {
	transform: translateY(-2px);
	border-color: #8eb7df;
	box-shadow: 0 12px 24px rgba(17, 34, 68, .08);
}

.abp-thumb.is-active {
	border-color: #f26923;
	box-shadow: 0 0 0 3px rgba(242, 105, 35, .16);
}

.abp-info-bar {
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 24px;
	padding: 22px;
	box-shadow: 0 10px 22px rgba(17, 34, 68, .06);
	display: grid;
	gap: 16px;
	overflow: visible;
}

.abp-info-bar-inline {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	gap: 0;
	margin-top: 24px;
	padding: 0;
	overflow: visible;
}

.abp-info-bar-inline > div {
	flex: 1 1 0;
	padding: 24px 28px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.abp-info-bar-inline > div:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 54px;
	width: 1px;
	background: #dbe4ef;
	transform: translateY(-50%);
}

.abp-info-item {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: center;
	width: fit-content;
	max-width: none;
	margin: 0 auto;
}

.abp-info-item > div {
	min-width: 0;
	text-align: left;
}

.abp-info-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(180deg, #edf5ff 0%, #dcecff 100%);
	color: #183b69;
	box-shadow: inset 0 0 0 1px #cfe0f1;
}

.abp-info-icon svg {
	width: 24px;
	height: 24px;
	display: block;
	overflow: visible;
}

.abp-info-currency-icon {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -.04em;
}

.abp-info-item > div > span {
	display: block;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--abp-label-background-color, #52637d);
	margin-bottom: 1px;
	font-weight: 900;
}

.abp-content-section {
	background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 28px;
	padding: 32px;
	margin: 0 0 32px;
	overflow: visible;
}

.abp-content-section h2 {
	margin-top: 0;
	color: var(--abp-title-color, #183b69);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.05;
	letter-spacing: -.03em;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 14px;
}

.abp-content-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #183b69 0%, #f26923 100%);
}

.abp-richtext {
	color: #33445c;
	line-height: 1.8;
}

.abp-richtext ul {
	list-style: disc inside;
	margin: 0 0 1.2em;
	padding-left: 0;
}

.abp-richtext ol {
	list-style: decimal inside;
	margin: 0 0 1.2em;
	padding-left: 0;
}

.abp-richtext li {
	margin: 0 0 .35em;
}

.abp-table-wrap {
	overflow-x: auto;
	margin-top: 20px;
	margin-bottom: 22px;
}

.abp-custom-table {
	width: 100%;
	border-collapse: collapse;
}

.abp-custom-table th,
.abp-custom-table td {
	padding: 14px 16px;
	border: 1px solid #dbe4ef;
	text-align: left;
}

.abp-custom-table th {
	background: linear-gradient(180deg, #edf5ff 0%, #dcecff 100%);
	color: #183b69;
	font-weight: 700;
}

.abp-custom-table .abp-row-heading {
	background: linear-gradient(180deg, #fff4eb 0%, #ffe3d0 100%);
	color: #b45318;
}

.abp-custom-table td {
	background: #fff;
}

.abp-pdf-embed {
	margin-top: 26px;
	border: 1px solid #dbe5f0;
	border-radius: 22px;
	overflow: hidden;
	background: #f8fbff;
	box-shadow: 0 18px 38px rgba(24, 59, 105, .08);
}

.abp-pdf-embed iframe {
	display: block;
	width: 100%;
	min-height: 640px;
	border: 0;
	background: #fff;
}

.abp-pdf-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 18px;
	color: var(--abp-title-color, #183b69);
	font-weight: 800;
	text-decoration: none;
}

.abp-empty-state {
	grid-column: 1 / -1;
	padding: 30px;
	background: #f4f7fb;
	border-radius: 22px;
	text-align: center;
	color: #52637d;
}

@media (max-width: 1080px) {
	.abp-grid-layout {
		grid-template-columns: 1fr;
	}

	.abp-filters {
		position: static;
	}

	.abp-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abp-info-bar-inline {
		--abp-info-gap: 0px;
		flex-direction: column;
	}

	.abp-info-bar-inline > div:not(:last-child)::after {
		display: none;
	}
}

@media (max-width: 720px) {
	.abp-card-grid {
		grid-template-columns: 1fr;
	}

	.abp-single-main-image {
		border-radius: 18px;
		aspect-ratio: 16 / 10;
	}

	.abp-single-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
		margin-top: 10px;
		padding: 0;
	}

	.abp-thumb {
		border-radius: 10px;
		aspect-ratio: 1.35;
	}

	.abp-theme-wrap {
		padding: 160px 16px 56px;
	}

	.abp-archive-header,
	.abp-single-header,
	.abp-content-section {
		padding: 24px;
	}
}
