.gmap-search-wrapper-66 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap; /* Allows wrapping if 100% width is set on mobile */
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.gmap-search-input-66 {
	flex-grow: 1;
	border: 2px solid #00468B;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	padding: 15px 20px;
	margin: 0;
	font-size: 16px;
	color: #333;
	outline: none;
	height: auto;
	box-shadow: none;
	min-width: 0;
	/* Width controlled by elementor */
}

.gmap-search-input-66:focus {
	outline: none;
}

.gmap-search-btn-66 {
	background-color: #E16638;
	color: #ffffff;
	border: 2px solid #E16638;
	border-radius: 0 4px 4px 0;
	padding: 15px 30px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	flex-grow: 1;
	/* Width controlled by elementor */
}

/* Mobile Stacking Support */
@media (max-width: 767px) {
	.gmap-search-wrapper-66 {
		flex-direction: column;
	}
	.gmap-search-input-66,
	.gmap-search-btn-66 {
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	/* Fix borders when stacked */
	.gmap-search-input-66 {
		border-right: 2px solid #00468B; /* restore right border */
		border-bottom: none; /* remove bottom border to connect with button */
		border-radius: 4px 4px 0 0;
	}
	.gmap-search-btn-66 {
		border-radius: 0 0 4px 4px;
	}
}

/* Override default pac-container (google autocomplete dropdown) styles if needed to match design */
.pac-container {
	border-radius: 0 0 4px 4px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	font-family: inherit;
	z-index: 99999;
}
.pac-item {
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
}
.pac-item:hover {
	background-color: #f0f0f0;
}