.cm-45a58fe6-wrapper {
	position: relative;
	width: 100%;
}

.cm-45a58fe6-toggle-wrap {
	display: none;
	width: 100%;
}

.cm-45a58fe6-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 6px;
	transition: background-color 0.25s ease;
}

.cm-45a58fe6-toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #333333;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.cm-45a58fe6-toggle.cm-45a58fe6-open .cm-45a58fe6-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.cm-45a58fe6-toggle.cm-45a58fe6-open .cm-45a58fe6-toggle-bar:nth-child(2) {
	opacity: 0;
}

.cm-45a58fe6-toggle.cm-45a58fe6-open .cm-45a58fe6-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.cm-45a58fe6-nav {
	display: flex;
	align-items: center;
	width: 100%;
}

.cm-45a58fe6-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cm-45a58fe6-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cm-45a58fe6-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	transition: color 0.25s ease, background-color 0.25s ease;
	cursor: pointer;
	line-height: 1.4;
}

.cm-45a58fe6-link::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transition: transform 0.25s ease;
	transform-origin: center;
}

.cm-45a58fe6-indicator-underline .cm-45a58fe6-link::after {
	bottom: 0;
}

.cm-45a58fe6-indicator-overline .cm-45a58fe6-link::after {
	top: 0;
}

.cm-45a58fe6-indicator-none .cm-45a58fe6-link::after {
	display: none;
}

.cm-45a58fe6-link:hover::after,
.cm-45a58fe6-active .cm-45a58fe6-link::after {
	transform: scaleX(1);
}

.cm-45a58fe6-icon {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.cm-45a58fe6-icon svg {
	fill: currentColor;
}

.cm-45a58fe6-text {
	white-space: nowrap;
}

/* Mobile Dropdown - Full Width, Non-sticky */
.cm-45a58fe6-dropdown {
	display: none;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	width: 100vw;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	opacity: 0;
	margin-top: 5px;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
	box-sizing: border-box;
}

.cm-45a58fe6-dropdown.cm-45a58fe6-dropdown-open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.cm-45a58fe6-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cm-45a58fe6-dropdown-item {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cm-45a58fe6-dropdown-item:last-child {
	border-bottom: none;
}

.cm-45a58fe6-dropdown-link {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

.cm-45a58fe6-dropdown-link:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

/* Responsive: handled via JS by adding class */
.cm-45a58fe6-wrapper.cm-45a58fe6-mobile .cm-45a58fe6-toggle-wrap {
	display: flex;
}

.cm-45a58fe6-wrapper.cm-45a58fe6-mobile .cm-45a58fe6-nav {
	display: none;
}

.cm-45a58fe6-wrapper.cm-45a58fe6-mobile .cm-45a58fe6-dropdown {
	display: block;
}
