.mss-menu {
	color: #202124;
	font-family: inherit;
	line-height: 1.45;
	overflow: visible;
	position: relative;
	width: 100%;
}

.mss-tabs {
	background: #fff;
	border-bottom: 1px solid #d7dce1;
	display: flex;
	gap: 0.35rem;
	margin: 0 0 1.25rem;
	overflow-x: auto;
	padding: 0 0 0.15rem;
	position: sticky;
	top: 0;
	z-index: 20;
	scrollbar-width: thin;
}

.mss-nav-fixed {
	padding-top: var(--mss-tabs-height, 0);
}

.mss-tabs.is-fixed {
	box-shadow: 0 2px 8px rgba(31, 35, 40, 0.08);
	box-sizing: border-box;
	left: var(--mss-tabs-left, 0);
	margin: 0;
	position: fixed;
	top: var(--mss-tabs-top, 0);
	width: var(--mss-tabs-width, auto);
	z-index: 999;
}

.mss-tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: #5f6872;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.65rem 0.85rem;
	text-align: center;
	text-decoration: none;
}

.mss-tab:hover,
.mss-tab:focus {
	color: #171a1d;
}

.mss-tab:focus-visible {
	outline: 2px solid #1f6feb;
	outline-offset: 2px;
}

.mss-tab.is-active {
	border-bottom-color: #1f6feb;
	color: #171a1d;
	font-weight: 600;
}

.admin-bar .mss-tabs {
	top: 32px;
}

.mss-panels {
	width: 100%;
}

.mss-section {
	border-top: 1px solid #d7dce1;
	padding: 1.25rem 0;
	scroll-margin-top: 6rem;
}

.mss-section:first-child {
	border-top: 0;
	padding-top: 0;
}

.mss-section-title {
	color: #171a1d;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.875rem;
}

.mss-item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.75rem 0;
}

.mss-item + .mss-item {
	border-top: 1px solid #eef0f2;
}

.mss-item-main {
	min-width: 0;
}

.mss-item-name,
.mss-item-desc {
	margin: 0;
}

.mss-item-name {
	color: #1f2328;
	font-weight: 650;
}

.mss-item-desc {
	color: #5f6872;
	font-size: 0.95rem;
	margin-top: 0.2rem;
}

.mss-item-price {
	color: #1f2328;
	font-weight: 700;
	white-space: nowrap;
}

.mss-menu-fallback {
	background: #f6f7f8;
	border: 1px solid #d7dce1;
	padding: 1rem;
}

@media (min-width: 560px) {
	.mss-item {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
	}

	.mss-item-price {
		margin-left: 1.5rem;
		text-align: right;
	}
}

@media (max-width: 782px) {
	.admin-bar .mss-tabs {
		top: 46px;
	}
}
