.olive-game-mobile-header {
	display: none;
}

@media (max-width: 921px) {
	html,
	body {
		overflow-x: hidden;
	}

	body .site-header {
		display: none !important;
	}

	body.olive-game-menu-open {
		overflow: hidden;
	}

	.olive-game-mobile-header {
		background: #fff;
		box-shadow: 0 1px 0 rgba(29, 42, 17, 0.12);
		display: block;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100000;
	}

	body.admin-bar .olive-game-mobile-header {
		top: 46px;
	}

	.olive-game-mobile-header__inner {
		align-items: center;
		display: flex;
		height: 80px;
		justify-content: space-between;
		padding: 0 20px;
	}

	.olive-game-mobile-logo,
	.olive-game-mobile-logo .custom-logo-link {
		align-items: center;
		display: flex;
	}

	.olive-game-mobile-logo {
		gap: 10px;
	}

	.olive-game-mobile-logo > span {
		color: #26351a;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 1.15;
		text-transform: uppercase;
	}

	.olive-game-mobile-logo img {
		height: auto;
		max-height: 46px;
		width: auto;
	}

	.olive-game-menu-toggle {
		align-items: center;
		appearance: none;
		background: transparent !important;
		border: 0;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		gap: 6px;
		height: 48px;
		justify-content: center;
		margin: 0;
		padding: 10px;
		touch-action: manipulation;
		width: 48px;
		-webkit-tap-highlight-color: transparent;
	}

	.olive-game-menu-toggle span {
		background: #26351a;
		display: block;
		height: 2px;
		transition: transform 0.2s ease, opacity 0.2s ease;
		width: 26px;
	}

	.olive-game-menu-toggle[aria-expanded="true"] span:first-child {
		transform: translateY(8px) rotate(45deg);
	}

	.olive-game-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.olive-game-menu-toggle[aria-expanded="true"] span:last-child {
		transform: translateY(-8px) rotate(-45deg);
	}

	.olive-game-mobile-panel {
		background: #fff;
		bottom: 0;
		left: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 12px 20px 32px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 80px;
		transform: translateX(100%);
		transition: transform 0.24s ease, visibility 0s linear 0.24s;
		visibility: hidden;
		-webkit-overflow-scrolling: touch;
	}

	body.admin-bar .olive-game-mobile-panel {
		top: 126px;
	}

	.olive-game-mobile-panel.is-open {
		pointer-events: auto;
		transform: translateX(0);
		transition-delay: 0s;
		visibility: visible;
	}

	.olive-game-mobile-menu,
	.olive-game-mobile-menu .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.olive-game-mobile-menu > li {
		border-bottom: 1px solid #e3e7df;
		position: relative;
	}

	.olive-game-mobile-menu a {
		color: #26351a;
		display: block;
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 0;
		padding: 17px 48px 17px 4px;
		text-decoration: none;
	}

	.olive-game-mobile-menu .sub-menu {
		display: none;
		padding: 0 0 10px 16px;
	}

	.olive-game-mobile-menu .menu-item-has-children.is-open > .sub-menu {
		display: block;
	}

	.olive-game-mobile-menu .sub-menu a {
		font-size: 15px;
		font-weight: 600;
		padding: 11px 42px 11px 4px;
	}

	.olive-game-submenu-toggle {
		align-items: center;
		appearance: none;
		background: transparent !important;
		border: 0;
		border-radius: 0;
		color: #26351a;
		display: flex;
		font-size: 25px;
		height: 48px;
		justify-content: center;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 4px;
		touch-action: manipulation;
		width: 48px;
		-webkit-tap-highlight-color: transparent;
	}

	.olive-game-submenu-toggle::before {
		content: "+";
	}

	.olive-game-submenu-toggle[aria-expanded="true"]::before {
		content: "-";
	}
}

@media (min-width: 783px) and (max-width: 921px) {
	body.admin-bar .olive-game-mobile-header {
		top: 32px;
	}

	body.admin-bar .olive-game-mobile-panel {
		top: 112px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.olive-game-mobile-panel,
	.olive-game-menu-toggle span {
		transition: none;
	}
}
