.hm-cd5befe8-wrapper {
	display: flex;
	justify-content: flex-start;
}

.hm-cd5befe8-toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-cd5befe8-drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hm-cd5befe8-drawer-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.hm-cd5befe8-drawer {
	position: fixed;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100vh;
	background: #ffffff;
	z-index: 9999;
	transition: left 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 2px 0 10px rgba(0,0,0,0.1);
	padding: 20px;
}

.hm-cd5befe8-drawer.is-active {
	left: 0;
}

.hm-cd5befe8-drawer-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.hm-cd5befe8-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	color: #333;
}

.hm-cd5befe8-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hm-cd5befe8-item {
	margin-bottom: 20px;
}

.hm-cd5befe8-link {
	text-decoration: none;
	color: #333;
	font-size: 1.2rem;
	font-weight: 500;
	transition: color 0.2s ease;
	display: block;
}

.hm-cd5befe8-link:hover {
	color: #000;
}
