  
/* fixes for module option weights */
.max-w-2xl{
	max-width: 700px;
}


/* WordPress Core Image Alignment Styles */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption styles */
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
} 

.facetwp-type-dropdown select {
	/* Keep your existing styles */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 45px; /* Make room for the arrow */
}

/* Optional: If you want to show the full text in the opened dropdown */
.facetwp-type-dropdown select option {
	white-space: normal;
	overflow: visible;
}


body .facetwp-facet{
	margin-bottom: 0px;
}

.facetwp-type-dropdown {
	position: relative;
	width: 100%;
	height: 60px!important;
	max-width: 210px;
	min-width: 210px;
	border: 2px solid #003316;
	border-radius: 50px;
	/* Add this to maintain width */
	display: block;
}

.facetwp-type-dropdown select {
	border: none;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: left;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 55px!important;
	max-width: 205px;
	min-width: 205px;
	font-weight: 600;
	margin: 0;
	padding-right: 10px!important;
	border-radius: 50px;
	outline: none !important;
	background: transparent!important;
	box-shadow: none !important;
	-webkit-appearance: none!important;
	padding-left: 20px!important;
	color: #003316;
	/* Add these to force width maintenance */
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px) {
	.facetwp-type-dropdown {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		/* Add this to maintain width */
		display: block;
	}

	.facetwp-type-dropdown select {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		/* Add these to maintain width */
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.facet {
		width: 100%;
		/* Add this to maintain width */
		display: block;
	}
}

/* Add this to handle selected state */
.facetwp-type-dropdown select[value]:not([value=""]) {
	width: 100%;
	min-width: 100%;
}

/* Add this to ensure the wrapper maintains width */
.facetwp-facet {
	width: 100%;
	display: block;
}









.facetwp-type-dropdown:before {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0px;
	width: 35px;
	height: 60px;
	margin-top: 0;
	content: '\f107';
	text-decoration: inherit;
	color: #003316;
}



.hamburger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 15px;
	z-index: 1000;
	position: relative;
}

.hamburger-line {
	display: block;
	width: 40px;
	height: 2px;
	margin: 10px 0;
	background-color: #333;
	transition: transform 0.3s ease-in-out;
}

.hamburger.active .hamburger-line:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .hamburger-line:nth-child(2) {
	opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(12px, -12px);
}

@media (max-width: 1024px) {
	.hamburger {
		display: block;
	}
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 999;
	padding-top: 80px;
}

.mobile-menu.active {
	display: block;
}

.mobile-menu-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

.mobile-menu-items a {
	text-decoration: none;
	color: #333;
	font-size: 1.2rem;
}
