
@media (min-width:1024px) {
	.sep-mobile-menu-editor .sep-mobile-menu-editor__details {
		background: transparent;
		border: none;
	}
	
	.sep-mobile-menu-editor .sep-mobile-menu-editor__summary {
		padding: 4px;
	}
	
	.sep-mobile-menu-editor .sep-mobile-menu-editor__summary span, .sep-mobile-menu-editor .sep-mobile-menu-editor__summary:before {
		display: none;
	}
	
	.sep-mobile-menu-editor .sep-mobile-menu-editor__content {
		display: none !important;
	}
}

.sep-mobile-menu-editor__details {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.sep-mobile-menu-editor__summary {
	align-items: center;
	color: #1e1e1e;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	gap: 8px;
	list-style: none;
	padding: 8px 12px;
}

.sep-mobile-menu-editor__summary::-webkit-details-marker {
	display: none;
}

.sep-mobile-menu-editor__summary:before {
	content: "▶";
	font-size: 10px;
	transition: transform .2s;
}

.sep-mobile-menu-editor__summary svg {
	height: 20px;
	width: 20px;
}

.sep-mobile-menu-editor__details[open] .sep-mobile-menu-editor__summary:before {
	transform: rotate(90deg);
}

.sep-mobile-menu-editor__content {
	background: #fff;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
}

@media (min-width:1024px) {
	.sep-mobile-menu-wrapper {
		display: none;
	}
}

.sep-mobile-menu__toggle {
	align-items: center;
	background: transparent;
	border: none;
	color: currentColor;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 8px;
}

.sep-mobile-menu__toggle svg {
	height: 24px;
	width: 24px;
}

.sep-mobile-menu {
	background-color: var(--bkgd-bkgd-primary, #fff);
	display: flex;
	flex-direction: column;
	height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0);
	inset: 0;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform .3s ease-in-out;
	z-index: 100000;
	-webkit-overflow-scrolling: touch;
}

.sep-mobile-menu.is-open {
	transform: translateX(0);
}

.sep-mobile-menu__inner {
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.sep-mobile-menu__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.sep-mobile-menu__logo {
	display: block;
	line-height: 0;
}

.sep-mobile-menu__logo img {
	height: 27px;
	width: auto;
}

.sep-mobile-menu__logo-text {
	color: var(--text-heading-primary, #294175);
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

.sep-mobile-menu__close {
	align-items: center;
	background: transparent;
	border: none;
	color: var(--text-heading-primary, #294175);
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 8px;
}

.sep-mobile-menu__close svg {
	height: 24px;
	width: 24px;
}

.sep-mobile-menu__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
}

.sep-mobile-menu__content>.sep-cta-card {
	margin-top: auto;
}

.sep-mobile-menu__content .wp-block-search {
	margin-bottom: 8px;
	position: relative;
}

.sep-mobile-menu__content .wp-block-search .wp-block-search__input {
	background-color: var(--input-input-fill, #f5f7fa);
	border: 1px solid var(--input-input-border-initial, #e0e5ed);
	border-radius: 8px;
	color: var(--input-input-text-filled, #294175);
	font-family: inherit;
	font-size: 16px;
	padding: .625em 1em .625em 44px;
	width: 100%;
}

.sep-mobile-menu__content .wp-block-search .wp-block-search__input::-moz-placeholder {
	color: var(--input-input-text-inactive, #6b7a99);
}

.sep-mobile-menu__content .wp-block-search .wp-block-search__input::placeholder {
	color: var(--input-input-text-inactive, #6b7a99);
}

.sep-mobile-menu__content .wp-block-search .wp-block-search__input:focus {
	border-color: var(--input-input-border-focus, #466cbe);
	box-shadow: 0 0 0 3px rgba(70, 108, 190, .1);
	outline: none;
}

.sep-mobile-menu__content .wp-block-search:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 fill=%27none%27%3E%3Cpath fill=%27%236B7A99%27 d=%27m16.138 17.192-6.28-6.28q-.75.618-1.726.968-.975.35-2.017.35-2.563 0-4.34-1.775Q0 8.68 0 6.117t1.775-4.34T6.114 0t4.34 1.776q1.776 1.775 1.776 4.34 0 1.07-.359 2.046-.36.975-.96 1.695l6.281 6.281zM6.115 10.731q1.933 0 3.274-1.342 1.342-1.34 1.342-3.274 0-1.932-1.342-3.274Q8.05 1.5 6.115 1.5q-1.932 0-3.274 1.341Q1.5 4.183 1.5 6.115q0 1.933 1.341 3.274 1.342 1.342 3.274 1.342%27/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18px;
	left: 16px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.sep-mobile-menu__content .wp-block-navigation {
	flex: 1;
}

.sep-mobile-menu__content .wp-block-navigation .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-left: 0;
}

.sep-mobile-menu__content .wp-block-navigation .wp-block-navigation-item__content {
	color: var(--text-heading-primary, #294175);
	display: block;
	font-size: 22px;
	font-weight: 400;
	padding: 21px 0;
	text-decoration: none;
}

.sep-mobile-menu__content .wp-block-navigation .wp-block-navigation-item__content:focus, .sep-mobile-menu__content .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--text-link-primary, #466cbe);
}

.sep-mobile-menu__content .wp-block-navigation .wp-block-navigation__submenu-icon {
	display: none;
}

body.mobile-menu-open {
	overflow: hidden;
}
