/* Map It Maldives Core frontend styles. */
.mapit-explore-itineraries {
	max-width: 1200px;
	margin: 0 auto;
}
.mapit-explore-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2.5rem;
}
.mapit-explore-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ff6b57;
	font-weight: 600;
	margin-bottom: 0.6rem;
}
.mapit-explore-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
	color: #10202e;
}
.mapit-explore-sub {
	margin: 0;
	color: #5b6b7c;
	font-size: 1rem;
	line-height: 1.6;
}
.mapit-explore-filters {
	margin-bottom: 2rem;
}
.mapit-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 8px 24px rgba(10, 61, 98, 0.06);
}
.mapit-filter-field {
	flex: 1 1 150px;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.mapit-filter-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5b6b7c;
}
.mapit-filter-field select {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	padding: 0.6rem 2.2rem 0.6rem 0.9rem;
	font-size: 0.92rem;
	color: #10202e;
	background: #ffffff;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.mapit-filter-field select:focus {
	outline: none;
	border-color: #ff6b57;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(255, 107, 87, 0.15);
}
.mapit-filter-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}
.mapit-filter-btn {
	background: #0a3d62;
	color: #ffffff;
	border: none;
	border-radius: 999px;
	padding: 0.7rem 1.6rem;
	font-size: 0.92rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}
.mapit-filter-btn:hover {
	background: #ff6b57;
	transform: translateY(-1px);
}
.mapit-filter-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}
.mapit-filter-clear {
	font-size: 0.88rem;
	font-weight: 600;
	color: #5b6b7c;
	text-decoration: none;
}
.mapit-filter-clear:hover {
	color: #ff6b57;
}
.mapit-explore-count {
	font-size: 0.85rem;
	font-weight: 600;
	color: #5b6b7c;
	margin-bottom: 1.25rem;
}
.mapit-itinerary-cards--explore {
	margin-top: 0;
}
.mapit-explore-results {
	position: relative;
	min-height: 200px;
}
.mapit-explore-results.mapit-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	border: 3px solid rgba(10, 61, 98, 0.2);
	border-top-color: #0a3d62;
	border-radius: 50%;
	animation: mapit-spin 0.7s linear infinite;
	z-index: 2;
}
@keyframes mapit-spin {
	to {
		transform: rotate(360deg);
	}
}
.mapit-no-results {
	padding: 3rem;
	text-align: center;
	color: #5b6b7c;
	background: #ffffff;
	border: 1px dashed rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}
.mapit-itinerary-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.mapit-itinerary-card-link:hover {
	color: inherit;
}
.mapit-itinerary-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.9rem;
}
.mapit-badge {
	display: inline-block;
	background: rgba(10, 61, 98, 0.08);
	color: #0a3d62;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0.22rem 0.6rem;
	border-radius: 999px;
}
.mapit-atoll-grid .mapit-atoll-link {
	display: block;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.mapit-atoll-grid .mapit-atoll-link:hover {
	border-color: currentColor;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.mapit-related-guides {
	list-style: disc;
	padding-left: 1.4rem;
}
.mapit-newsletter-form {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	justify-content: center;
}
.mapit-newsletter-form input[type="email"] {
	min-width: 240px;
}
.mapit-preview-download {
	margin: 0.5rem 0;
}
.mapit-fbt-block,
.mapit-cart-recommendations,
.mapit-thankyou-recommendations {
	margin: 2rem 0;
}
.mapit-fbt-block h2,
.mapit-cart-recommendations h2,
.mapit-thankyou-recommendations h2 {
	margin-bottom: 0.75rem;
}
.mapit-home-itineraries {
	margin-top: 4rem;
	padding: 3.5rem 1.5rem 4rem;
	background: #faf7f2;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mapit-home-itineraries-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mapit-home-itineraries-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2.5rem;
}
.mapit-home-itineraries-eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ff6b57;
	font-weight: 600;
	margin-bottom: 0.6rem;
}
.mapit-home-itineraries-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
	color: #10202e;
}
.mapit-home-itineraries-sub {
	margin: 0;
	color: #5b6b7c;
	font-size: 1rem;
	line-height: 1.6;
}
.mapit-itinerary-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 991px) {
	.mapit-itinerary-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.mapit-itinerary-cards {
		grid-template-columns: 1fr;
	}
}
.mapit-itinerary-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.25s;
}
.mapit-itinerary-card:hover {
	box-shadow: 0 14px 34px rgba(10, 61, 98, 0.14);
	transform: translateY(-3px);
}
.mapit-itinerary-card-visual {
	position: relative;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0a3d62 0%, #14b8a6 55%, #ffc93c 100%);
}
.mapit-itinerary-card-img {
	position: absolute;
	inset: 0;
}
.mapit-itinerary-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mapit-itinerary-card-img .woocommerce-placeholder {
	display: none;
}
.mapit-itinerary-card-initials {
	font-size: 3.2rem;
	font-weight: 800;
	color: #ffffff;
	opacity: 0.92;
	letter-spacing: 0.06em;
	z-index: 1;
}
.mapit-itinerary-card-atoll {
	position: absolute;
	left: 12px;
	bottom: 12px;
	background: rgba(255, 255, 255, 0.94);
	color: #0a3d62;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	z-index: 2;
}
.mapit-itinerary-card-body {
	padding: 1.1rem 1.2rem 1.2rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.mapit-itinerary-card-title {
	font-size: 1.02rem;
	font-weight: 700;
	margin: 0 0 0.9rem;
	line-height: 1.35;
}
.mapit-itinerary-card-title a {
	color: #10202e;
	text-decoration: none;
}
.mapit-itinerary-card-title a:hover {
	color: #ff6b57;
}
.mapit-itinerary-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.mapit-itinerary-card-price {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ff6b57;
}
.mapit-itinerary-card-price .woocommerce-Price-amount {
	color: inherit;
}
.mapit-itinerary-card-view {
	font-size: 0.85rem;
	font-weight: 600;
	color: #0a3d62;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.mapit-itinerary-card-view:hover {
	color: #ff6b57;
}
.mapit-home-by-atoll {
	margin-top: 2.5rem;
	text-align: center;
}
.mapit-home-by-atoll-label {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #5b6b7c;
	font-weight: 600;
	margin-bottom: 0.9rem;
}
.mapit-home-atoll-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}
.mapit-home-atoll-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(10, 61, 98, 0.25);
	border-radius: 999px;
	background: #ffffff;
	color: #0a3d62;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mapit-home-atoll-chip:hover {
	background: #0a3d62;
	border-color: #0a3d62;
	color: #ffffff;
}
.mapit-home-atoll-chip-count {
	font-size: 0.72rem;
	font-weight: 700;
	background: rgba(10, 61, 98, 0.12);
	color: #0a3d62;
	padding: 0.1rem 0.45rem;
	border-radius: 999px;
}
.mapit-home-atoll-chip:hover .mapit-home-atoll-chip-count {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}
.mapit-home-itineraries-cta {
	text-align: center;
	margin: 2.5rem 0 0;
}
.mapit-home-itineraries-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.85rem 2rem;
	border-radius: 999px;
	background: #0a3d62;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}
.mapit-home-itineraries-btn:hover {
	background: #ff6b57;
	color: #ffffff;
	transform: translateY(-1px);
}
.mapit-home-itineraries-btn-arrow {
	font-size: 1.1rem;
	line-height: 1;
}
.mapit-home-guides {
	padding: 3.5rem 1.5rem 4rem;
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mapit-home-guides-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mapit-guide-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 991px) {
	.mapit-guide-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.mapit-guide-cards {
		grid-template-columns: 1fr;
	}
}
.mapit-guide-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow 0.25s, transform 0.25s;
}
.mapit-guide-card:hover {
	box-shadow: 0 14px 34px rgba(10, 61, 98, 0.12);
	transform: translateY(-3px);
}
.mapit-guide-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.mapit-guide-card-visual {
	position: relative;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0a3d62 0%, #14b8a6 55%, #ffc93c 100%);
	overflow: hidden;
}
.mapit-guide-card-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mapit-guide-card-cat {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	background: rgba(255, 255, 255, 0.92);
	color: #0a3d62;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	z-index: 2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}
.mapit-guide-card-initials {
	font-size: 2.6rem;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.06em;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.mapit-guide-card-body {
	padding: 1.2rem 1.2rem 1.3rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.mapit-guide-card-atoll {
	display: inline-block;
	align-self: flex-start;
	background: rgba(10, 61, 98, 0.1);
	color: #0a3d62;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	margin-bottom: 0.6rem;
}
.mapit-guide-card-title {
	font-size: 1.02rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	line-height: 1.35;
	color: #10202e;
}
.mapit-guide-card-excerpt {
	margin: 0 0 0.9rem;
	color: #5b6b7c;
	font-size: 0.9rem;
	line-height: 1.55;
}
.mapit-guide-card-foot {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	padding-top: 0.7rem;
}
.mapit-guide-card-date {
	font-size: 0.78rem;
	color: #8aa0b3;
}
.mapit-guide-card-more {
	font-size: 0.8rem;
	font-weight: 600;
	color: #ff6b57;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Travel Guides archive */
.mapit-guides-archive {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1rem 4rem;
}
.mapit-guides-archive-head {
	text-align: center;
	margin-bottom: 1.75rem;
}
.mapit-guides-archive-title {
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 800;
	color: #0a3d62;
	margin: 0 0 0.6rem;
	line-height: 1.1;
}
.mapit-guides-archive-sub {
	color: #5b6b7c;
	font-size: 1.05rem;
	margin: 0 auto;
	max-width: 560px;
	line-height: 1.6;
}
.mapit-guides-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem;
	margin-bottom: 2.25rem;
}
.mapit-guides-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1.1rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(10, 61, 98, 0.18);
	color: #0a3d62;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.mapit-guides-chip:hover {
	border-color: #0a3d62;
}
.mapit-guides-chip--active {
	background: #0a3d62;
	color: #ffffff;
	border-color: #0a3d62;
}
.mapit-guides-chip-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: rgba(10, 61, 98, 0.12);
	font-size: 0.7rem;
	font-weight: 700;
}
.mapit-guides-chip--active .mapit-guides-chip-count {
	background: rgba(255, 255, 255, 0.22);
}
.mapit-guides-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 991px) {
	.mapit-guides-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.mapit-guides-grid {
		grid-template-columns: 1fr;
	}
}
.mapit-guides-pagination {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}
.mapit-guides-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	margin: 0 0.2rem;
	padding: 0 0.6rem;
	border-radius: 999px;
	border: 1px solid rgba(10, 61, 98, 0.2);
	color: #0a3d62;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.mapit-guides-pagination .page-numbers:hover,
.mapit-guides-pagination .page-numbers.current {
	background: #0a3d62;
	color: #ffffff;
	border-color: #0a3d62;
}
.mapit-guides-empty {
	text-align: center;
	color: #5b6b7c;
	padding: 3rem 1rem;
}
.mapit-home-itineraries-btn--alt {
	background: #ffffff;
	color: #0a3d62;
	border: 2px solid #0a3d62;
}
.mapit-home-itineraries-btn--alt:hover {
	background: #0a3d62;
	color: #ffffff;
}
.mapit-home-newsletter {
	padding: 3.5rem 1.5rem;
	background: linear-gradient(135deg, #0a3d62 0%, #14b8a6 100%);
	text-align: center;
}
.mapit-home-newsletter-inner {
	max-width: 640px;
	margin: 0 auto;
}
.mapit-home-newsletter-title {
	color: #ffffff;
	font-size: 1.7rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
}
.mapit-home-newsletter-sub {
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 1.4rem;
	font-size: 1rem;
}
.mapit-home-newsletter .mapit-newsletter-form {
	justify-content: center;
}
.mapit-home-newsletter .mapit-newsletter-form input[type="email"] {
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-radius: 999px;
	padding: 0.85rem 1.4rem;
}
.mapit-home-newsletter .mapit-newsletter-form button {
	border: none;
	border-radius: 999px;
	padding: 0.85rem 2rem;
	background: #ff6b57;
	color: #ffffff;
	font-weight: 700;
}
.mapit-home-newsletter .mapit-newsletter-form button:hover {
	background: #ffffff;
	color: #0a3d62;
}

/* =========================================================================
 * Single product page — modern gallery + itinerary meta
 * ========================================================================= */
.woocommerce-product-gallery {
	border-radius: 18px;
}
.woocommerce-product-gallery .wd-gallery-images {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(10, 61, 98, 0.16);
	background: #ffffff;
}
.woocommerce-product-gallery .wd-gallery-images img {
	transition: transform 0.35s ease;
}
.woocommerce-product-gallery .wd-gallery-thumb {
	margin-top: 1rem;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(10, 61, 98, 0.10);
	cursor: pointer;
	opacity: 0.72;
	transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item:hover {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(10, 61, 98, 0.16);
}
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item.is-active-thumb,
.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-active {
	opacity: 1;
	outline: 2px solid #0a3d62;
	outline-offset: -2px;
}
.woocommerce-product-gallery.mapit-gallery-ready .wd-gallery-images {
	animation: mapit-gallery-in 0.45s ease both;
}
@keyframes mapit-gallery-in {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* Summary layout polish */
.summary-inner .single-breadcrumbs-wrapper {
	margin-bottom: 1.1rem;
}
.summary-inner .product_title {
	font-size: clamp(1.7rem, 2.6vw, 2.3rem);
	line-height: 1.18;
	margin-bottom: 0.5rem;
}
.summary-inner > .price {
	font-size: 1.45rem;
	font-weight: 700;
	color: #0a3d62;
	margin-bottom: 1rem;
}

/* Itinerary meta bar */
.mapit-pdp-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.mapit-pdp-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: #eefbf9;
	border: 1px solid rgba(10, 61, 98, 0.16);
	color: #0a3d62;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.2;
}
.mapit-pdp-pill-icon {
	width: 14px;
	height: 14px;
	display: inline-flex;
	color: #14b8a6;
	flex: none;
}
.mapit-pdp-pill-icon svg {
	width: 100%;
	height: 100%;
}

/* Highlights card */
.mapit-pdp-highlights {
	margin-top: 1.25rem;
	padding: 1.25rem 1.4rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #eefbf9 0%, #e6f9f5 100%);
	border: 1px solid rgba(10, 61, 98, 0.10);
}
.mapit-pdp-highlights-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.8rem;
	color: #0a3d62;
}
.mapit-pdp-highlights-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mapit-pdp-highlight {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.32rem 0;
	color: #2b3a49;
	font-size: 0.95rem;
}
.mapit-pdp-highlight + .mapit-pdp-highlight {
	border-top: 1px dashed rgba(10, 61, 98, 0.14);
}
.mapit-pdp-highlight-check {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #14b8a6;
	color: #ffffff;
	flex: none;
	padding: 3px;
}
.mapit-pdp-highlight-check svg {
	width: 100%;
	height: 100%;
}

/* Trust row */
.mapit-pdp-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
	margin-top: 1.25rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mapit-pdp-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #5b6b7c;
}
.mapit-pdp-trust-icon {
	width: 18px;
	height: 18px;
	color: #0a3d62;
	display: inline-flex;
	flex: none;
}
.mapit-pdp-trust-icon svg {
	width: 100%;
	height: 100%;
}

/* Add to cart button polish */
.summary-inner .cart .single_add_to_cart_button {
	border-radius: 999px;
	padding: 0.85rem 2.2rem;
	background: #0a3d62;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(10, 61, 98, 0.28);
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.summary-inner .cart .single_add_to_cart_button:hover {
	background: #062a44;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(10, 61, 98, 0.34);
}

/* More itineraries section */
.mapit-more-itineraries {
	margin-top: 3.5rem;
}
.mapit-more-itineraries-head {
	text-align: center;
	margin-bottom: 1.6rem;
}
.mapit-more-itineraries-eyebrow {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #14b8a6;
	font-weight: 700;
	margin-bottom: 0.35rem;
}
.mapit-more-itineraries-title {
	font-size: 1.65rem;
	font-weight: 700;
	color: #0a3d62;
	margin: 0;
}
.mapit-more-itineraries-cards {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
	.mapit-more-itineraries-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.mapit-more-itineraries-cards {
		grid-template-columns: 1fr;
	}
}

/* Product tabs polish */
.woocommerce-tabs {
	margin-top: 2.5rem;
}
.woocommerce-tabs .tabs {
	justify-content: center;
	gap: 0.75rem;
}
.woocommerce-tabs .tabs li a {
	border-radius: 999px;
	padding: 0.6rem 1.4rem;
}

/* Hide initials when a real product image is present */
.mapit-itinerary-card-visual.has-image .mapit-itinerary-card-initials {
	display: none;
}

/* Shared modern page sections (shop / merch / contact) */
body.woocommerce-shop .wd-page-title,
body.tax-product_cat .wd-page-title,
body.tax-product_tag .wd-page-title {
	display: none;
}
.mapit-shop {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 0 3rem;
}
.mapit-shop-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2rem;
}
.mapit-shop-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
	color: #10202e;
}
.mapit-shop-sub {
	margin: 0;
	color: #5b6b7c;
	font-size: 1rem;
	line-height: 1.6;
}
.mapit-shop-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
	margin: 0 0 2.2rem;
}
.mapit-shop-chip {
	display: inline-block;
	padding: 0.55rem 1.3rem;
	border: 1px solid #dfe8ef;
	border-radius: 999px;
	background: #ffffff;
	color: #5b6b7c;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.mapit-shop-chip:hover {
	border-color: #0a3d62;
	color: #0a3d62;
}
.mapit-shop-chip.active {
	background: #0a3d62;
	border-color: #0a3d62;
	color: #ffffff;
}
.mapit-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 991px) {
	.mapit-shop-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.mapit-shop-grid {
		grid-template-columns: 1fr;
	}
}
.mapit-shop-empty {
	text-align: center;
	padding: 4rem 1rem;
}
.mapit-shop-empty-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #10202e;
	margin: 0 0 0.4rem;
}
.mapit-shop-empty-sub {
	color: #5b6b7c;
	margin: 0 0 1.4rem;
}
.mapit-shop-empty-btn {
	display: inline-block;
	padding: 0.7rem 1.6rem;
	background: #ff6b57;
	color: #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s;
}
.mapit-shop-empty-btn:hover {
	background: #e85a44;
	color: #ffffff;
}
.mapit-product-card .mapit-itinerary-card-atoll {
	top: 12px;
	bottom: auto;
}
.mapit-product-card .mapit-itinerary-card-price {
	font-size: 0.95rem;
	font-weight: 800;
	color: #0a3d62;
}
.mapit-product-card .mapit-itinerary-card-meta {
	align-items: center;
}
.mapit-product-card .mapit-itinerary-card-view {
	font-weight: 700;
}

/* Atoll Merch */
.mapit-merch-grid {
	margin-bottom: 2.4rem;
}
.mapit-merch-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding: 1rem 1.4rem;
	background: #e6f9f5;
	border: 1px solid #bfe9df;
	border-radius: 999px;
	color: #0f766e;
	font-size: 0.9rem;
	font-weight: 600;
}
.mapit-merch-note-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: #14b8a6;
}
.mapit-merch-note-icon svg {
	width: 100%;
	height: 100%;
}

/* Contact page */
.mapit-contact {
	max-width: 1080px;
	margin: 0 auto;
	padding: 1rem 0 3rem;
}
.mapit-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 2rem;
	align-items: start;
}
@media (max-width: 767px) {
	.mapit-contact-grid {
		grid-template-columns: 1fr;
	}
}
.mapit-contact-info {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}
.mapit-contact-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.1rem 1.3rem;
	background: #ffffff;
	border: 1px solid #dfe8ef;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(10, 61, 98, 0.06);
}
.mapit-contact-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, #0a3d62 0%, #14b8a6 100%);
	color: #ffffff;
}
.mapit-contact-card-icon svg {
	width: 22px;
	height: 22px;
}
.mapit-contact-card-label {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8aa0b3;
	margin: 0 0 0.15rem;
}
.mapit-contact-card-value {
	font-size: 1rem;
	font-weight: 600;
	color: #10202e;
}
a.mapit-contact-card-value {
	color: #0a3d62;
	text-decoration: none;
}
a.mapit-contact-card-value:hover {
	text-decoration: underline;
}
.mapit-contact-form-wrap {
	background: #ffffff;
	border: 1px solid #dfe8ef;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(10, 61, 98, 0.08);
	padding: 2rem;
}
.mapit-contact-form-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #10202e;
	margin: 0 0 1.2rem;
}
.mapit-contact .wpcf7 input[type="text"],
.mapit-contact .wpcf7 input[type="email"],
.mapit-contact .wpcf7 input[type="tel"],
.mapit-contact .wpcf7 input[type="url"],
.mapit-contact .wpcf7 textarea {
	width: 100%;
	border: 1px solid #dfe8ef;
	border-radius: 10px;
	padding: 0.8rem 1rem;
	font-size: 0.95rem;
	background: #ffffff;
	transition: border-color 0.2s, background 0.2s;
}
.mapit-contact .wpcf7 input:focus,
.mapit-contact .wpcf7 textarea:focus {
	border-color: #0a3d62;
	background: #ffffff;
	outline: none;
}
.mapit-contact .wpcf7 textarea {
	min-height: 140px;
}
.mapit-contact .wpcf7 p {
	margin: 0 0 1rem;
}
.mapit-contact .wpcf7 .wpcf7-submit {
	background: linear-gradient(135deg, #0a3d62 0%, #14b8a6 100%);
	color: #ffffff;
	border: 0;
	border-radius: 999px;
	padding: 0.8rem 2rem;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.2s;
}
.mapit-contact .wpcf7 .wpcf7-submit:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}
.mapit-contact .wpcf7-response-output {
	border-radius: 10px;
	font-size: 0.9rem;
}

/* Travel guide single */
.mapit-guide-single {
	background: #ffffff;
	border: 1px solid #dfe8ef;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(10, 61, 98, 0.08);
}
.mapit-guide-single-hero {
	position: relative;
	padding: 3rem 2rem 2.5rem;
	text-align: center;
	color: #ffffff;
}
.mapit-guide-single-cat {
	display: inline-block;
	background: rgba(255, 255, 255, 0.94);
	color: #0a3d62;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	margin-bottom: 1rem;
}
.mapit-guide-single-title {
	font-size: 2.4rem;
	font-weight: 800;
	margin: 0 0 0.6rem;
	line-height: 1.2;
}
@media (max-width: 575px) {
	.mapit-guide-single-title {
		font-size: 1.7rem;
	}
}
.mapit-guide-single-meta {
	margin: 0;
	opacity: 0.92;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
}
.mapit-guide-single-initials {
	display: inline-block;
	margin-top: 1.2rem;
	font-size: 4.5rem;
	font-weight: 800;
	opacity: 0.35;
	letter-spacing: 0.08em;
}
.mapit-guide-single-thumb {
	max-width: 420px;
	margin: 1.6rem auto 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 14px 30px rgba(6, 42, 68, 0.25);
}
.mapit-guide-single-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.mapit-guide-single-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 2.4rem 2rem 1rem;
	line-height: 1.8;
	color: #2b3a49;
	font-size: 1.02rem;
}
.mapit-guide-single-content h2,
.mapit-guide-single-content h3,
.mapit-guide-single-content h4 {
	color: #10202e;
	margin-top: 1.8rem;
}
.mapit-guide-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}
.mapit-guide-single-foot {
	padding: 0 2rem 2.4rem;
	text-align: center;
}
.mapit-guide-single-back {
	display: inline-block;
	padding: 0.7rem 1.6rem;
	border: 1px solid #0a3d62;
	color: #0a3d62;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.mapit-guide-single-back:hover {
	background: #0a3d62;
	color: #ffffff;
}
.mapit-guide-related {
	max-width: 1200px;
	margin: 3rem auto 0;
}
.mapit-guide-related-title {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	color: #10202e;
	margin: 0 0 1.6rem;
}
/* =========================================================================
 * Theme-agnostic page wrappers (active theme is Traveler, no "wd-" classes)
 * ========================================================================= */
.mapit-page {
	width: 100%;
}
.mapit-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}
.mapit-page-content {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 2rem 0 3.5rem;
}
.mapit-shop-page .mapit-page-content,
.mapit-guides-page .mapit-page-content,
.mapit-guide-page .mapit-page-content {
	max-width: 1200px;
}

/* Trip Price Calculator */
.mapit-calc {
	position: relative;
	z-index: 5;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(15, 45, 90, 0.08);
	padding: 22px;
	margin: 18px 0 6px;
	max-width: 520px;
}
.mapit-calc-eyebrow {
	display: block;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #0a7ea4;
	font-weight: 700;
}
.mapit-calc-title {
	margin: 4px 0 14px;
	font-size: 20px;
	line-height: 1.25;
	color: #12263a;
}
.mapit-calc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}
.mapit-calc-field label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #4a5568;
	margin-bottom: 6px;
}
.mapit-calc-date,
.mapit-calc-num {
	width: 100%;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	padding: 9px 10px;
	font-size: 14px;
	background: #fbfcfe;
	color: #12263a;
}
.mapit-calc-hint {
	font-size: 11px;
	color: #8a94a6;
	margin: 5px 0 0;
}
.mapit-calc-stepper {
	display: flex;
	align-items: center;
	gap: 6px;
}
.mapit-calc-step {
	width: 34px;
	height: 38px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #fff;
	color: #12263a;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.mapit-calc-step:hover {
	background: #f0f7fb;
	border-color: #0a7ea4;
}
.mapit-calc-stepper .mapit-calc-num {
	text-align: center;
	width: 52px;
	-moz-appearance: textfield;
}
.mapit-calc-stepper .mapit-calc-num::-webkit-outer-spin-button,
.mapit-calc-stepper .mapit-calc-num::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.mapit-calc-estimate {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px dashed #dfe5ee;
}
.mapit-calc-rate,
.mapit-calc-total {
	background: #f4f8fc;
	border-radius: 10px;
	padding: 12px 14px;
}
.mapit-calc-total {
	background: #0a7ea4;
}
.mapit-calc-rate-label,
.mapit-calc-total-label {
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5a6a80;
}
.mapit-calc-total-label {
	color: rgba(255, 255, 255, 0.85);
}
.mapit-calc-rate-value {
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: #12263a;
	margin-top: 2px;
}
.mapit-calc-total-value {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin-top: 2px;
}
.mapit-calc-note {
	font-size: 11px;
	color: #8a94a6;
	margin: 12px 0 0;
}
@media (max-width: 480px) {
	.mapit-calc-grid {
		grid-template-columns: 1fr;
	}
}