/* ================================================================== */
/*  Menu Product Ordering – Front-end Menu Template                   */
/*  Matches Bistro 120 Elementor design (Carentro / Figtree / Poppins) */
/* ================================================================== */

/* ── Container ──────────────────────────────────────────────── */
#mpo-menu {
	max-width: 1140px;
	margin: 0 auto;
	font-family: "Figtree", sans-serif;
}

/* ── Tab navigation ─────────────────────────────────────────── */
.mpo-tabs-nav {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 40px;
	height: 3rem;
	align-items: center;
}

#mpo-menu .mpo-tab-btn {
	font-family: "Carentro", "Carentro DEMO", serif;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #06050D;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0;
	padding: 8px 0;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
	white-space: nowrap;
	box-shadow: none;
}

#mpo-menu .mpo-tab-btn:hover,
#mpo-menu .mpo-tab-btn.mpo-tab-active {
	color: #AA895B;
	background: transparent !important;
	border-bottom-color: transparent !important;
	text-decoration: none !important;
}

/* ── Tab panels ─────────────────────────────────────────────── */
.mpo-tab-panel {
	display: none;
}

.mpo-tab-panel.mpo-tab-panel-active {
	display: block;
}

.mpo-panel-inner {
	border: 4px double rgba(60, 68, 72, 0.39);
	background: #ffffff;
	padding: 40px;
	position: relative;
}

/* ── Category heading (Carentro) ────────────────────────────── */
.mpo-menu-heading {
	font-family: "Carentro", "Carentro DEMO", serif;
	font-weight: 500;
	font-size: 2rem;
	color: #AA895B;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	line-height: 1.3;
}

.mpo-menu-description {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	color: #AA895B;
	margin: 0 0 12px 0;
	line-height: 1.6;
}

.mpo-menu-description p {
	margin: 0 0 8px 0;
}

.mpo-menu-description p:last-child {
	margin-bottom: 0;
}

.mpo-heading-divider {
	height: 1px;
	background: #D5D5D5;
	margin-bottom: 30px;
}

/* ── Subcategory section divider ────────────────────────────── */
.mpo-subcategory-section {
	margin-bottom: 20px;
}

.mpo-section-divider {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 40px;
	margin-bottom: 24px;
}

.mpo-section-label {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	color: #AA895B;
	white-space: nowrap;
	flex-shrink: 0;
}

.mpo-section-line {
	flex: 1;
	height: 1px;
	background: #AA895B;
}

/* ── Products grid (2 columns) ──────────────────────────────── */
.mpo-products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 24px;
}

/* ── Individual product item ────────────────────────────────── */
.mpo-product-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mpo-product-row {
	display: flex;
	align-items: baseline;
	gap: 20px;
}

.mpo-product-name {
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #06050D;
	margin: 0;
	line-height: 1.4;
	flex-shrink: 0;
}

.mpo-product-price {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: #06050D;
	text-align: right;
	flex: 1;
	white-space: nowrap;
}

.mpo-product-desc {
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #7A7A7A;
	margin: 0;
}

.mpo-no-products {
	grid-column: 1 / -1;
	font-style: italic;
	color: #7A7A7A;
	padding: 20px 0;
}

/* ── Disclaimer ────────────────────────────────────────────── */
.mpo-disclaimer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #D5D5D5;
}

.mpo-disclaimer p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 1.6;
	color: #7A7A7A;
	text-align: left;
	margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.mpo-panel-inner {
		padding: 20px;
	}

	.mpo-tabs-nav {
		gap: 16px;
	}

	.mpo-tab-btn {
		font-size: 0.875rem;
	}

	.mpo-products-grid {
		column-gap: 20px;
		row-gap: 20px;
	}
}

@media (max-width: 767px) {
	.mpo-tabs-nav {
		overflow-x: auto;
		justify-content: flex-start;
		box-shadow: inset -30px 0 20px -20px rgba(245, 245, 245, 1);
		gap: 20px;
		-webkit-overflow-scrolling: touch;
	}

	.mpo-panel-inner {
		padding: 10px;
	}

	.mpo-products-grid {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.mpo-menu-heading {
		font-size: 1.5rem;
	}

	.mpo-section-label {
		font-size: 0.875rem;
		letter-spacing: 0.2rem;
	}

	.mpo-product-name {
		font-size: 1.1rem;
	}
}
