.wp-block-tswb-tour-search-widget {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2147483000;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: 24px;
	padding-left: 24px;
}

.tswb-search {
	position: relative;
	z-index: 2147483000;
	box-sizing: border-box;
	width: min(100%, 1080px);
	margin: 0 auto;
	overflow: visible;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(8px);
	font-family: inherit;
	color: #141414;
}

.tswb-search *,
.tswb-search *::before,
.tswb-search *::after {
	box-sizing: border-box;
}

.tswb-search__top {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(170px, 218px);
	align-items: stretch;
	min-height: 66px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 28px 28px 0 0;
	background: rgba(255, 255, 255, 0.9);
}

.tswb-search__field {
	position: relative;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-content: center;
	min-width: 0;
	margin: 0;
	padding: 14px 28px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.tswb-search__icon {
	position: relative;
	grid-row: 1 / 3;
	align-self: center;
	justify-self: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	color: #007aad;
}

.tswb-search__icon::before,
.tswb-search__icon::after,
.tswb-search__button-icon::before,
.tswb-search__button-icon::after {
	position: absolute;
	display: block;
	content: "";
}

.tswb-search__label {
	display: block;
	overflow: hidden;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tswb-search__control {
	display: block;
	width: 100%;
	min-width: 0;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #007aad;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	appearance: none;
}

.tswb-search__control::placeholder {
	color: #007aad;
	opacity: 1;
}

.tswb-search__control:focus {
	outline: 2px solid rgba(0, 122, 173, 0.35);
	outline-offset: 4px;
}

.tswb-search__control--preview {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

select.tswb-search__control {
	background-image:
		linear-gradient(45deg, transparent 50%, #007aad 50%),
		linear-gradient(135deg, #007aad 50%, transparent 50%);
	background-position:
		calc(100% - 11px) 10px,
		calc(100% - 6px) 10px;
	background-repeat: no-repeat;
	background-size: 5px 5px;
	padding-right: 20px;
}

.tswb-search__departure-toggle {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.tswb-search__departure-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 7px;
	border-top: 5px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	vertical-align: middle;
}

.tswb-search.is-departure-open .tswb-search__field--departure {
	background: #fff;
}

.tswb-search__field--departure {
	cursor: pointer;
}

.tswb-search__departure-panel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	overflow: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 40px rgba(0, 0, 0, 0.14);
}

.tswb-search__departure-years {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 32px;
	padding: 30px 54px 36px;
}

.tswb-search__departure-year-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 24px;
	color: #343434;
	font-size: 24px;
	line-height: 1.1;
}

.tswb-search__departure-year-title input {
	width: 48px;
	height: 48px;
	margin: 0;
	border: 1px solid #343434;
	border-radius: 6px;
	background: #fff;
	appearance: none;
	cursor: pointer;
}

.tswb-search__departure-year-title input:checked {
	background-color: #004f63;
	background-image:
		linear-gradient(45deg, transparent 58%, #fff 58%),
		linear-gradient(135deg, #fff 42%, transparent 42%);
	background-position: 12px 23px, 21px 22px;
	background-repeat: no-repeat;
	background-size: 10px 16px, 18px 10px;
	border-color: #004f63;
}

.tswb-search__departure-months {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px 0;
}

.tswb-search__departure-month {
	position: relative;
	min-width: 0;
	min-height: 60px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #343434;
	font-family: inherit;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.tswb-search__departure-month.is-in-range {
	background: #e9eaec;
}

.tswb-search__departure-month.is-before-range {
	color: #d2d2d2;
}

.tswb-search__departure-month.is-range-start,
.tswb-search__departure-month.is-range-end {
	background:
		radial-gradient(circle at center, #004f63 0 29px, transparent 30px),
		#e9eaec;
	color: #fff;
}

.tswb-search__departure-month.is-selected.is-range-start.is-range-end:not(.is-in-range) {
	background: #004f63;
	border-radius: 999px;
	color: #fff;
}

.tswb-search__departure-anytime {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	min-height: 84px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.96);
	color: #343434;
	font-family: inherit;
	font-size: 24px;
	cursor: pointer;
}

.tswb-search__departure-anytime > span:first-child {
	width: 48px;
	height: 48px;
	border: 1px solid #343434;
	border-radius: 6px;
	background: #fff;
}

.tswb-search__departure-empty {
	margin: 0;
	padding: 28px;
	color: #343434;
	text-align: center;
}

.tswb-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	align-self: center;
	min-height: 36px;
	margin: 0 42px 0 24px;
	padding: 0 16px 0 18px;
	border: 0;
	border-radius: 4px;
	background: #087cab;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.tswb-search__button-icon {
	position: relative;
	width: 17px;
	height: 17px;
	min-width: 17px;
}

.tswb-search__button-icon::before {
	top: 1px;
	left: 1px;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.tswb-search__button-icon::after {
	right: 0;
	bottom: 1px;
	width: 8px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: center;
}

.tswb-search__button:hover,
.tswb-search__button:focus-visible {
	background: #056b96;
}

.tswb-search__button:active {
	transform: translateY(1px);
}

.tswb-search__categories {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, max-content));
	gap: 22px 40px;
	align-items: center;
	padding: 18px 50px 19px;
}

.tswb-search .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.tswb-search__check {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	margin: 0;
	color: #141414;
	font-size: 17px;
	line-height: 1.2;
	cursor: pointer;
}

.tswb-search__check input,
.tswb-search__fake-check {
	width: 28px;
	height: 28px;
	min-width: 28px;
	margin: 0 13px 0 0;
	border: 2px solid #232323;
	border-radius: 3px;
	background: #fff;
	appearance: none;
}

.tswb-search__check input:checked {
	background-color: #087cab;
	background-image:
		linear-gradient(45deg, transparent 58%, #fff 58%),
		linear-gradient(135deg, #fff 42%, transparent 42%);
	background-position: 6px 12px, 11px 12px;
	background-repeat: no-repeat;
	background-size: 7px 12px, 12px 7px;
	border-color: #087cab;
}

.tswb-search__check input:focus-visible {
	outline: 2px solid rgba(0, 122, 173, 0.45);
	outline-offset: 3px;
}

.tswb-editor-wrap .tswb-search {
	pointer-events: none;
}

.editor-styles-wrapper .wp-block-tswb-tour-search-widget {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 920px) {
	.tswb-search {
		border-radius: 18px;
	}

	.tswb-search__top {
		grid-template-columns: 1fr 1fr;
		border-radius: 18px 18px 0 0;
	}

	.tswb-search__field {
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

	.tswb-search__button {
		justify-content: center;
		width: calc(100% - 48px);
		margin: 14px 24px;
	}

	.tswb-search__categories {
		grid-template-columns: 1fr 1fr;
		padding: 18px 24px 22px;
	}

	.tswb-search__departure-years {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 28px 30px 34px;
	}

}

@media (max-width: 560px) {
	.tswb-search__top,
	.tswb-search__categories {
		grid-template-columns: 1fr;
	}

	.tswb-search__field {
		border-right: 0;
		padding: 14px 20px;
	}

	.tswb-search__button {
		width: calc(100% - 40px);
		margin: 14px 20px;
	}

	.tswb-search__categories {
		gap: 14px;
		padding: 18px 20px 22px;
	}

	.tswb-search__check {
		font-size: 16px;
	}

	.tswb-search__departure-year-title,
	.tswb-search__departure-month,
	.tswb-search__departure-anytime {
		font-size: 20px;
	}

	.tswb-search__departure-months {
		gap: 18px 20px;
	}

}

/* ── Interest picker ───────────────────────────────────────────────── */

.tswb-search__field--interest {
	cursor: pointer;
}

.tswb-search.is-interest-open .tswb-search__field--interest {
	background: #fff;
}

.tswb-search__interest-toggle {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.tswb-search__interest-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 7px;
	border-top: 5px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	vertical-align: middle;
}

.tswb-search__interest-panel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	overflow: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 40px rgba(0, 0, 0, 0.14);
}

.tswb-search__interest-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(160px, 1fr));
	gap: 10px;
	padding: 30px 54px 36px;
}

.tswb-search__interest-item {
	position: relative;
	min-height: 60px;
	padding: 10px 14px;
	border: 0;
	border-radius: 6px;
	background: #e9eaec;
	color: #343434;
	font-family: inherit;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background 140ms ease, color 140ms ease;
}

.tswb-search__interest-item:hover {
	background: #d4d6da;
}

.tswb-search__interest-item.is-selected {
	background: #004f63;
	color: #fff;
}

.tswb-search__interest-item.is-selected:hover {
	background: #003d4e;
}

@media (max-width: 920px) {
	.tswb-search__interest-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 24px 30px 30px;
	}
}

@media (max-width: 560px) {
	.tswb-search__interest-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 18px 20px 22px;
	}

	.tswb-search__interest-item {
		font-size: 15px;
		min-height: 50px;
	}
}


.tswb-search__field--destination { cursor:pointer; }
.tswb-search__destination-toggle{ text-align:left; cursor:pointer; }
.tswb-search__destination-toggle::after{display:inline-block;width:0;height:0;margin-left:7px;border-top:5px solid currentColor;border-right:5px solid transparent;border-left:5px solid transparent;content:"";vertical-align:middle;}


.tswb-search__destination-grid{display:grid;gap:14px;}
.tswb-search__destination-item{width:100%;min-height:54px;border:0;border-radius:8px;background:#f1f1f3;color:#2b2b2b;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s ease;}
.tswb-search__destination-item:hover,.tswb-search__destination-item.is-selected{background:linear-gradient(135deg,#005a78,#006d92);color:#fff;}


/* Destination dropdown overlay fix */
.tswb-search,
.tswb-search__top,
.tswb-search__field--destination {
    overflow: visible !important;
}

.tswb-search__field--destination {
    z-index: 9999;
}




/* FINAL DROPDOWN OVERLAY FIX */
.tswb-search,
.tswb-search__top,
.tswb-search__filters,
.tswb-search__field,
.tswb-search__field--destination {
    overflow: visible !important;
}

.tswb-search__field--destination {
    position: relative !important;
    z-index: 999999 !important;
}

.tswb-destination-dropdown,
.tswb-search__dropdown {
    position: absolute !important;
    z-index: 9999999 !important;
}




/* ABSOLUTE FINAL DESTINATION DROPDOWN FIX */
.tswb-search-wrapper,
.tswb-search,
.tswb-search__container,
.tswb-search__top,
.tswb-search__bottom,
.tswb-search__filters,
.tswb-search__field,
.tswb-search__field--destination,
.tswb-search form {
    overflow: visible !important;
}

.tswb-search__field--destination {
    position: relative !important;
    z-index: 2147483000 !important;
}

.tswb-search__dropdown,
.tswb-destination-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    z-index: 2147483647 !important;
    overflow: visible !important;
}

.wp-block,
.wp-block-group,
.entry-content,
.site-content,
.alignfull,
.alignwide {
    overflow: visible !important;
}


/* REAL DROPDOWN VISIBILITY FIX */
.wp-block-tswb-tour-search-widget,
.tswb-search,
.tswb-search__top,
.tswb-search__field,
.tswb-search__field--destination{
    overflow: visible !important;
}

.wp-block-tswb-tour-search-widget{
    position: relative !important;
    z-index: 999999 !important;
    padding-bottom: 320px !important;
}

.tswb-search{
    position: relative !important;
    z-index: 999999 !important;
}





/* DEFINITIVE DESTINATION PANEL FIX */
.tswb-search{
    overflow: visible !important;
}

.tswb-search__top{
    overflow: visible !important;
}

.tswb-search__destination{
    position: relative !important;
    overflow: visible !important;
}



.tswb-search__bottom{
    overflow: visible !important;
}

.tswb-search__inner{
    overflow: visible !important;
}

.tswb-search-wrapper{
    overflow: visible !important;
}

/* THIS WAS THE ACTUAL CLIPPING ISSUE */
.tswb-search{
    border-radius: 40px !important;
    clip-path: none !important;
}





@media (max-width: 787px) {
  div#tswb-destination-2 {
	width: 100%;
}
}




