/*
Theme Name: MarketplacePress Theme
Theme URI: https://example.com/marketplacepress
Author: MarketplacePress
Author URI: https://example.com
Description: Lightweight presentation theme for MarketplacePress-powered marketplaces.
Version: 1.1.83
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: marketplacepress-theme
*/

body {
	margin: 0;
	color: #18212f;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	background: #f4f6f8;
}

a {
	color: #0f6b5f;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header,
.site-footer {
	background: #ffffff;
	border-bottom: 1px solid #e4e7eb;
}

.site-footer {
	border-top: 1px solid #e4e7eb;
	border-bottom: 0;
}

.site-header__inner,
.site-footer__inner,
.site-main {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header__inner,
.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	min-width: 0;
}

.site-header__inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: min(1320px, calc(100% - 32px));
}

.site-branding {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	justify-self: start;
	width: auto;
	max-width: 210px;
	min-width: 0;
	color: #142033;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.site-branding__mark {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: #0f6b5f;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
}

.site-branding__logo,
.site-branding__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 210px;
	min-width: 0;
	line-height: 0;
}

.site-branding__logo img,
.custom-logo {
	display: block;
	width: auto;
	max-width: 200px;
	max-height: 42px;
	object-fit: contain;
}

.site-branding__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-menu-toggle {
	display: none;
}

.site-main {
	padding: 40px 0;
}

.site-nav,
.site-actions {
	min-width: 0;
}

.site-nav {
	flex: 1 1 auto;
	justify-self: stretch;
	min-width: 0;
	overflow: visible;
}

.site-nav ul {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px 12px;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav li {
	position: relative;
	flex: 0 0 auto;
}

.site-nav a {
	color: #334155;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.site-nav a[aria-current="page"] {
	color: #0f6b5f;
}

.site-nav a:hover,
.site-nav a:focus {
	color: #0f6b5f;
}

.site-nav__more {
	display: none;
}

.site-nav__more.is-active {
	display: inline-flex;
}

.site-nav__more-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.site-nav__more-toggle::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 5px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.site-nav__more-menu {
	position: absolute !important;
	top: calc(100% + 8px);
	right: 0;
	z-index: 60;
	display: none !important;
	min-width: 190px;
	padding: 8px !important;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.site-nav__more.is-open .site-nav__more-menu,
.site-nav__more:hover .site-nav__more-menu,
.site-nav__more:focus-within .site-nav__more-menu {
	display: grid !important;
	gap: 2px;
}

.site-nav__more-menu li,
.site-nav__more-menu a {
	width: 100%;
}

.site-nav__more-menu a {
	display: flex;
	min-height: 36px;
	align-items: center;
	padding: 8px 10px;
	border-radius: 8px;
	color: #1f2937;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.site-nav__more-menu a:hover,
.site-nav__more-menu a:focus {
	background: #ecfdf3;
	color: #0f6b5f;
	outline: 0;
}

.site-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	margin-left: auto;
}

.site-language select {
	min-height: 40px;
	max-width: 112px;
	padding: 8px 28px 8px 10px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
}

#dealvob-google-translate,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
iframe.skiptranslate {
	display: none !important;
}

body {
	top: 0 !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-user-menu {
	position: relative;
	display: inline-flex;
}

.site-user {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 4px 8px 4px 4px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	color: #1e293b;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.site-user:hover,
.site-user:focus {
	border-color: #0f6b5f;
	outline: 0;
}

.site-user__avatar {
	display: inline-grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: #0f6b5f;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.site-user__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-user__meta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.site-user__name {
	overflow: hidden;
	max-width: 130px;
	font-size: 13px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mpp-verified-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	padding: 4px 8px;
	border: 1px solid #b7ead2;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
}

.mpp-verified-badge__tick {
	display: inline-grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border-radius: 50%;
	background: #12b76a;
	color: #fff;
	font-size: 10px;
	line-height: 1;
}

.mpp-verified-badge__tick::before {
	content: "\2713";
}

.site-user .mpp-verified-badge {
	padding: 3px 7px;
	font-size: 11px;
}

.site-user .mpp-verified-badge__tick {
	width: 12px;
	height: 12px;
	font-size: 9px;
}

.site-user-menu__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 50;
	display: grid;
	min-width: 230px;
	padding: 8px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.site-user-menu:hover .site-user-menu__dropdown,
.site-user-menu:focus-within .site-user-menu__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-user-menu__dropdown a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 38px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #1f2937;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.site-user-menu__dropdown a:hover,
.site-user-menu__dropdown a:focus {
	background: #ecfdf3;
	color: #0f6b5f;
	outline: 0;
}

.site-user-menu__logout {
	color: #b42318 !important;
}

.site-user-menu__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21px;
	height: 21px;
	padding: 0 7px;
	border-radius: 999px;
	background: #0f6b5f;
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.site-actions__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	max-width: 150px;
	padding: 9px 14px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-actions__link--primary {
	border-color: #0f6b5f;
	background: #0f6b5f;
	color: #fff;
}

.site-actions__link:hover,
.site-actions__link:focus {
	border-color: #0f6b5f;
	color: #0f6b5f;
	text-decoration: none;
}

.site-actions__link--primary:hover,
.site-actions__link--primary:focus {
	color: #fff;
	background: #0b554c;
}

.mpp-unread-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 12px;
	width: min(360px, calc(100vw - 32px));
	padding: 14px;
	border: 1px solid #b7d8d1;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
	color: #111827;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.mpp-unread-toast[hidden] {
	display: none;
}

.mpp-unread-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mpp-unread-toast p {
	grid-column: 1;
	margin: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.mpp-unread-toast a {
	width: fit-content;
	color: #0f6b5f;
	font-weight: 850;
	text-decoration: none;
}

.mpp-unread-toast__close {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: start;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: #eef2f7;
	color: #334155;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.site-footer {
	margin-top: 48px;
	color: #64748b;
}

.site-footer p {
	margin: 0;
}

.site-footer__brand {
	display: grid;
	gap: 4px;
}

.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: flex-end;
}

.site-footer__links a {
	color: #475569;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
	color: #0f6b5f;
}

.mpp-homepage {
	display: grid;
	gap: 28px;
}

.mpp-home-hero,
.mpp-home-trust,
.mpp-home-cta {
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.mpp-home-hero {
	display: grid;
	gap: 0;
	padding: 18px;
}

.mpp-home-hero h1,
.mpp-home-cta h2 {
	margin: 0;
	color: #142033;
	line-height: 1.12;
}

.mpp-home-hero h1 {
	font-size: clamp(32px, 5vw, 56px);
}

.mpp-home-hero p,
.mpp-home-cta p {
	margin: 0;
	color: #475569;
}

.mpp-home-hero__search .mpp-compact-search,
.mpp-home-hero__search .mpp-search-form {
	margin: 0;
}

.mpp-home-band {
	display: grid;
	gap: 14px;
}

.mpp-home-section-heading h2 {
	margin: 0;
	color: #142033;
	font-size: 24px;
}

.mpp-home-trust {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 18px 20px;
	color: #475569;
}

.mpp-home-trust strong {
	color: #0f6b5f;
}

.mpp-home-cta {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
}

.mpp-home-cta > div {
	display: grid;
	gap: 6px;
}

.mpp-home-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 8px;
	background: #0f6b5f;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.mpp-home-cta__button:hover,
.mpp-home-cta__button:focus {
	background: #0b554c;
	color: #fff;
}

@media (min-width: 981px) and (max-width: 1220px) {
	.site-header__inner {
		gap: 8px;
		width: min(1320px, calc(100% - 20px));
	}

	.site-branding {
		font-size: 18px;
		max-width: 170px;
	}

	.site-branding__logo,
	.site-branding__logo .custom-logo-link {
		max-width: 170px;
	}

	.site-branding__logo img,
	.custom-logo {
		max-width: 164px;
		max-height: 40px;
	}

	.site-nav ul {
		gap: 6px 9px;
	}

	.site-nav a {
		font-size: 12px;
	}

	.site-language select {
		max-width: 104px;
		font-size: 12px;
	}

	.site-actions__link {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 13px;
	}
}

@media (max-width: 980px) {
	.site-header__inner,
	.site-footer__inner {
		align-items: stretch;
		flex-direction: column;
		width: min(1180px, calc(100% - 24px));
	}

	.site-header__inner {
		display: flex;
	}

	.site-branding {
		width: auto;
		max-width: 100%;
	}

	.site-branding__logo,
	.site-branding__logo .custom-logo-link {
		max-width: 180px;
	}

	.site-branding__logo img,
	.custom-logo {
		max-width: 180px;
		max-height: 40px;
	}

	.site-nav ul,
	.site-actions {
		justify-content: flex-start;
	}

	.site-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		flex-wrap: wrap;
		gap: 8px;
	}

	.site-nav__more {
		display: none !important;
	}

	.site-nav a {
		display: block;
		padding: 9px 10px;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		background: #fff;
		font-size: 14px;
	}

	.site-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		flex-wrap: wrap;
	}

	.site-language,
	.site-language select {
		width: 100%;
		max-width: none;
	}

	.site-actions__link {
		width: 100%;
		max-width: none;
		min-width: 0;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
		text-align: center;
		white-space: normal;
	}

	.site-user {
		grid-column: 1 / -1;
		justify-content: flex-start;
		border-radius: 10px;
		width: 100%;
	}

	.site-user-menu {
		grid-column: 1 / -1;
		width: 100%;
	}

	.site-user-menu__dropdown {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		margin-top: 8px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
	}

	.site-user-menu:hover .site-user-menu__dropdown,
	.site-user-menu:focus-within .site-user-menu__dropdown {
		display: grid;
	}

	.site-user__name {
		max-width: none;
	}

	.site-footer__inner,
	.site-footer__links,
	.mpp-home-trust,
	.mpp-home-cta {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.site-footer__links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.mpp-home-hero {
		padding: 22px;
	}

	.mpp-home-cta__button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.mpp-unread-toast {
		right: 12px;
		bottom: 12px;
		left: 12px;
		width: auto;
	}

	.site-actions {
		grid-template-columns: 1fr;
	}

	.site-nav ul,
	.site-footer__links {
		grid-template-columns: 1fr;
	}

	.site-branding__logo img,
	.custom-logo {
		max-width: 170px;
		max-height: 38px;
	}
}

@media (max-width: 980px) {
	.site-header__inner {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
		width: min(1180px, calc(100% - 20px));
		padding: 7px 0;
	}

	.site-main {
		padding-top: 18px;
	}

	.site-branding {
		flex: 1 1 auto;
		max-width: calc(100% - 58px);
		font-size: 18px;
	}

	.site-branding__mark {
		width: 34px;
		height: 34px;
		border-radius: 9px;
	}

	.site-branding__logo,
	.site-branding__logo .custom-logo-link {
		max-width: 160px;
	}

	.site-branding__logo img,
	.custom-logo {
		max-width: 160px;
		max-height: 38px;
	}

	.site-menu-toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
		margin-left: auto;
		border: 1px solid #d0d7de;
		border-radius: 10px;
		background: #fff;
		color: #142033;
		cursor: pointer;
	}

	.site-menu-toggle__bar {
		position: absolute;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.16s ease, opacity 0.16s ease;
	}

	.site-menu-toggle__bar:nth-child(1) {
		transform: translateY(-6px);
	}

	.site-menu-toggle__bar:nth-child(3) {
		transform: translateY(6px);
	}

	.site-header.is-mobile-menu-open .site-menu-toggle__bar:nth-child(1) {
		transform: rotate(45deg);
	}

	.site-header.is-mobile-menu-open .site-menu-toggle__bar:nth-child(2) {
		opacity: 0;
	}

	.site-header.is-mobile-menu-open .site-menu-toggle__bar:nth-child(3) {
		transform: rotate(-45deg);
	}

	.site-nav,
	.site-actions {
		display: none;
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
	}

	.site-header.is-mobile-menu-open .site-nav,
	.site-header.is-mobile-menu-open .site-actions {
		display: grid;
	}

	.site-nav {
		order: 3;
		padding: 10px;
		border: 1px solid #e2e8f0;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	}

	.site-nav ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 4px;
		width: 100%;
	}

	.site-nav a {
		display: flex;
		min-height: 38px;
		align-items: center;
		padding: 8px 10px;
		border: 0;
		border-radius: 9px;
		background: transparent;
		font-size: 14px;
	}

	.site-nav a:hover,
	.site-nav a:focus {
		background: #ecfdf3;
	}

	.site-actions {
		order: 4;
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 10px;
		border: 1px solid #e2e8f0;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	}

	.site-language,
	.site-language select,
	.site-actions__link,
	.site-user-menu,
	.site-user {
		width: 100%;
		max-width: none;
	}

	.site-actions__link {
		white-space: nowrap;
	}

	.site-user-menu__dropdown {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		margin-top: 8px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
	}

	.site-user-menu:hover .site-user-menu__dropdown,
	.site-user-menu:focus-within .site-user-menu__dropdown {
		display: grid;
	}
}

.site-mobile-drawer {
	display: contents;
}

.site-mobile-drawer__header,
.site-mobile-backdrop,
.site-mobile-submit,
.site-account-sheet,
.site-account-sheet-backdrop {
	display: none;
}

@media (max-width: 767px) {
	body.site-mobile-menu-lock {
		overflow: hidden;
	}

	.site-header {
		position: relative;
		z-index: 100000;
	}

	.site-mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 100001;
		display: block;
		border: 0;
		background: rgba(15, 23, 42, 0.42);
		cursor: pointer;
	}

	.site-mobile-backdrop[hidden] {
		display: none;
	}

	.site-mobile-drawer {
		position: fixed;
		inset-block: 0;
		inset-inline-start: 0;
		z-index: 100002;
		display: flex;
		width: min(92vw, 380px);
		height: 100dvh;
		max-width: 380px;
		flex-direction: column;
		justify-content: flex-start;
		align-content: start;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		border-inline-end: 1px solid #d8e4e1;
		background: #f8fafc;
		box-shadow: 18px 0 48px rgba(15, 23, 42, 0.2);
		transform: translateX(-105%);
		transition: transform 180ms ease;
	}

	[dir="rtl"] .site-mobile-drawer {
		inset-inline-start: auto;
		inset-inline-end: 0;
		border-inline-end: 0;
		border-inline-start: 1px solid #d8e4e1;
		box-shadow: -18px 0 48px rgba(15, 23, 42, 0.2);
		transform: translateX(105%);
	}

	.site-header.is-mobile-menu-open .site-mobile-drawer {
		transform: translateX(0);
	}

	.site-header.is-mobile-menu-open .site-header__inner > .site-menu-toggle,
	.site-header .site-menu-toggle[aria-expanded="true"] {
		display: none !important;
	}

	.site-mobile-drawer__header {
		position: sticky;
		top: 0;
		z-index: 2;
		display: flex;
		gap: 8px;
		align-items: center;
		width: 100%;
		min-width: 0;
		min-height: 64px;
		padding: 8px 12px;
		border-bottom: 1px solid #e2e8f0;
		background: #ffffff;
		box-sizing: border-box;
		overflow: visible;
	}

	.site-mobile-drawer__brand {
		display: inline-flex;
		flex: 1 1 auto;
		align-items: center;
		min-width: 0;
		max-width: none;
		color: #142033;
		font-size: 18px;
		font-weight: 900;
		text-decoration: none;
		overflow: visible;
	}

	.site-mobile-drawer__logo,
	.site-mobile-drawer__logo .custom-logo-link {
		display: inline-flex;
		flex: 1 1 auto;
		align-items: center;
		min-width: 0;
		max-width: 100%;
		line-height: 0;
		overflow: visible;
	}

	.site-mobile-drawer__logo img {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 36px;
		object-fit: contain;
	}

	.site-language--mobile {
		flex: 0 0 92px;
		display: block;
		width: 92px;
		min-width: 0;
	}

	.site-language--mobile select {
		width: 100%;
		min-height: 38px;
		max-width: none;
		padding: 7px 24px 7px 8px;
		border-radius: 8px;
		font-size: 12px;
	}

	.site-mobile-drawer__close {
		display: inline-flex;
		flex: 0 0 48px;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		padding: 0;
		border: 1px solid #d0d7de;
		border-radius: 10px;
		background: #ffffff;
		color: #142033;
		cursor: pointer;
		font: inherit;
		font-size: 24px;
		font-weight: 800;
		line-height: 1;
	}

	.site-mobile-drawer .site-actions {
		display: grid;
		flex: 0 0 auto;
		order: 2;
		grid-template-columns: 1fr;
		align-content: start;
		justify-content: start;
		gap: 0;
		width: 100%;
		min-height: 0;
		padding: 8px 14px 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.site-mobile-drawer .site-language--desktop,
	.site-mobile-drawer .site-actions__link--primary,
	.site-mobile-drawer .site-actions__link--dashboard {
		display: none !important;
	}

	.site-mobile-drawer .site-actions__link--account {
		min-height: 46px;
		max-width: none;
		margin: 0;
		border-color: #d8e4e1;
		border-radius: 12px;
		background: #ffffff;
	}

	.site-mobile-drawer .site-user-menu,
	.site-mobile-drawer .site-user {
		width: 100%;
		max-width: none;
	}

	.site-mobile-drawer .site-user-menu {
		flex: 0 0 auto;
		margin: 0;
	}

	.site-mobile-drawer .site-user {
		min-height: 56px;
		padding: 8px 10px;
		margin: 0;
		border-color: #d8e4e1;
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	}

	.site-mobile-drawer .site-user::after {
		content: ">";
		margin-inline-start: auto;
		color: #64748b;
		font-size: 18px;
		font-weight: 900;
		line-height: 1;
	}

	.site-mobile-drawer .site-user__avatar {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.site-mobile-drawer .site-user__meta {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 6px;
	}

	.site-mobile-drawer .site-user__name {
		max-width: 190px;
		font-size: 14px;
	}

	.site-mobile-drawer .site-user .mpp-verified-badge {
		padding: 3px 6px;
		font-size: 10px;
	}

	.site-mobile-drawer .site-user-menu__dropdown {
		display: none !important;
	}

	.site-mobile-drawer .site-nav {
		display: block;
		flex: 0 0 auto;
		order: 3;
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0;
		padding: 10px 14px 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.site-mobile-drawer .site-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		align-content: start;
		justify-content: start;
		gap: 8px;
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0;
	}

	.site-mobile-drawer .site-nav li {
		min-width: 0;
		min-height: 0;
		margin: 0;
	}

	.site-mobile-drawer .site-nav a {
		display: flex;
		min-height: 46px;
		align-items: center;
		padding: 10px 12px;
		border: 1px solid #d8e4e1;
		border-radius: 10px;
		background: #ffffff;
		color: #1f2937;
		font-size: 13px;
		font-weight: 850;
		line-height: 1.2;
		white-space: normal;
	}

	.site-mobile-drawer .site-nav a:hover,
	.site-mobile-drawer .site-nav a:focus,
	.site-mobile-drawer__close:hover,
	.site-mobile-drawer__close:focus {
		border-color: #0f6b5f;
		background: #ecfdf3;
		color: #0f6b5f;
		outline: 0;
	}

	.site-mobile-submit {
		position: static;
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		order: 4;
		width: calc(100% - 28px);
		min-height: 52px;
		margin: 12px 14px max(10px, env(safe-area-inset-bottom));
		padding: 0 14px;
		border-radius: 14px;
		background: #0f6b5f;
		color: #ffffff;
		font-size: 15px;
		font-weight: 900;
		text-align: center;
		text-decoration: none;
	}

	.site-mobile-submit:hover,
	.site-mobile-submit:focus {
		background: #0b554c;
		color: #ffffff;
		outline: 0;
	}

	.site-account-sheet-backdrop {
		position: fixed;
		inset: 0;
		z-index: 100003;
		display: block;
		border: 0;
		background: rgba(15, 23, 42, 0.38);
		cursor: pointer;
	}

	.site-account-sheet-backdrop[hidden] {
		display: none;
	}

	.site-account-sheet {
		position: fixed;
		inset-inline: 0;
		bottom: 0;
		z-index: 100004;
		display: grid;
		max-height: min(58dvh, 360px);
		overflow-y: auto;
		padding: 12px 12px max(12px, env(safe-area-inset-bottom));
		border-radius: 18px 18px 0 0;
		background: #ffffff;
		box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.24);
		transform: translateY(110%);
		transition: transform 180ms ease;
	}

	.site-account-sheet[hidden] {
		display: none;
	}

	.site-account-sheet.is-open {
		transform: translateY(0);
	}

	.site-account-sheet__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 8px;
	}

	.site-account-sheet__header strong {
		color: #142033;
		font-size: 17px;
		line-height: 1.2;
	}

	.site-account-sheet__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 1px solid #d0d7de;
		border-radius: 10px;
		background: #ffffff;
		color: #142033;
		cursor: pointer;
		font: inherit;
		font-size: 22px;
		font-weight: 800;
		line-height: 1;
	}

	.site-account-sheet__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.site-account-sheet__grid a {
		display: grid;
		min-height: 68px;
		align-content: center;
		justify-items: center;
		gap: 5px;
		padding: 8px 6px;
		border: 1px solid #d8e4e1;
		border-radius: 12px;
		background: #f8fafc;
		color: #172033;
		font-size: 10.5px;
		font-weight: 850;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
	}

	.site-account-sheet__icon {
		display: inline-grid;
		width: 26px;
		height: 26px;
		place-items: center;
		border-radius: 999px;
		background: #ecfdf3;
		color: #0f6b5f;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
	}

	.site-account-sheet__logout {
		grid-column: 1 / -1;
		min-height: 54px !important;
		grid-template-columns: auto auto;
		justify-content: center;
		align-items: center;
		color: #b42318 !important;
	}

	.site-account-sheet__logout .site-account-sheet__icon {
		background: #fef2f2;
		color: #b42318;
	}

	.site-account-sheet__grid a:hover,
	.site-account-sheet__grid a:focus,
	.site-account-sheet__close:hover,
	.site-account-sheet__close:focus {
		border-color: #0f6b5f;
		background: #ecfdf3;
		color: #0f6b5f;
		outline: 0;
	}
}
