/* TravelMarketplace — Cobalt Horizon: WooCommerce archive & single product styling */

.woocommerce-breadcrumb {
	font-family: 'Switzer', sans-serif;
	font-size: 13px;
	color: #5B6472;
	margin-bottom: 20px;
}
.woocommerce-breadcrumb a { color: #2952E3; text-decoration: none; }

.woocommerce-products-header__title.page-title {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: #0F1B2E;
	margin-bottom: 6px;
}
.term-description p {
	font-family: 'Switzer', sans-serif;
	color: #5B6472;
	font-size: 15px;
	max-width: 560px;
}

.woocommerce-result-count {
	font-family: 'Switzer', sans-serif;
	color: #5B6472;
	font-size: 13.5px;
}
.woocommerce-ordering select.orderby {
	font-family: 'Switzer', sans-serif;
	border: 1px solid #E3E7F0;
	border-radius: 999px;
	padding: 8px 16px;
	color: #0F1B2E;
	background-color: #fff;
}

/* Break the archive out of the theme's narrow content column — same fix
   already applied to single-product pages, extended to category archives. */
body.tax-product_cat #main.site-main,
body.post-type-archive-product #main.site-main {
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
}
body.tax-product_cat #primary.content-area,
body.post-type-archive-product #primary.content-area {
	max-width: 1640px !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
	box-sizing: border-box !important;
	float: none !important;
}

body.tax-product_cat ul.products,
body.post-type-archive-product ul.products,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 24px !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
}

body.tax-product_cat ul.products li.product,
body.post-type-archive-product ul.products li.product,
.woocommerce ul.products li.product {
	background: #FFFFFF !important;
	border: 1px solid #E3E7F0 !important;
	border-radius: 12px !important;
	padding: 16px !important;
	margin: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	float: none !important;
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
ul.products li.product:hover {
	box-shadow: 0 10px 24px rgba(15,27,46,0.10);
	transform: translateY(-3px);
	border-color: #2952E3;
}
body.tax-product_cat ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
.woocommerce ul.products li.product img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9 !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	margin: 0 0 12px !important;
	display: block !important;
	position: static !important;
}
ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	font-size: 15.5px;
	line-height: 1.35;
	color: #0F1B2E;
	margin: 0 0 6px;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
	white-space: normal;
}
ul.products li.product .price {
	font-family: 'Switzer', sans-serif;
	font-weight: 700;
	color: #2952E3;
	font-size: 15px;
}
ul.products li.product .button {
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	background-color: #FF5D3A !important;
	color: #FFFFFF !important;
	border-radius: 999px !important;
	padding: 10px 18px !important;
	border: none !important;
	margin-top: 10px;
	transition: background-color .15s ease;
}
ul.products li.product .button:hover {
	background-color: #E64E2C !important;
}

/* Single product page */
.single-product .product .price {
	font-family: 'Clash Display', sans-serif;
	font-size: 26px;
	color: #2952E3;
}
.single-product .product_title.entry-title {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	color: #0F1B2E;
}
.single-product div.summary p.price, .single-product div.summary .woocommerce-product-details__short-description {
	font-family: 'Switzer', sans-serif;
	color: #5B6472;
}
.single-product .cart .button, .single-product .single_add_to_cart_button {
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	background-color: #FF5D3A !important;
	color: #fff !important;
	border-radius: 999px !important;
	padding: 12px 26px !important;
	border: none !important;
}
.single-product .cart .button:hover, .single-product .single_add_to_cart_button:hover {
	background-color: #E64E2C !important;
}

/* ---------- Dokan Supplier Store Page — Cobalt Horizon ---------- */
.dokan-store-wrap { font-family: 'Switzer', sans-serif; }
.dokan-store-wrap .store-name {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	color: #0F1B2E;
}
.dokan-store-wrap .dokan-store-info li { font-family: 'Switzer', sans-serif; color: #5B6472; }
.dokan-store-wrap .dokan-store-info li a { color: #2952E3; }
.tmkt-badge {
	font-size: 11.5px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 999px;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
}
.tmkt-badge-verified { background: rgba(41,82,227,0.1); color: #2952E3; }
.tmkt-badge-trusted { background: rgba(255,93,58,0.12); color: #FF5D3A; }
.tmkt-supplier-extra {
	max-width: 800px;
	margin: 24px auto;
	padding: 0 4px;
}
.tmkt-supplier-section { margin-bottom: 20px; }
.tmkt-supplier-section h3 {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #0F1B2E;
	margin: 0 0 10px;
}
.tmkt-supplier-summary {
	font-family: 'Switzer', sans-serif;
	color: #0F1B2E;
	font-size: 14.5px;
	line-height: 1.6;
}
.tmkt-supplier-meta-row { display: flex; gap: 8px; flex-wrap: wrap; }
.tmkt-meta-chip {
	font-size: 12.5px;
	font-weight: 600;
	background: #F5F7FC;
	color: #2952E3;
	padding: 5px 14px;
	border-radius: 999px;
}
.tmkt-meta-chip-cert { background: rgba(255,93,58,0.08); color: #FF5D3A; }
.tmkt-no-reviews {
	color: #5B6472;
	font-size: 14px;
	background: #F5F7FC;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
/* ---------- Supplier Store Page — JustDial-style additions ---------- */
.tmkt-jd-rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #1E8E4E;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 6px;
	margin-left: 8px;
	vertical-align: middle;
}
.tmkt-jd-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.tmkt-jd-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 11px 18px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 13.5px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: 'Switzer', sans-serif;
	white-space: nowrap;
}
.tmkt-jd-btn-call { background: #1E8E4E; color: #fff; }
.tmkt-jd-btn-enquire { background: #2952E3; color: #fff; }
.tmkt-jd-btn-whatsapp { background: #fff; color: #1E8E4E; border: 1.5px solid #1E8E4E; }
.tmkt-jd-stats-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.tmkt-jd-stat-chip {
	background: #F5F7FC;
	border-radius: 10px;
	padding: 9px 15px;
	font-size: 12.5px;
	font-weight: 700;
	color: #0F1B2E;
}
.tmkt-svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
.tmkt-svc-card {
	border: 1px solid #E3E7F0;
	border-radius: 10px;
	padding: 14px 12px;
	text-align: center;
}
.tmkt-svc-card .icn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #EEF2FD;
	color: #2952E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
	font-size: 16px;
}
.tmkt-svc-card span { font-size: 12.5px; font-weight: 700; color: #0F1B2E; }
@media (max-width: 640px) { .tmkt-jd-btn { flex: 1; justify-content: center; } }
/* ---------- Supplier Store Page — Cover banner + stats row (2nd reference) ---------- */
.tmkt-store-cover {
	margin-top: 20px;
	height: 220px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: linear-gradient(120deg, #0F1B2E, #2952E3);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 26px 30px;
}
.tmkt-store-cover-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,20,40,.75), rgba(9,20,40,.15)); }
.tmkt-store-cover-content { position: relative; z-index: 1; color: #fff; }
.tmkt-store-cover-verified {
	display: inline-flex; align-items: center; gap: 5px;
	background: #1E8E4E; color: #fff; padding: 5px 12px; border-radius: 999px;
	font-size: 11.5px; font-weight: 700; margin-bottom: 10px;
}
.tmkt-store-cover-content h1 { font-family: 'Clash Display', sans-serif; font-size: 28px; margin: 0 0 4px; }
.tmkt-store-cover-content p { font-size: 13.5px; opacity: .9; margin: 0; font-family: 'Switzer', sans-serif; }
.tmkt-jd-stats {
	background: #fff; border: 1px solid #E3E7F0; border-radius: 12px;
	display: grid; grid-template-columns: repeat(4, 1fr);
	padding: 18px 10px; margin: 16px 0;
}
.tmkt-jd-stat { text-align: center; border-right: 1px solid #E9EDF2; }
.tmkt-jd-stat:last-child { border-right: none; }
.tmkt-jd-stat strong { display: block; font-family: 'Clash Display', sans-serif; font-size: 21px; color: #0F1B2E; }
.tmkt-jd-stat span { color: #5B6472; font-size: 12px; font-family: 'Switzer', sans-serif; }
@media (max-width: 640px) { .tmkt-jd-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; } .tmkt-jd-stat { border-right: none; } .tmkt-store-cover { height: 170px; padding: 18px 18px; } .tmkt-store-cover-content h1 { font-size: 21px; } }
/* Brand the native Dokan banner placeholder (shown when a vendor hasn't uploaded one) */
.profile-frame .dummy-image, .profile-info-img.dummy-image {
	background: linear-gradient(120deg, #0F1B2E, #2952E3) !important;
}
/* Card-style wrapper for the extended profile sections (About/Services/Business info) */
.tmkt-supplier-extra { max-width: 100% !important; }
.tmkt-supplier-extra .tmkt-supplier-section {
	background: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 12px;
	padding: 20px 22px;
	margin-bottom: 16px !important;
}
/* ---------- Category Listing Page — search, filters, cards, related/FAQ/CTA ---------- */
.tmkt-filter-bar {
	background: #FFFFFF;
	border: 1px solid #E3E7F0;
	border-radius: 14px;
	padding: 18px 20px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.tmkt-filter-search {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #E3E7F0;
	border-radius: 999px;
	padding: 10px 18px;
	background: #F5F7FC;
}
.tmkt-filter-search i { color: #5B6472; font-size: 14px; }
.tmkt-filter-search input {
	border: none;
	background: transparent;
	flex: 1;
	font-family: 'Switzer', sans-serif;
	font-size: 14.5px;
	color: #0F1B2E;
	outline: none;
}
.tmkt-filter-fields {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	flex-wrap: wrap;
}
.tmkt-filter-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 110px;
}
.tmkt-filter-field label {
	font-family: 'Switzer', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #5B6472;
}
.tmkt-filter-field input {
	border: 1px solid #E3E7F0;
	border-radius: 6px;
	padding: 8px 10px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	color: #0F1B2E;
}
.tmkt-filter-check {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #0F1B2E;
	cursor: pointer;
	white-space: nowrap;
}
.tmkt-filter-apply {
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	background: #2952E3;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 10px 22px;
	cursor: pointer;
	font-size: 13.5px;
	transition: background-color .15s ease;
}
.tmkt-filter-apply:hover { background: #1E3FB8; }
.tmkt-filter-clear {
	font-family: 'Switzer', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #5B6472;
	text-decoration: underline;
}
@media (max-width: 640px) {
	.tmkt-filter-fields { flex-direction: column; align-items: stretch; }
	.tmkt-filter-field { min-width: 0; }
}

/* Card enhancements */
ul.products li.product { position: relative; }
.tmkt-card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	background: rgba(41,82,227,0.92);
	color: #fff;
	font-family: 'Switzer', sans-serif;
	font-size: 11.5px;
	font-weight: 700;
	padding: 4px 11px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.tmkt-card-location {
	font-family: 'Switzer', sans-serif;
	font-size: 12.5px;
	color: #5B6472;
	margin: 0 0 4px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.tmkt-card-location i { color: #2952E3; font-size: 11px; }
.tmkt-card-desc {
	font-family: 'Switzer', sans-serif;
	font-size: 13px;
	color: #5B6472;
	line-height: 1.5;
	margin: 0 0 8px;
}
.tmkt-card-actions {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}
.tmkt-card-btn {
	flex: 1;
	text-align: center;
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	font-size: 13px;
	border-radius: 999px;
	padding: 9px 14px;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
	white-space: nowrap;
}
.tmkt-card-btn-outline {
	background: #fff;
	color: #2952E3;
	border: 1.5px solid #2952E3;
}
.tmkt-card-btn-outline:hover { background: #EEF2FD; }
.tmkt-card-btn-solid {
	background: #FF5D3A;
	color: #fff;
	border: 1.5px solid #FF5D3A;
}
.tmkt-card-btn-solid:hover { background: #E64E2C; }
@media (max-width: 480px) {
	.tmkt-card-actions { flex-direction: column; }
}

/* Related categories */
.tmkt-related-cats { margin: 56px 0 0; }
.tmkt-related-cats h2, .tmkt-cat-faq h2, .tmkt-cat-final-cta h2 {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #0F1B2E;
	margin: 0 0 18px;
}
.tmkt-related-cats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
@media (max-width: 768px) { .tmkt-related-cats-grid { grid-template-columns: repeat(2, 1fr); } }
.tmkt-related-cat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 12px;
	padding: 22px 14px;
	text-decoration: none;
	color: #0F1B2E;
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	font-size: 13.5px;
	text-align: center;
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.tmkt-related-cat-card:hover {
	box-shadow: 0 10px 24px rgba(15,27,46,0.10);
	transform: translateY(-3px);
	border-color: #2952E3;
	color: #0F1B2E;
}
.tmkt-related-cat-card i { font-size: 24px; color: #2952E3; }

/* FAQ */
.tmkt-cat-faq { margin: 56px 0 0; max-width: 760px; }
.tmkt-cat-faq details {
	background: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 10px;
	padding: 14px 18px;
	margin-bottom: 10px;
}
.tmkt-cat-faq summary {
	font-family: 'Switzer', sans-serif;
	font-weight: 600;
	font-size: 14.5px;
	color: #0F1B2E;
	cursor: pointer;
}
.tmkt-cat-faq p {
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	color: #5B6472;
	margin: 10px 0 0;
	line-height: 1.6;
}

/* Final CTA */
.tmkt-cat-final-cta {
	margin: 56px 0 0;
	background: linear-gradient(120deg, #0F1B2E, #2952E3);
	border-radius: 18px;
	padding: 44px 32px;
	text-align: center;
	color: #fff;
}
.tmkt-cat-final-cta h2 { color: #fff; }
.tmkt-cat-final-cta p {
	font-family: 'Switzer', sans-serif;
	font-size: 14.5px;
	opacity: .9;
	margin: 0 0 20px;
}
.tmkt-cat-final-cta-btn {
	display: inline-block;
	background: #FF5D3A;
	color: #fff;
	text-decoration: none;
	font-family: 'Switzer', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 13px 30px;
	border-radius: 999px;
	transition: background-color .15s ease;
}
.tmkt-cat-final-cta-btn:hover { background: #E64E2C; }
/* ---------- Category Listing Page — pill filters, results toolbar, cards (layout fix pass) ---------- */
.tmkt-filter-pills {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.tmkt-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #FFFFFF;
	border: 1.5px solid #E3E7F0;
	border-radius: 999px;
	padding: 9px 16px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #0F1B2E;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .15s ease, background-color .15s ease, color .15s ease;
	user-select: none;
}
.tmkt-pill i { font-size: 12.5px; color: #5B6472; }
.tmkt-pill:hover { border-color: #2952E3; }
.tmkt-pill.is-active {
	background: #EEF2FD;
	border-color: #2952E3;
	color: #2952E3;
}
.tmkt-pill.is-active i { color: #2952E3; }
.tmkt-pill-checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }
.tmkt-pill-clear {
	color: #5B6472;
	text-decoration: none;
	border-style: dashed;
}
.tmkt-pill-clear:hover { color: #FF5D3A; border-color: #FF5D3A; }

.tmkt-pill-dropdown { position: relative; }
.tmkt-pill-dropdown summary { list-style: none; }
.tmkt-pill-dropdown summary::-webkit-details-marker { display: none; }
.tmkt-pill-caret { font-size: 9px !important; margin-left: 2px; transition: transform .15s ease; }
.tmkt-pill-dropdown[open] .tmkt-pill-caret { transform: rotate(180deg); }
.tmkt-pill-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	background: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(15,27,46,0.12);
	padding: 16px;
	min-width: 260px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.tmkt-pill-panel-row { display: flex; gap: 12px; }
.tmkt-pill-panel .tmkt-filter-field { min-width: 0; flex: 1; }
.tmkt-pill-panel .tmkt-filter-apply { align-self: flex-start; }
@media (max-width: 640px) {
	.tmkt-pill-panel { left: auto; right: 0; min-width: 220px; }
}

.tmkt-filter-search { position: relative; }
.tmkt-filter-search-go {
	border: none;
	background: #2952E3;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}

.tmkt-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 4px;
}
.tmkt-results-toolbar .woocommerce-result-count { margin: 0; }
.tmkt-results-toolbar .woocommerce-ordering { margin: 0; }

/* Card overlays — badge, wishlist heart, highlight/free-cancellation lines, price prefix */
.tmkt-card-wishlist {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255,255,255,0.92);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #5B6472;
	font-size: 15px;
	transition: color .15s ease, transform .1s ease;
}
.tmkt-card-wishlist:hover { transform: scale(1.08); }
.tmkt-card-wishlist.is-saved { color: #FF5D3A; }

.tmkt-card-highlight {
	font-family: 'Switzer', sans-serif;
	font-size: 12.5px;
	color: #5B6472;
	margin: 0 0 4px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.tmkt-card-highlight i { color: #2952E3; font-size: 11px; }
.tmkt-card-fc {
	font-family: 'Switzer', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #1E8E4E;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.tmkt-price-from {
	font-family: 'Switzer', sans-serif;
	font-weight: 400;
	font-size: 11.5px;
	color: #5B6472;
	text-transform: uppercase;
	letter-spacing: .3px;
	margin-right: 3px;
}

/* Keep the price + actions pinned to the bottom of every card regardless of description length */
ul.products li.product .price { margin-top: auto; }
/* ---------- Category Listing Page — left-hand vertical filter sidebar ---------- */
.tmkt-shop-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 28px;
	align-items: start;
	width: 100%;
	max-width: 100%;
}
.tmkt-shop-sidebar {
	position: sticky;
	top: 20px;
	background: #FFFFFF;
	border: 1px solid #E3E7F0;
	border-radius: 14px;
	padding: 20px;
}
.tmkt-sidebar-form { display: flex; flex-direction: column; gap: 18px; }
.tmkt-sidebar-heading {
	font-family: 'Clash Display', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0F1B2E;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #E3E7F0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.tmkt-sidebar-heading i { color: #2952E3; font-size: 14px; }
.tmkt-sidebar-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F0F2F7;
}
.tmkt-sidebar-group:last-of-type { border-bottom: none; padding-bottom: 0; }
.tmkt-sidebar-label {
	font-family: 'Switzer', sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	color: #0F1B2E;
	margin: 0;
}
.tmkt-sidebar-check {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	font-weight: 500;
	color: #0F1B2E;
	cursor: pointer;
}
.tmkt-sidebar-check input[type="checkbox"] {
	width: 17px;
	height: 17px;
	accent-color: #2952E3;
	flex-shrink: 0;
	cursor: pointer;
}
.tmkt-sidebar-price-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tmkt-sidebar-price-row span { color: #5B6472; font-size: 13px; }
.tmkt-sidebar-price-row input {
	width: 0;
	flex: 1;
	border: 1px solid #E3E7F0;
	border-radius: 6px;
	padding: 8px 9px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	color: #0F1B2E;
}
.tmkt-sidebar-text, .tmkt-sidebar-select {
	width: 100%;
	border: 1px solid #E3E7F0;
	border-radius: 6px;
	padding: 9px 10px;
	font-family: 'Switzer', sans-serif;
	font-size: 13.5px;
	color: #0F1B2E;
	background: #fff;
	box-sizing: border-box;
}
.tmkt-sidebar-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 4px;
}
.tmkt-sidebar-apply {
	font-family: 'Switzer', sans-serif;
	font-weight: 700;
	background: #2952E3;
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 11px 18px;
	cursor: pointer;
	font-size: 13.5px;
	width: 100%;
	transition: background-color .15s ease;
}
.tmkt-sidebar-apply:hover { background: #1E3FB8; }
.tmkt-sidebar-clear {
	text-align: center;
	font-family: 'Switzer', sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	color: #5B6472;
	text-decoration: underline;
}
.tmkt-sidebar-clear:hover { color: #FF5D3A; }

.tmkt-shop-content { min-width: 0; width: 100%; max-width: 100%; }
.tmkt-filter-search-form { margin-bottom: 20px; }

@media (max-width: 900px) {
	.tmkt-shop-layout { grid-template-columns: 1fr; }
	.tmkt-shop-sidebar { position: static; order: 2; margin-top: 32px; }
	.tmkt-shop-content { order: 1; }
}
/* ---------------------------------------------------------
 * PERSONALIZED PAGES — Travel Insurance / Travel Products / Visa Services /
 * Find a Job matched to this same category-page template. Scoped to each
 * page's own body class only — nothing here touches the real WooCommerce
 * category archives above. Loaded via the sandboxed
 * tmkt-personalized-pages-restyle.php companion, which also prepends the
 * matching .woocommerce-breadcrumb / .woocommerce-products-header markup
 * these rules expect.
 * ------------------------------------------------------- */
body.page-id-233 #primary.content-area,
body.page-id-237 #primary.content-area,
body.page-id-242 #primary.content-area,
body.single-tmkt_insurance_plan #primary.content-area {
	max-width: 1640px !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
	box-sizing: border-box !important;
	float: none !important;
}
body.page-id-233 #content.site-main,
body.page-id-237 #content.site-main,
body.page-id-242 #content.site-main,
body.single-tmkt_insurance_plan #content.site-main {
	max-width: 100% !important;
	width: 100% !important;
	float: none !important;
}

/* Find a Job — same sidebar-filter + listing-card grid system as the category pages */
body.page-id-242 .tmkt-jobs-page { max-width: 100% !important; }
body.page-id-242 .tmkt-jobs-content {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 24px !important;
	align-content: start;
}
body.page-id-242 .tmkt-jobs-search-form,
body.page-id-242 .tmkt-jobs-empty { grid-column: 1 / -1; margin-bottom: 4px; }
body.page-id-242 .tmkt-job-card {
	background: #FFFFFF;
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: column;
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
body.page-id-242 .tmkt-job-card:hover {
	box-shadow: 0 10px 24px rgba(15,27,46,0.10);
	transform: translateY(-3px);
	border-color: #2952E3;
}

/* Travel Products — same listing-card grid, spacing, and hover as the category pages */
body.page-id-237 .tmkt-aff-page { max-width: 100% !important; }
body.page-id-237 .tmkt-aff-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 24px !important;
}
body.page-id-237 .tmkt-aff-card {
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
body.page-id-237 .tmkt-aff-card:hover {
	box-shadow: 0 10px 24px rgba(15,27,46,0.10);
	transform: translateY(-3px);
	border-color: #2952E3;
}
body.page-id-237 .tmkt-aff-card img { aspect-ratio: 16 / 9 !important; }
body.page-id-237 .tmkt-aff-btn { padding: 10px 18px !important; }

/* Visa Services & Travel Insurance — no listing grid needed (informational / single-plan
   content), but they now sit inside the same 1640px container and get a touch of
   breathing room below the new title/description header. */
body.page-id-233 .tmkt-visa-page,
body.single-tmkt_insurance_plan .tmkt-ins-page {
	margin-top: 4px;
}
