/*!
 * Center Menu for Header Two - Margaret BTA Books
 */

/* Center the navigation menu in header-two only */
.main-header--two .main-header__nav {
	margin-left: auto !important;
	margin-right: auto !important;
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

/* Ensure the main menu list is centered */
.main-header--two .main-menu__list {
	justify-content: center !important;
}

/* Only apply on desktop - not mobile */
@media (max-width: 1199px) {
	.main-header--two .main-header__nav {
		position: static !important;
		transform: none !important;
		display: none !important; /* Hidden on mobile anyway */
	}
}
