/* Navigation safeguards layered over Blocksy's native header and off-canvas UI. */
.ct-header .ct-header-trigger,
.ct-header .ct-menu-link {
	min-height: 44px;
}

@media (max-width: 999px) {
	.ct-panel-content-inner {
		overflow-x: clip;
	}

	.ct-panel-content-inner .ct-menu-link,
	.ct-panel-content-inner .ct-header-trigger {
		min-height: 44px;
	}

	.ct-panel-content-inner .bubuzoo-paws-menu-item.current-menu-item > .ct-menu-link {
		background-color: #9a3e35;
		color: #ffffff;
	}

	.ct-panel-content-inner .bubuzoo-paws-menu-item.current-menu-item > .ct-menu-link:focus-visible {
		outline: 3px solid #ffffff;
		outline-offset: -5px;
	}
}
