.vex-vpf-layout,
.vex-vpf-layout * {
	box-sizing: border-box;
}

.vex-vpf-layout {
	--vex-vpf-height: 100svh;
	--vex-vpf-background: #050505;
	position: relative;
	display: grid;
	grid-template-columns: 286px minmax(0, 1fr);
	width: 100vw;
	max-width: 100vw;
	height: var(--vex-vpf-height);
	min-height: 520px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--vex-vpf-background);
	color: #fff;
	isolation: isolate;
}

.vex-vpf-layout.without-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

body.admin-bar .vex-vpf-layout {
	--vex-vpf-height: calc(100svh - 32px);
}

.vex-vpf-feed {
	position: relative;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	touch-action: pan-y;
	background:
		radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.055), transparent 38%),
		var(--vex-vpf-background);
	color: #fff;
	isolation: isolate;
	outline: none;
}

.vex-vpf-feed::-webkit-scrollbar {
	display: none;
}

.vex-vpf-feed.has-comments-open {
	overflow: hidden;
}

.vex-vpf-sidebar {
	position: relative;
	z-index: 20;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	padding: 22px 18px 26px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	background: #070707;
	color: #fff;
	font-family: inherit;
	scrollbar-width: thin;
	scrollbar-color: #3b3b3f transparent;
}

.vex-vpf-sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 50px;
	margin-bottom: 18px;
}

.vex-vpf-sidebar-brand,
.vex-vpf-mobile-brand {
	min-width: 0;
}

.vex-vpf-custom-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 210px;
	max-height: 58px;
	text-decoration: none;
}

.vex-vpf-custom-logo img.custom-logo,
.vex-vpf-custom-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 58px;
	margin: 0;
	object-fit: contain;
}

.vex-vpf-text-logo {
	display: inline-block;
	max-width: 220px;
	overflow: hidden;
	color: #fff;
	font-weight: 850;
	font-size: 23px;
	line-height: 1.08;
	font-family: inherit;
	letter-spacing: -0.04em;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-text-logo:hover,
.vex-vpf-text-logo:focus {
	color: #fff;
	text-decoration: none;
}

.vex-vpf-search {
	position: relative;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 7px;
	min-height: 48px;
	margin: 0 0 20px;
	padding: 5px 6px 5px 13px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #202024;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.vex-vpf-search:focus-within {
	border-color: rgba(255, 255, 255, 0.48);
	background: #27272c;
}

.vex-vpf-search-icon {
	display: inline-flex;
	width: 21px;
	height: 21px;
	color: #a9a9af;
}

.vex-vpf-search-icon svg,
.vex-vpf-sidebar-toggle svg,
.vex-vpf-sidebar-close svg,
.vex-vpf-search-clear svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-search input[type="search"] {
	min-width: 0;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font-weight: 650;
	font-size: 14px;
	line-height: 1.2;
	font-family: inherit;
	box-shadow: none;
	-webkit-appearance: none;
}

.vex-vpf-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.vex-vpf-search input[type="search"]::placeholder {
	color: #a9a9af;
	opacity: 1;
}

.vex-vpf-search-submit {
	min-height: 34px;
	margin: 0;
	padding: 0 11px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 750;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
}

.vex-vpf-search-clear {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-left: -2px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}

.vex-vpf-search-clear span {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.vex-vpf-sidebar-navigation {
	min-width: 0;
}

.vex-vpf-sidebar-menu,
.vex-vpf-sidebar-menu .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vex-vpf-sidebar-menu .sub-menu {
	margin: 4px 0 4px 16px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-vpf-sidebar-menu li {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.vex-vpf-sidebar-menu a {
	display: flex;
	align-items: center;
	min-height: 46px;
	min-width: 0;
	padding: 10px 13px;
	border-radius: 9px;
	color: #f2f2f4;
	font-weight: 720;
	font-size: 15px;
	line-height: 1.25;
	font-family: inherit;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: background-color 150ms ease, color 150ms ease;
}

.vex-vpf-sidebar-menu a:hover,
.vex-vpf-sidebar-menu a:focus-visible,
.vex-vpf-sidebar-menu .current-menu-item > a,
.vex-vpf-sidebar-menu .current-menu-ancestor > a,
.vex-vpf-sidebar-menu .current_page_item > a {
	background: #202024;
	color: #fff;
	text-decoration: none;
}

.vex-vpf-sidebar-menu .current-menu-item > a,
.vex-vpf-sidebar-menu .current_page_item > a {
	box-shadow: inset 3px 0 0 var(--vex-vpf-primary, #ff2d55);
}

.vex-vpf-sidebar-close,
.vex-vpf-sidebar-toggle {
	display: none;
	place-items: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: #202024;
	color: #fff;
	cursor: pointer;
}

.vex-vpf-sidebar-close span,
.vex-vpf-sidebar-toggle span {
	display: inline-flex;
	width: 22px;
	height: 22px;
}

.vex-vpf-sidebar-backdrop,
.vex-vpf-mobile-header {
	display: none;
}

.vex-vpf-empty-panel {
	display: grid;
	place-items: center;
	min-width: 0;
	height: 100%;
	padding: 30px;
	background:
		radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.055), transparent 38%),
		var(--vex-vpf-background);
}

.vex-vpf-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.vex-vpf-slide {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	background: transparent;
	contain: layout paint;
}

.vex-vpf-stage {
	position: relative;
	width: min(100%, 56.25svh);
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	background: #111;
}

.vex-vpf-video {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #111;
	object-fit: contain;
	cursor: pointer;
}

.vex-vpf-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, transparent 22%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.32) 35%, transparent 60%);
}

.vex-vpf-counter {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	font-family: inherit;
	letter-spacing: 0.02em;
	backdrop-filter: blur(10px);
}

.vex-vpf-media-controls {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.vex-vpf-actions {
	position: absolute;
	right: 14px;
	bottom: 118px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.vex-vpf-action-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	min-width: 48px;
}

.vex-vpf-action-count {
	max-width: 58px;
	overflow: hidden;
	color: #fff;
	font-weight: 750;
	font-size: 11px;
	line-height: 1.15;
	font-family: inherit;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}

.vex-vpf-action,
.vex-vpf-nav-button {
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(18, 18, 18, 0.76);
	color: #fff;
	font: inherit;
	box-shadow: none;
	cursor: pointer;
	backdrop-filter: blur(12px);
	transition: transform 160ms ease, background-color 160ms ease, opacity 160ms ease;
}

.vex-vpf-action {
	width: 46px;
	height: 46px;
	min-width: 46px;
	min-height: 46px;
}

.vex-vpf-action:hover:not(:disabled),
.vex-vpf-nav-button:hover:not(:disabled) {
	background: rgba(38, 38, 38, 0.96);
	transform: scale(1.04);
}

.vex-vpf-action:focus-visible,
.vex-vpf-nav-button:focus-visible,
.vex-vpf-cta:focus-visible,
.vex-vpf-feed:focus-visible,
.vex-vpf-comments-close:focus-visible,
.vex-vpf-comments-more:focus-visible,
.vex-vpf-comment-submit:focus-visible,
.vex-vpf-emoji-picker summary:focus-visible,
.vex-vpf-emoji-grid button:focus-visible,
.vex-vpf-sidebar a:focus-visible,
.vex-vpf-sidebar button:focus-visible,
.vex-vpf-search input:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.vex-vpf-icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
}

.vex-vpf-icon svg,
.vex-vpf-cta svg,
.vex-vpf-nav-button svg,
.vex-vpf-comments-close svg,
.vex-vpf-comment-submit svg,
.vex-vpf-emoji-picker summary svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-icon-play,
.vex-vpf-icon-sound {
	display: none;
}

.vex-vpf-action:not(.is-playing) .vex-vpf-icon-play,
.vex-vpf-action.is-unmuted .vex-vpf-icon-sound {
	display: inline-flex;
}

.vex-vpf-action:not(.is-playing) .vex-vpf-icon-pause,
.vex-vpf-action.is-unmuted .vex-vpf-icon-muted {
	display: none;
}

.vex-vpf-action:disabled {
	opacity: 0.55;
	cursor: wait;
}

.vex-vpf-reaction.is-active-reaction {
	background: rgba(255, 45, 85, 0.96);
	border-color: rgba(255, 255, 255, 0.5);
}

.vex-vpf-favorite.is-active-reaction {
	background: rgba(255, 204, 0, 0.96);
	color: #171717;
}

.vex-vpf-product {
	position: absolute;
	left: 20px;
	right: 76px;
	bottom: 22px;
	z-index: 2;
	min-width: 0;
	margin: 0;
	color: #fff;
	font-family: inherit;
	text-align: left;
}

.vex-vpf-product-title {
	display: -webkit-box;
	max-width: 100%;
	margin: 0 0 6px;
	padding: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	font-weight: 750;
	font-size: clamp(19px, 2.4vw, 27px);
	line-height: 1.15;
	font-family: inherit;
	letter-spacing: -0.02em;
	text-wrap: balance;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.vex-vpf-price,
.vex-vpf-price .amount {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	font-family: inherit;
	text-decoration: none;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.vex-vpf-price del {
	opacity: 0.66;
}

.vex-vpf-price ins {
	text-decoration: none;
}

.vex-vpf-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
	min-height: 42px;
	margin-top: 12px;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 750;
	font-size: 14px;
	line-height: 1;
	font-family: inherit;
	text-decoration: none;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.26);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.vex-vpf-cta:hover {
	color: #111;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.34);
}

.vex-vpf-cta span {
	display: inline-flex;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.vex-vpf-toast {
	position: absolute;
	top: 58px;
	left: 50%;
	z-index: 6;
	max-width: calc(100% - 32px);
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(20, 20, 20, 0.92);
	color: #fff;
	font-weight: 650;
	font-size: 13px;
	line-height: 1.25;
	font-family: inherit;
	text-align: center;
	transform: translateX(-50%);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(12px);
}

.vex-vpf-toast.is-error {
	border-color: rgba(255, 255, 255, 0.38);
}

.vex-vpf-toast[hidden] {
	display: none;
}

.vex-vpf-error {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 28px;
	background: #151515;
	color: #fff;
	font-family: inherit;
	text-align: center;
}

.vex-vpf-error[hidden] {
	display: none;
}

.vex-vpf-error a {
	color: #fff;
	font-weight: 700;
}

.vex-vpf-navigation {
	position: absolute;
	top: 50%;
	right: 24px;
	z-index: 4;
	display: none;
	flex-direction: column;
	gap: 12px;
	transform: translateY(-50%);
}

.vex-vpf-nav-button {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}

.vex-vpf-nav-button span {
	display: inline-flex;
	width: 26px;
	height: 26px;
}

.vex-vpf-nav-button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.vex-vpf-empty-public {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	padding: 28px;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	background: #fff;
	color: #1d2327;
	font-family: inherit;
	text-align: center;
}

@media (min-width: 720px) {
	.vex-vpf-stage {
		border-radius: 18px;
		box-shadow: 0 26px 80px rgba(0, 0, 0, 0.54);
	}
}

@media (min-width: 900px) {
	.vex-vpf-navigation {
		display: flex;
	}
}

@media (max-width: 960px) {
	.vex-vpf-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.vex-vpf-sidebar {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 999998;
		width: min(326px, 88vw);
		padding-top: max(18px, env(safe-area-inset-top));
		border-right-color: rgba(255, 255, 255, 0.18);
		box-shadow: 24px 0 70px rgba(0, 0, 0, 0.55);
		transform: translateX(-105%);
		transition: transform 220ms ease;
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-sidebar {
		transform: translateX(0);
	}

	.vex-vpf-sidebar-close,
	.vex-vpf-sidebar-toggle {
		display: grid;
	}

	.vex-vpf-sidebar-backdrop {
		position: absolute;
		inset: 0;
		z-index: 999997;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.58);
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease;
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-sidebar-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.vex-vpf-mobile-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 18;
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 62px;
		padding: max(9px, env(safe-area-inset-top)) 14px 9px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent);
		pointer-events: none;
	}

	.vex-vpf-mobile-header > * {
		pointer-events: auto;
	}

	.vex-vpf-mobile-brand {
		max-width: min(210px, 65vw);
	}

	.vex-vpf-mobile-brand .vex-vpf-custom-logo .custom-logo-link,
	.vex-vpf-mobile-brand .vex-vpf-custom-logo img {
		max-height: 38px;
	}

	.vex-vpf-mobile-brand .vex-vpf-text-logo {
		max-width: min(190px, 62vw);
		font-size: 18px;
	}

	.vex-vpf-layout.has-sidebar .vex-vpf-media-controls {
		top: max(68px, calc(env(safe-area-inset-top) + 58px));
	}

	.vex-vpf-layout.has-sidebar .vex-vpf-counter {
		top: max(68px, calc(env(safe-area-inset-top) + 58px));
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-feed {
		pointer-events: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar .vex-vpf-layout {
		--vex-vpf-height: calc(100svh - 46px);
	}

	.vex-vpf-feed {
		min-height: 460px;
	}

	.vex-vpf-media-controls {
		top: max(10px, env(safe-area-inset-top));
		left: 10px;
	}

	.vex-vpf-actions {
		right: 10px;
		bottom: 106px;
		gap: 8px;
	}

	.vex-vpf-action {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.vex-vpf-product {
		left: 16px;
		right: 66px;
		bottom: max(16px, env(safe-area-inset-bottom));
	}

	.vex-vpf-counter {
		top: max(12px, env(safe-area-inset-top));
		right: 12px;
	}

	.vex-vpf-toast {
		top: max(54px, calc(env(safe-area-inset-top) + 42px));
	}
}

@media (max-width: 420px) {
	.vex-vpf-product-title {
		font-size: 19px;
	}

	.vex-vpf-price,
	.vex-vpf-price .amount {
		font-size: 15px;
	}

	.vex-vpf-cta {
		min-height: 40px;
		padding: 9px 14px;
		font-size: 13px;
	}
}

@media (max-height: 620px) {
	.vex-vpf-actions {
		bottom: 88px;
		gap: 6px;
	}

	.vex-vpf-action {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.vex-vpf-product {
		bottom: 12px;
	}

	.vex-vpf-cta {
		margin-top: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-action,
	.vex-vpf-nav-button,
	.vex-vpf-cta,
	.vex-vpf-sidebar,
	.vex-vpf-sidebar-backdrop {
		transition: none;
	}
}

.vex-vpf-loading {
	position: sticky;
	left: 50%;
	bottom: max(16px, env(safe-area-inset-bottom));
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: max-content;
	max-width: calc(100% - 32px);
	min-height: 42px;
	margin: -58px auto 16px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(18, 18, 18, 0.92);
	color: #fff;
	font-weight: 650;
	font-size: 13px;
	line-height: 1.2;
	font-family: inherit;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
	transform: translateX(0);
	backdrop-filter: blur(12px);
}

.vex-vpf-loading[hidden] {
	display: none;
}

.vex-vpf-loading.is-error {
	flex-wrap: wrap;
	border-color: rgba(255, 255, 255, 0.34);
}

.vex-vpf-spinner {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: vex-vpf-spin 700ms linear infinite;
}

.vex-vpf-loading.is-error .vex-vpf-spinner {
	display: none;
}

.vex-vpf-retry {
	min-height: 30px;
	margin: 0;
	padding: 5px 11px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 750;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
}

.vex-vpf-retry[hidden] {
	display: none;
}

.vex-vpf-retry:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@keyframes vex-vpf-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-spinner {
		animation: none;
	}
}


.vex-vpf-comments-shell {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	justify-content: flex-end;
	font-family: inherit;
	pointer-events: none;
}

.vex-vpf-comments-shell[hidden] {
	display: none;
}

.vex-vpf-comments-backdrop {
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.52);
	opacity: 0;
	cursor: default;
	pointer-events: auto;
	transition: opacity 220ms ease;
}

.vex-vpf-comments-panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(440px, 100vw);
	height: 100dvh;
	max-height: 100dvh;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	background: #0d0d0f;
	color: #fff;
	box-shadow: -24px 0 70px rgba(0, 0, 0, 0.5);
	transform: translateX(100%);
	pointer-events: auto;
	transition: transform 220ms ease;
}

body.admin-bar .vex-vpf-comments-panel {
	height: calc(100dvh - 32px);
	max-height: calc(100dvh - 32px);
	margin-top: 32px;
}

.vex-vpf-comments-shell.is-open .vex-vpf-comments-backdrop {
	opacity: 1;
}

.vex-vpf-comments-shell.is-open .vex-vpf-comments-panel {
	transform: translateX(0);
}

.vex-vpf-comments-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-comments-header h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 800;
	font-size: 21px;
	line-height: 1.2;
	font-family: inherit;
}

.vex-vpf-comments-header h2 span {
	color: #a7a7ad;
	font-weight: 700;
}

.vex-vpf-comments-header p {
	max-width: 320px;
	margin: 6px 0 0;
	overflow: hidden;
	color: #b9b9bf;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.35;
	font-family: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-comments-close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	background: #202024;
	color: #fff;
	cursor: pointer;
}

.vex-vpf-comments-close span {
	display: inline-flex;
	width: 22px;
	height: 22px;
}

.vex-vpf-comments-body {
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 8px 20px 20px;
}

.vex-vpf-comments-status {
	margin: 12px 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #19191d;
	color: #c9c9cf;
	font-weight: 650;
	font-size: 13px;
	line-height: 1.4;
	font-family: inherit;
	text-align: center;
}

.vex-vpf-comments-status[hidden] {
	display: none;
}

.vex-vpf-comments-status.is-error {
	background: rgba(176, 33, 46, 0.2);
	color: #ffd7dc;
}

.vex-vpf-comments-list {
	display: flex;
	flex-direction: column;
}

.vex-vpf-comment {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 12px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.vex-vpf-comment-avatar {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #26262b;
	object-fit: cover;
}

.vex-vpf-comment-content {
	min-width: 0;
}

.vex-vpf-comment-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.vex-vpf-comment-header strong {
	overflow: hidden;
	color: #fff;
	font-weight: 750;
	font-size: 14px;
	line-height: 1.3;
	font-family: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-comment-header time {
	flex: 0 0 auto;
	color: #85858d;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.3;
	font-family: inherit;
}

.vex-vpf-comment-content p {
	margin: 6px 0 0;
	color: #ededf0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	font-family: inherit;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.vex-vpf-comments-more {
	display: block;
	min-height: 38px;
	margin: 18px auto 0;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: #202024;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
}

.vex-vpf-comments-more[hidden] {
	display: none;
}

.vex-vpf-comments-more:disabled {
	opacity: 0.5;
	cursor: wait;
}

.vex-vpf-comments-footer {
	padding: 14px 20px max(16px, env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #111114;
}

.vex-vpf-comment-form textarea {
	display: block;
	width: 100%;
	min-height: 82px;
	max-height: 180px;
	margin: 0;
	padding: 12px 13px;
	resize: vertical;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	outline: 0;
	background: #1b1b20;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.45;
	font-family: inherit;
}

.vex-vpf-comment-form textarea:focus {
	border-color: rgba(255, 255, 255, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.09);
}

.vex-vpf-comment-form textarea:disabled {
	opacity: 0.65;
}

.vex-vpf-comment-tools {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.vex-vpf-comment-limit {
	min-width: 0;
	margin-right: auto;
	color: #8f8f97;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.25;
	font-family: inherit;
}

.vex-vpf-emoji-picker {
	position: relative;
	flex: 0 0 auto;
}

.vex-vpf-emoji-picker summary {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: #202024;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.vex-vpf-emoji-picker summary::-webkit-details-marker {
	display: none;
}

.vex-vpf-emoji-picker summary span {
	display: inline-flex;
	width: 21px;
	height: 21px;
}

.vex-vpf-emoji-grid {
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	display: grid;
	grid-template-columns: repeat(6, 36px);
	gap: 5px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: #202024;
	box-shadow: 0 16px 46px rgba(0, 0, 0, 0.5);
}

.vex-vpf-emoji-grid button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	font-size: 22px;
	cursor: pointer;
}

.vex-vpf-emoji-grid button:hover {
	background: rgba(255, 255, 255, 0.1);
}

.vex-vpf-comment-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 9px 14px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
}

.vex-vpf-comment-submit span:last-child {
	display: inline-flex;
	width: 17px;
	height: 17px;
}

.vex-vpf-comment-submit:disabled {
	opacity: 0.55;
	cursor: wait;
}

.vex-vpf-comments-login {
	text-align: center;
}

.vex-vpf-comments-login p {
	margin: 0 0 12px;
	color: #b9b9bf;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	font-family: inherit;
}

.vex-vpf-comments-login a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	font-family: inherit;
	text-decoration: none;
}

@media (max-width: 782px) {
	body.admin-bar .vex-vpf-comments-panel {
		height: calc(100dvh - 46px);
		max-height: calc(100dvh - 46px);
		margin-top: 46px;
	}

	.vex-vpf-comments-panel {
		width: 100vw;
		border-left: 0;
	}

	.vex-vpf-comments-header,
	.vex-vpf-comments-body,
	.vex-vpf-comments-footer {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 420px) {
	.vex-vpf-comment-limit {
		display: none;
	}

	.vex-vpf-emoji-grid {
		grid-template-columns: repeat(5, 36px);
	}
}

.vex-vpf-comment-avatar-fallback {
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	font-family: inherit;
	text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-comments-backdrop,
	.vex-vpf-comments-panel {
		transition: none;
	}
}

/* Version 0.8: use the document scroll instead of a nested feed scroller.
 * This lets the active theme header keep its normal sticky/scroll behavior. */
.vex-vpf-layout {
	height: auto;
	min-height: 100svh;
	overflow: visible;
	align-items: start;
}

body.admin-bar .vex-vpf-layout {
	--vex-vpf-height: 100svh;
}

.vex-vpf-feed,
.vex-vpf-feed.has-comments-open {
	height: auto;
	min-height: 100svh;
	overflow: visible;
	scroll-snap-type: none;
}

.vex-vpf-slide {
	height: 100svh;
	min-height: 520px;
	scroll-snap-align: none;
}

body.admin-bar .vex-vpf-slide {
	height: calc(100svh - 32px);
}

.vex-vpf-sidebar {
	position: sticky;
	top: 0;
	height: 100svh;
	align-self: start;
}

body.admin-bar .vex-vpf-sidebar {
	top: 32px;
	height: calc(100svh - 32px);
}

.vex-vpf-empty-panel {
	min-height: 100svh;
}

.vex-vpf-category-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.vex-vpf-category-menu a > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-category-menu a > small {
	flex: 0 0 auto;
	min-width: 24px;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: #b8b8be;
	font-size: 11px;
	text-align: center;
}

.vex-vpf-category-menu .sub-menu {
	margin: 4px 0 4px 15px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-vpf-category-menu .current-menu-item > a > small {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

@media (max-width: 960px) {
	.vex-vpf-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.vex-vpf-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		height: 100dvh;
	}

	body.admin-bar .vex-vpf-sidebar {
		top: 32px;
		height: calc(100dvh - 32px);
	}

	.vex-vpf-sidebar-backdrop {
		position: fixed;
		inset: 0;
	}

	.vex-vpf-mobile-header {
		position: sticky;
		top: 0;
		grid-column: 1;
		grid-row: 1;
		height: 0;
		min-height: 0;
		padding-top: max(9px, env(safe-area-inset-top));
	}

	.vex-vpf-feed,
	.vex-vpf-empty-panel {
		grid-column: 1;
		grid-row: 1;
	}
}

@media (max-width: 782px) {
	body.admin-bar .vex-vpf-slide {
		height: calc(100svh - 46px);
	}

	body.admin-bar .vex-vpf-sidebar {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

/* Version 0.8.1: dock the comments panel on desktop instead of covering the
 * active video. The layout reserves exactly the same width as the panel, so
 * the feed and its 9:16 stage move left while comments are open. */
.vex-vpf-layout {
	--vex-vpf-comments-width: clamp(380px, 29vw, 500px);
}

@media (min-width: 961px) {
	.vex-vpf-layout {
		transition: padding-right 220ms ease;
	}

	.vex-vpf-layout.has-comments-panel-open {
		padding-right: var(--vex-vpf-comments-width);
	}

	.vex-vpf-comments-shell {
		inset: 0 0 0 auto;
		width: var(--vex-vpf-comments-width);
	}

	.vex-vpf-comments-backdrop {
		display: none;
	}

	.vex-vpf-comments-panel {
		width: 100%;
		max-width: none;
		box-shadow: none;
	}
}

@media (max-width: 960px) {
	.vex-vpf-layout.has-comments-panel-open {
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-layout {
		transition: none;
	}
}


/* Version 0.8.3: social comment threads and persistent customer identity. */
.vex-vpf-sidebar-navigation {
	flex: 1 1 auto;
}

.vex-vpf-sidebar-account {
	flex: 0 0 auto;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-vpf-sidebar-account > a {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 9px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: background-color 150ms ease;
}

.vex-vpf-sidebar-account > a:hover,
.vex-vpf-sidebar-account > a:focus-visible {
	background: #202024;
	color: #fff;
	text-decoration: none;
}

.vex-vpf-sidebar-account img,
.vex-vpf-sidebar-account-avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	background: #29292e;
	color: #fff;
	font-weight: 850;
	font-size: 16px;
	line-height: 1;
	font-family: inherit;
	object-fit: cover;
}

.vex-vpf-sidebar-account > a > span:last-child {
	display: block;
	min-width: 0;
}

.vex-vpf-sidebar-account strong,
.vex-vpf-sidebar-account small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-sidebar-account strong {
	color: #fff;
	font-weight: 760;
	font-size: 14px;
	line-height: 1.3;
	font-family: inherit;
}

.vex-vpf-sidebar-account small {
	margin-top: 2px;
	color: #9c9ca4;
	font-weight: 620;
	font-size: 11px;
	line-height: 1.3;
	font-family: inherit;
}

.vex-vpf-comment-replies {
	grid-column: 2 / -1;
	min-width: 0;
	margin: 10px 0 -8px;
	padding-left: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-vpf-comment.is-reply {
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	padding: 12px 0;
	border-bottom: 0;
}

.vex-vpf-comment.is-reply .vex-vpf-comment-avatar {
	width: 34px;
	height: 34px;
	font-size: 13px;
}

.vex-vpf-comment.is-deleted {
	opacity: 0.72;
}

.vex-vpf-comment.is-deleted .vex-vpf-comment-content p {
	color: #a5a5ac;
	font-style: italic;
}

.vex-vpf-comment-mention {
	color: var(--vex-vpf-secondary, #75d6ff);
	font-weight: 760;
}

.vex-vpf-comment-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 30px;
	margin-top: 8px;
}

.vex-vpf-comment-actions button,
.vex-vpf-comment-actions summary {
	font-family: inherit;
}

.vex-vpf-comment-reply {
	margin: 0;
	padding: 2px 0;
	border: 0;
	background: transparent;
	color: #a9a9b1;
	font-size: 12px;
	font-weight: 750;
	cursor: pointer;
}

.vex-vpf-comment-reply:hover,
.vex-vpf-comment-reply:focus-visible {
	color: #fff;
}

.vex-vpf-comment-like {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 28px;
	margin: 0;
	padding: 2px 4px;
	border: 0;
	background: transparent;
	color: #a9a9b1;
	font-size: 11px;
	font-weight: 720;
	cursor: pointer;
}

.vex-vpf-comment-like svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.vex-vpf-comment-like.is-active {
	color: var(--vex-vpf-primary, #ff375f);
}

.vex-vpf-comment-like.is-active svg {
	fill: currentColor;
}

.vex-vpf-comment-like:disabled {
	opacity: 0.5;
	cursor: wait;
}

.vex-vpf-comment-menu {
	position: relative;
	margin-left: auto;
}

.vex-vpf-comment-menu[open] {
	z-index: 20;
}

.vex-vpf-comment-menu > summary {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #a9a9b1;
	cursor: pointer;
	list-style: none;
}

.vex-vpf-comment-menu > summary::-webkit-details-marker {
	display: none;
}

.vex-vpf-comment-menu > summary:hover,
.vex-vpf-comment-menu > summary:focus-visible {
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.vex-vpf-comment-menu > summary svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}


.vex-vpf-comment-delete {
	position: absolute !important;
	right: 0 !important;
	left: auto !important;
	top: calc(100% + 7px) !important;
	z-index: 8;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 154px;
	max-width: min(220px, calc(100vw - 32px));
	min-height: 40px;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 9px;
	background: #29292e;
	color: #fff;
	font-size: 12px;
	font-weight: 760;
	line-height: 1.25 !important;
	text-align: left !important;
	white-space: nowrap !important;
	overflow: visible !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
	cursor: pointer;
}

.vex-vpf-comment-delete svg {
	position: static !important;
	display: block !important;
	width: 17px !important;
	height: 17px !important;
	flex: 0 0 17px;
	fill: currentColor;
}

.vex-vpf-comment-delete > span {
	position: static !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	transform: none !important;
	white-space: nowrap !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.vex-vpf-reply-form {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: #17171b;
}

.vex-vpf-reply-meta {
	margin-bottom: 7px;
	color: #a9a9b1;
	font-size: 11px;
	font-weight: 700;
}

.vex-vpf-reply-form textarea {
	display: block;
	width: 100%;
	min-height: 42px;
	max-height: 110px;
	margin: 0;
	padding: 9px 11px;
	resize: none;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	outline: 0;
	background: #242429;
	color: #fff;
	font-size: 13px;
	line-height: 1.45;
	font-family: inherit;
}

.vex-vpf-reply-form textarea:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.vex-vpf-reply-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	margin-top: 8px;
}

.vex-vpf-reply-tools > button {
	min-height: 34px;
	margin: 0;
	padding: 7px 11px;
	border: 0;
	border-radius: 999px;
	background: #2b2b30;
	color: #fff;
	font-size: 11px;
	font-weight: 760;
	cursor: pointer;
}

.vex-vpf-reply-tools > .vex-vpf-reply-submit {
	display: grid;
	place-items: center;
	width: 34px;
	padding: 0;
	background: var(--vex-vpf-primary, #ff375f);
	color: var(--vex-vpf-on-primary, #fff);
}

.vex-vpf-reply-submit svg,
.vex-vpf-reply-emoji summary svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.vex-vpf-reply-emoji {
	position: relative;
	margin-right: auto;
}

.vex-vpf-reply-emoji summary {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #2b2b30;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.vex-vpf-reply-emoji summary::-webkit-details-marker {
	display: none;
}

.vex-vpf-inline-emoji-grid {
	position: absolute;
	left: 0;
	bottom: calc(100% + 8px);
	z-index: 10;
	display: grid;
	grid-template-columns: repeat(6, 34px);
	gap: 4px;
	width: max-content;
	max-width: min(250px, 75vw);
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 10px;
	background: #242429;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

.vex-vpf-inline-emoji-grid button {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	font-size: 19px;
	cursor: pointer;
}

.vex-vpf-inline-emoji-grid button:hover,
.vex-vpf-inline-emoji-grid button:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 420px) {
	.vex-vpf-comment-replies {
		margin-left: -8px;
		padding-left: 9px;
	}

	.vex-vpf-inline-emoji-grid {
		grid-template-columns: repeat(5, 34px);
	}
}

/* Version 0.8.7: lock the page to a single feed viewport and add mobile app navigation. */
html.vex-vpf-page-lock,
body.vex-vpf-page-lock {
	height: 100%;
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.vex-vpf-page-lock {
	position: relative;
}

.vex-vpf-layout {
	height: var(--vex-vpf-height) !important;
	min-height: 420px;
	overflow: hidden;
	align-items: stretch;
}

.vex-vpf-feed,
.vex-vpf-feed.has-comments-open {
	height: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	touch-action: pan-y;
}

.vex-vpf-feed.has-comments-open {
	overflow: hidden;
}

.vex-vpf-slide {
	height: 100%;
	min-height: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

body.admin-bar .vex-vpf-slide {
	height: 100%;
}

.vex-vpf-sidebar {
	position: relative;
	top: auto;
	height: 100%;
}

body.admin-bar .vex-vpf-sidebar {
	top: auto;
	height: 100%;
}

.vex-vpf-empty-panel {
	height: 100%;
	min-height: 0;
}

.vex-vpf-mobile-nav,
.vex-vpf-mobile-exit {
	display: none;
}

@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		grid-template-columns: minmax(0, 1fr);
		width: 100vw;
		max-width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		background: #000;
	}

	.vex-vpf-sidebar,
	.vex-vpf-sidebar-backdrop,
	.vex-vpf-mobile-header {
		display: none !important;
	}

	.vex-vpf-feed,
	.vex-vpf-empty-panel {
		grid-column: 1;
		grid-row: 1;
		padding-bottom: 0;
	}

	.vex-vpf-stage {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		border-radius: 0;
		aspect-ratio: auto;
		background: #000;
	}

	.vex-vpf-video {
		object-fit: contain;
	}

	.vex-vpf-media-controls {
		top: max(12px, env(safe-area-inset-top));
		right: 12px;
		left: auto;
	}

	.vex-vpf-media-controls .vex-vpf-action:first-child {
		display: none;
	}

	.vex-vpf-counter {
		top: max(70px, calc(env(safe-area-inset-top) + 58px));
		right: 15px;
	}

	.vex-vpf-actions {
		right: 10px;
		bottom: calc(92px + env(safe-area-inset-bottom));
		gap: 10px;
	}

	.vex-vpf-action {
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		border-color: rgba(255, 255, 255, 0.12);
		background: rgba(24, 24, 27, 0.92);
		box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
	}

	.vex-vpf-action-count {
		font-size: 11px;
		font-weight: 800;
	}

	.vex-vpf-product {
		left: 14px;
		right: 72px;
		bottom: calc(82px + env(safe-area-inset-bottom));
	}

	.vex-vpf-product-title {
		font-size: clamp(18px, 5.2vw, 23px);
		line-height: 1.08;
	}

	.vex-vpf-price,
	.vex-vpf-price .amount {
		font-size: 14px;
	}

	.vex-vpf-cta {
		min-height: 40px;
		padding: 9px 14px;
		font-size: 13px;
	}

	.vex-vpf-navigation {
		display: none !important;
	}

	.vex-vpf-mobile-exit {
		position: absolute;
		top: max(12px, env(safe-area-inset-top));
		left: 12px;
		z-index: 45;
		display: grid;
		place-items: center;
		width: 46px;
		height: 46px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 50%;
		background: rgba(24, 24, 27, 0.9);
		color: #fff;
		box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
		text-decoration: none;
		backdrop-filter: blur(12px);
	}

	.vex-vpf-mobile-exit span,
	.vex-vpf-mobile-exit svg {
		display: block;
		width: 25px;
		height: 25px;
		fill: currentColor;
	}

	.vex-vpf-mobile-nav {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 44;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		align-items: end;
		min-height: calc(66px + env(safe-area-inset-bottom));
		padding: 7px 4px max(7px, env(safe-area-inset-bottom));
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		background: rgba(5, 5, 5, 0.96);
		box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.34);
		backdrop-filter: blur(16px);
	}

	.vex-vpf-mobile-nav-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-width: 0;
		min-height: 50px;
		padding: 3px 2px;
		border-radius: 10px;
		color: #aaaab2;
		font-family: inherit;
		text-align: center;
		text-decoration: none;
	}

	.vex-vpf-mobile-nav-item > span,
	.vex-vpf-mobile-nav-item svg {
		display: block;
		width: 24px;
		height: 24px;
		fill: currentColor;
	}

	.vex-vpf-mobile-nav-item small {
		display: block;
		max-width: 100%;
		overflow: hidden;
		font-size: 10px;
		font-weight: 700;
		line-height: 1.1;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.vex-vpf-mobile-nav-item.is-active,
	.vex-vpf-mobile-nav-item:focus-visible {
		color: #fff;
	}

	.vex-vpf-mobile-whatsapp > span {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		margin-top: -20px;
		border: 4px solid #050505;
		border-radius: 50%;
		background: #25d366;
		color: #fff;
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	}

	.vex-vpf-mobile-whatsapp > span svg {
		width: 25px;
		height: 25px;
	}

	.vex-vpf-layout.has-comments-panel-open .vex-vpf-mobile-nav,
	.vex-vpf-layout.has-comments-panel-open .vex-vpf-mobile-exit {
		display: none;
	}

	.vex-vpf-comments-shell {
		position: absolute;
		inset: 0;
		z-index: 100;
	}

	.vex-vpf-comments-panel {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 420px) {
	.vex-vpf-actions {
		right: 8px;
		bottom: calc(86px + env(safe-area-inset-bottom));
		gap: 7px;
	}

	.vex-vpf-action {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.vex-vpf-product {
		right: 64px;
		bottom: calc(78px + env(safe-area-inset-bottom));
	}
}

/* The mobile experience is a full-screen app surface above the active theme. */
@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		position: fixed;
		inset: 0;
		z-index: 99990;
		height: 100dvh !important;
		min-height: 0;
		margin: 0;
	}

	body.admin-bar .vex-vpf-layout,
	body.admin-bar .vex-vpf-layout.has-sidebar,
	body.admin-bar .vex-vpf-layout.without-sidebar {
		top: 46px;
		height: calc(100dvh - 46px) !important;
	}
}


/* Version 0.8.9: deterministic viewport navigation and discovery grid. */
html.vex-vpf-page-lock,
body.vex-vpf-page-lock {
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	overflow: hidden !important;
	scrollbar-width: none !important;
}

html.vex-vpf-page-lock::-webkit-scrollbar,
body.vex-vpf-page-lock::-webkit-scrollbar,
.vex-vpf-feed::-webkit-scrollbar,
.vex-vpf-trending-view::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
}

.vex-vpf-layout,
.vex-vpf-layout.has-sidebar,
.vex-vpf-layout.without-sidebar {
	position: fixed !important;
	top: var(--vex-vpf-top, 0px) !important;
	right: 0 !important;
	bottom: auto !important;
	left: 0 !important;
	z-index: 99990;
	width: 100vw !important;
	max-width: 100vw !important;
	height: var(--vex-vpf-height, 100dvh) !important;
	min-height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.vex-vpf-feed,
.vex-vpf-feed.has-comments-open {
	height: 100% !important;
	min-height: 0 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	scroll-snap-type: y mandatory !important;
	scrollbar-width: none !important;
}

.vex-vpf-feed.has-comments-open {
	overflow: hidden !important;
}

.vex-vpf-slide {
	height: 100% !important;
	min-height: 100% !important;
	scroll-snap-align: start !important;
	scroll-snap-stop: always !important;
}

.vex-vpf-sidebar {
	position: relative !important;
	top: auto !important;
	height: 100% !important;
}

.vex-vpf-trending-view {
	grid-column: 2;
	min-width: 0;
	height: 100%;
	padding: 24px clamp(18px, 3vw, 42px) 32px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #09090b;
	color: #fff;
	scrollbar-width: none;
}

.vex-vpf-layout.without-sidebar .vex-vpf-trending-view {
	grid-column: 1;
}

.vex-vpf-trending-header {
	display: flex;
	align-items: center;
	min-height: 54px;
	margin-bottom: 18px;
}

.vex-vpf-trending-header h1 {
	margin: 0;
	color: #fff;
	font-weight: 850;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.1;
	font-family: inherit;
	letter-spacing: -0.035em;
}

.vex-vpf-trending-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 16px;
}

.vex-vpf-trending-card {
	display: block;
	min-width: 0;
	color: #fff;
	text-decoration: none;
}

.vex-vpf-trending-card:hover,
.vex-vpf-trending-card:focus-visible {
	color: #fff;
	text-decoration: none;
}

.vex-vpf-trending-media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 12px;
	background: #17171a;
}

.vex-vpf-trending-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease, filter 180ms ease;
}

.vex-vpf-trending-card:hover .vex-vpf-trending-media img,
.vex-vpf-trending-card:focus-visible .vex-vpf-trending-media img {
	transform: scale(1.025);
	filter: brightness(0.84);
}

.vex-vpf-trending-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.vex-vpf-trending-play svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.vex-vpf-trending-name {
	display: -webkit-box;
	min-height: 42px;
	margin-top: 9px;
	overflow: hidden;
	color: #fff;
	font-weight: 760;
	font-size: 14px;
	line-height: 1.35;
	font-family: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vex-vpf-trending-stats {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 7px;
	color: #a9a9b1;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	font-family: inherit;
}

.vex-vpf-trending-stats > span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.vex-vpf-trending-stats svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

@media (max-width: 1180px) {
	.vex-vpf-trending-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		top: var(--vex-vpf-top, 0px) !important;
		height: var(--vex-vpf-height, 100dvh) !important;
	}

	.vex-vpf-feed {
		touch-action: none !important;
	}

	.vex-vpf-slide,
	.vex-vpf-stage {
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		border-radius: 0 !important;
	}

	.vex-vpf-video {
		object-fit: cover !important;
	}

	.vex-vpf-media-controls,
	.vex-vpf-counter {
		display: none !important;
	}

	.vex-vpf-slide.is-active.is-video-paused .vex-vpf-stage::after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 7;
		width: 0;
		height: 0;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
		border-left: 34px solid rgba(255, 255, 255, 0.92);
		content: "";
		filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.48));
		pointer-events: none;
		transform: translate(-42%, -50%);
	}

	.vex-vpf-feed.has-comments-open .vex-vpf-stage::after {
		display: none;
	}

	.vex-vpf-trending-view {
		position: relative;
		grid-column: 1;
		grid-row: 1;
		height: 100%;
		padding: max(18px, env(safe-area-inset-top)) 10px calc(82px + env(safe-area-inset-bottom));
		background: #fff;
		color: #17171b;
	}

	.vex-vpf-trending-header {
		min-height: 46px;
		margin: 0 4px 10px;
	}

	.vex-vpf-trending-header h1 {
		color: #17171b;
		font-size: 25px;
	}

	.vex-vpf-trending-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 9px;
	}

	.vex-vpf-trending-media {
		border-radius: 7px;
	}

	.vex-vpf-trending-name {
		min-height: 38px;
		margin-top: 6px;
		color: #17171b;
		font-size: 12px;
	}

	.vex-vpf-trending-stats {
		gap: 7px;
		margin-top: 4px;
		color: #6f6f77;
		font-size: 10px;
	}
}

/* Version 0.9.0: exact viewport sizing and flush mobile app chrome. */
html.vex-vpf-page-lock,
body.vex-vpf-page-lock {
	position: fixed !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	overflow: clip !important;
	overscroll-behavior: none !important;
}

.vex-vpf-layout,
.vex-vpf-layout.has-sidebar,
.vex-vpf-layout.without-sidebar {
	top: var(--vex-vpf-top, 0px) !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: auto !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
}

.vex-vpf-feed,
.vex-vpf-feed.has-comments-open {
	height: 100% !important;
	min-height: 0 !important;
	overscroll-behavior: none !important;
}

@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		top: var(--vex-vpf-top, 0px) !important;
		bottom: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		background: #000 !important;
	}

	.vex-vpf-feed,
	.vex-vpf-slide,
	.vex-vpf-stage {
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	.vex-vpf-stage,
	.vex-vpf-video {
		width: 100% !important;
	}

	.vex-vpf-video {
		height: 100% !important;
		object-fit: cover !important;
	}

	.vex-vpf-mobile-nav {
		position: absolute !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		min-height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
		margin: 0 !important;
		padding: 6px 4px max(6px, env(safe-area-inset-bottom, 0px)) !important;
		transform: none !important;
	}

	.vex-vpf-actions {
		bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-product {
		bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-mobile-exit {
		top: max(12px, env(safe-area-inset-top, 0px)) !important;
	}
}


/* Version 0.9.2: app-like mobile viewport, no feed close button, reliable touch snapping. */
.vex-vpf-mobile-exit {
	display: none !important;
}

@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		position: fixed !important;
		top: var(--vex-vpf-top, 0px) !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	.vex-vpf-feed {
		position: absolute !important;
		inset: 0 !important;
		height: 100% !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		touch-action: none !important;
		scroll-behavior: auto;
	}

	.vex-vpf-slide,
	.vex-vpf-stage {
		height: 100% !important;
		min-height: 100% !important;
	}

	.vex-vpf-mobile-nav {
		position: fixed !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 80 !important;
		min-height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
		padding-bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-stage {
		padding-bottom: 0 !important;
	}

	.vex-vpf-video {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.vex-vpf-product {
		bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-actions {
		bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-trending-view {
		padding-top: max(18px, env(safe-area-inset-top, 0px)) !important;
		padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
	}
}


/* Version 0.10.1: For You navigation, More preferences and Explore previews. */
.vex-vpf-system-menu {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-menu-icon,
.vex-vpf-more-trigger > span:first-child,
.vex-vpf-preference-icon,
.vex-vpf-logout-link > span:first-child {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.vex-vpf-menu-icon svg,
.vex-vpf-more-trigger svg,
.vex-vpf-preference-icon svg,
.vex-vpf-logout-link svg,
.vex-vpf-more-panel svg,
.vex-vpf-discovery-volume svg,
.vex-vpf-discovery-likes svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-system-menu a {
	gap: 12px;
}

.vex-vpf-category-menu a {
	justify-content: space-between;
	gap: 12px;
}

.vex-vpf-category-menu a > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vex-vpf-category-menu a > small {
	display: inline-grid;
	place-items: center;
	min-width: 28px;
	min-height: 22px;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #c8c8ce;
	font-weight: 750;
	font-size: 11px;
	line-height: 1;
	font-family: inherit;
}

.vex-vpf-more-trigger {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 46px;
	flex: 0 0 auto;
	margin: 10px 0 0;
	padding: 10px 13px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #f2f2f4;
	font-weight: 720;
	font-size: 15px;
	line-height: 1.25;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.vex-vpf-more-trigger:hover,
.vex-vpf-more-trigger:focus-visible,
.vex-vpf-more-trigger[aria-expanded="true"] {
	background: #202024;
	color: #fff;
}

.vex-vpf-more-panel {
	position: absolute;
	inset: 0;
	z-index: 40;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #070707;
	color: #fff;
}

.vex-vpf-more-panel[hidden] {
	display: none !important;
}

.vex-vpf-more-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 74px;
	padding: 18px 18px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-more-header h2,
.vex-vpf-more-section h3 {
	margin: 0;
	color: inherit;
	font-family: inherit;
}

.vex-vpf-more-header h2 {
	font-size: 22px;
	font-weight: 850;
	line-height: 1.1;
}

.vex-vpf-more-header button {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #202024;
	color: #fff;
	cursor: pointer;
}

.vex-vpf-more-header button span {
	display: inline-flex;
	width: 20px;
	height: 20px;
}

.vex-vpf-more-content {
	flex: 1 1 auto;
	min-height: 0;
	padding: 12px 18px 22px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.vex-vpf-more-section {
	padding: 14px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-more-section:last-child {
	border-bottom: 0;
}

.vex-vpf-more-section h3 {
	margin-bottom: 12px;
	color: #aaaab2;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.vex-vpf-preference-row {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 0;
}

.vex-vpf-preference-row strong {
	display: block;
	margin: 1px 0 9px;
	color: inherit;
	font-weight: 760;
	font-size: 15px;
	line-height: 1.2;
	font-family: inherit;
}

.vex-vpf-language-options,
.vex-vpf-theme-options {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.vex-vpf-language-option,
.vex-vpf-theme-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: #17171a;
	color: #d9d9de;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.1;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}

.vex-vpf-language-option:hover,
.vex-vpf-language-option:focus-visible,
.vex-vpf-theme-option:hover,
.vex-vpf-theme-option:focus-visible,
.vex-vpf-language-option.is-active,
.vex-vpf-theme-option.is-active {
	border-color: var(--vex-vpf-primary, #ff2d55);
	background: var(--vex-vpf-primary, #ff2d55);
	color: var(--vex-vpf-on-primary, #fff);
	text-decoration: none;
}

.vex-vpf-theme-option span {
	display: inline-flex;
	width: 16px;
	height: 16px;
}


/* Compact More-panel preferences: the current value stays visible and choices expand on demand. */
.vex-vpf-preferences-section {
	padding-bottom: 14px;
}

.vex-vpf-preference-disclosure {
	margin: 0 0 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: #17171a;
	overflow: hidden;
}

.vex-vpf-preference-disclosure:last-child {
	margin-bottom: 0;
}

.vex-vpf-preference-disclosure > summary {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 18px;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 10px 13px;
	color: inherit;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.vex-vpf-preference-disclosure > summary::-webkit-details-marker {
	display: none;
}

.vex-vpf-preference-disclosure > summary::marker {
	content: '';
}

.vex-vpf-preference-disclosure[open] > summary {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-preference-disclosure > summary:focus-visible {
	outline: 2px solid var(--vex-vpf-primary, #fe2c55);
	outline-offset: -2px;
}

.vex-vpf-preference-summary-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.vex-vpf-preference-summary-copy strong,
.vex-vpf-preference-summary-copy small {
	margin: 0;
	font-family: inherit;
	line-height: 1.2;
}

.vex-vpf-preference-summary-copy strong {
	font-size: 14px;
	font-weight: 760;
}

.vex-vpf-preference-summary-copy small {
	color: #aaaab2;
	font-size: 12px;
	font-weight: 600;
}

.vex-vpf-preference-chevron {
	display: inline-flex;
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

.vex-vpf-preference-disclosure[open] .vex-vpf-preference-chevron {
	transform: rotate(180deg);
}

.vex-vpf-preference-dropdown {
	padding: 0 13px 13px 49px;
}

.vex-vpf-preference-dropdown .vex-vpf-language-options,
.vex-vpf-preference-dropdown .vex-vpf-theme-options {
	gap: 6px;
}

.vex-vpf-preference-dropdown .vex-vpf-language-option,
.vex-vpf-preference-dropdown .vex-vpf-theme-option {
	min-height: 34px;
	padding: 7px 11px;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-preference-disclosure {
	border-color: #dedee3;
	background: #f5f5f6;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-preference-disclosure[open] > summary {
	border-bottom-color: #dedee3;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-preference-summary-copy small {
	color: #686872;
}

.vex-vpf-secondary-menu,
.vex-vpf-secondary-menu .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vex-vpf-secondary-menu .sub-menu {
	margin-left: 17px;
	padding-left: 9px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-vpf-secondary-menu a {
	display: block;
	padding: 10px 8px;
	border-radius: 8px;
	color: #f1f1f4;
	font-weight: 680;
	font-size: 14px;
	line-height: 1.3;
	font-family: inherit;
	text-decoration: none;
}

.vex-vpf-secondary-menu a:hover,
.vex-vpf-secondary-menu a:focus-visible {
	background: #202024;
	color: #fff;
	text-decoration: none;
}

.vex-vpf-more-footer {
	flex: 0 0 auto;
	padding: 12px 18px calc(16px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-logout-link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 46px;
	padding: 10px 12px;
	border-radius: 9px;
	color: #f2f2f4;
	font-weight: 720;
	font-size: 15px;
	line-height: 1.2;
	font-family: inherit;
	text-decoration: none;
}

.vex-vpf-logout-link:hover,
.vex-vpf-logout-link:focus-visible {
	background: #202024;
	color: #fff;
	text-decoration: none;
}

/* Per-browser light mode is intentionally scoped to the app. */
.vex-vpf-layout[data-vex-vpf-theme="light"] {
	--vex-vpf-background: #f5f5f7;
	background: #f5f5f7;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-panel {
	border-color: #dedee3;
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-text-logo,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-menu a,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-trigger,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-secondary-menu a,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-logout-link,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a {
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-menu a:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-menu a:focus-visible,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-menu .current-menu-item > a,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-trigger:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-trigger:focus-visible,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-secondary-menu a:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-logout-link:hover {
	background: #eeeef1;
	color: #111;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-language-option,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-theme-option {
	border-color: #dedee3;
	background: #eeeef1;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search input[type="search"] {
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search input[type="search"]::placeholder,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-section h3 {
	color: #686872;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-system-menu,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-header,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-section,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-footer {
	border-color: #dedee3;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account strong,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account small {
	color: #16161a;
}

.vex-vpf-discovery-view {
	background: #09090b;
}

.vex-vpf-explore-categories {
	display: flex;
	gap: 9px;
	margin: -4px 0 20px;
	padding: 4px 0 8px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}

.vex-vpf-explore-categories::-webkit-scrollbar {
	display: none;
}

.vex-vpf-explore-category {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	flex: 0 0 auto;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: #17171a;
	color: #e8e8eb;
	font-weight: 720;
	font-size: 13px;
	line-height: 1;
	font-family: inherit;
	text-decoration: none;
}

.vex-vpf-explore-category small {
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 10px;
}

.vex-vpf-explore-category:hover,
.vex-vpf-explore-category:focus-visible,
.vex-vpf-explore-category.is-active {
	border-color: #fff;
	background: #fff;
	color: #111;
	text-decoration: none;
}

.vex-vpf-discovery-card {
	position: relative;
	content-visibility: auto;
	contain-intrinsic-size: 320px 600px;
}

.vex-vpf-discovery-media-shell {
	position: relative;
}

.vex-vpf-discovery-media video {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	background: #111;
	transition: opacity 140ms ease;
}

.vex-vpf-discovery-card.is-previewing .vex-vpf-discovery-media video {
	opacity: 1;
}

.vex-vpf-discovery-card.is-previewing .vex-vpf-trending-play {
	opacity: 0;
}

.vex-vpf-discovery-card .vex-vpf-trending-play,
.vex-vpf-discovery-likes {
	z-index: 2;
	transition: opacity 140ms ease;
}

.vex-vpf-discovery-likes {
	position: absolute;
	left: 10px;
	right: auto;
	bottom: 9px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 7px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.66);
	color: #fff;
	font-weight: 750;
	font-size: 11px;
	line-height: 1;
	font-family: inherit;
	backdrop-filter: blur(6px);
}

.vex-vpf-discovery-likes svg {
	width: 14px;
	height: 14px;
}

.vex-vpf-discovery-volume {
	position: absolute;
	top: auto;
	right: 8px;
	bottom: 8px;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.48);
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	backdrop-filter: blur(4px);
	transition: background 140ms ease, transform 140ms ease;
}

.vex-vpf-discovery-volume:hover,
.vex-vpf-discovery-volume:focus-visible {
	background: rgba(0, 0, 0, 0.72);
	transform: scale(1.04);
}

.vex-vpf-discovery-volume span {
	display: inline-flex;
	width: 20px;
	height: 20px;
}

.vex-vpf-discovery-volume svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-discovery-volume .vex-vpf-preview-sound {
	display: none;
}

.vex-vpf-discovery-volume.is-unmuted .vex-vpf-preview-muted {
	display: none;
}

.vex-vpf-discovery-volume.is-unmuted .vex-vpf-preview-sound {
	display: inline-flex;
}

.vex-vpf-discovery-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 650;
	font-size: 13px;
	line-height: 1.3;
	font-family: inherit;
}

.vex-vpf-discovery-status[hidden] {
	display: none;
}

.vex-vpf-discovery-status button {
	min-height: 32px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: #202024;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.vex-vpf-discovery-status.is-error {
	color: #ff6b77;
}

.vex-vpf-discovery-sentinel {
	width: 100%;
	height: 1px;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-discovery-status {
	color: #686872;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-discovery-status button {
	border-color: #d6d6dc;
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-discovery-view {
	background: #f5f5f7;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-trending-header h1,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-trending-name {
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-explore-category {
	border-color: #dedee3;
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-explore-category.is-active {
	border-color: #16161a;
	background: #16161a;
	color: #fff;
}

@media (min-width: 1500px) {
	.vex-vpf-discovery-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.vex-vpf-discovery-view {
		grid-column: 1;
		padding: max(18px, env(safe-area-inset-top)) 12px calc(86px + env(safe-area-inset-bottom));
	}

	.vex-vpf-trending-header {
		min-height: 44px;
		margin-bottom: 8px;
	}

	.vex-vpf-trending-header h1 {
		font-size: 25px;
	}

	.vex-vpf-explore-categories {
		margin-bottom: 12px;
	}

	.vex-vpf-discovery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 10px;
	}

	.vex-vpf-discovery-media {
		border-radius: 9px;
	}

	.vex-vpf-discovery-volume {
		width: 30px;
		height: 30px;
	}

	.vex-vpf-discovery-volume span {
		width: 16px;
		height: 16px;
	}
}

/* Version 0.10.2: TikTok-style desktop More rail and sliding secondary panel. */
.vex-vpf-sidebar-brand-full {
	display: block;
	min-width: 0;
}

.vex-vpf-sidebar-brand-compact {
	display: none;
}

.vex-vpf-more-panel.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

@media (min-width: 961px) {
	.vex-vpf-sidebar {
		width: 286px !important;
		max-width: 286px;
		overflow-x: visible !important;
		transition: width 220ms cubic-bezier(0.22, 1, 0.36, 1), padding 220ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.vex-vpf-sidebar.is-more-open {
		width: 78px !important;
		max-width: 78px;
		overflow: visible !important;
		padding-right: 12px;
		padding-left: 12px;
		border-right-color: rgba(255, 255, 255, 0.12);
		box-shadow: none;
	}

	.vex-vpf-sidebar.is-more-closing {
		overflow: visible !important;
	}

	.vex-vpf-more-panel {
		top: 0;
		right: auto;
		bottom: 0;
		left: 78px;
		width: 362px;
		min-width: 362px;
		height: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 28px 0 62px rgba(0, 0, 0, 0.28);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(-22px);
		transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 220ms;
	}

	.vex-vpf-more-panel.is-visible {
		visibility: visible;
		transition-delay: 0s;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-header {
		justify-content: center;
		margin-bottom: 18px;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-brand-full {
		display: none;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-brand-compact {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: #17171a;
		color: #fff;
		font-weight: 850;
		font-size: 20px;
		line-height: 1;
		font-family: inherit;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-search {
		grid-template-columns: 22px;
		justify-content: center;
		width: 48px;
		min-height: 48px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		border-radius: 50%;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-search input,
	.vex-vpf-sidebar.is-more-open .vex-vpf-search-submit,
	.vex-vpf-sidebar.is-more-open .vex-vpf-search-clear,
	.vex-vpf-sidebar.is-more-open .vex-vpf-category-menu,
	.vex-vpf-sidebar.is-more-open .vex-vpf-custom-primary-menu {
		display: none !important;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-navigation {
		width: 100%;
		overflow: hidden;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-system-menu {
		align-items: center;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-system-menu a,
	.vex-vpf-sidebar.is-more-open .vex-vpf-more-trigger {
		justify-content: center;
		width: 48px;
		min-width: 48px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-system-menu a > span:last-child,
	.vex-vpf-sidebar.is-more-open .vex-vpf-more-trigger > span:last-child,
	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-account > a > span:last-child {
		display: none;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-system-menu .current-menu-item > a,
	.vex-vpf-sidebar.is-more-open .vex-vpf-system-menu .current_page_item > a {
		box-shadow: inset 3px 0 0 var(--vex-vpf-primary, #ff2d55);
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-more-trigger {
		flex: 0 0 48px;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-account {
		width: 100%;
		margin-top: 14px;
		padding-top: 14px;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-account > a {
		justify-content: center;
		width: 48px;
		margin: 0 auto;
		padding: 3px;
	}

	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-account img,
	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-account-avatar {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-brand-compact {
		background: #eeeef1;
		color: #16161a;
		box-shadow: inset 0 0 0 1px #dedee3;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-sidebar,
	.vex-vpf-more-panel {
		transition: none !important;
	}
}


/* Version 0.10.8: TikTok-style search rail and six-column search results. */
.vex-vpf-search-trigger {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin: 0 0 20px;
	padding: 0 14px;
	border: 1px solid transparent !important;
	border-radius: 999px;
	background: #202024 !important;
	color: #a9a9af !important;
	font: inherit;
	font-weight: 650;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	cursor: text;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.vex-vpf-search-trigger:hover,
.vex-vpf-search-trigger:focus-visible,
.vex-vpf-search-trigger[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.28) !important;
	background: #27272c !important;
	color: #fff !important;
}

.vex-vpf-search-trigger .vex-vpf-search-icon {
	width: 22px;
	height: 22px;
}

.vex-vpf-search-trigger-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-search-panel {
	position: absolute;
	inset: 0;
	z-index: 45;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #070707;
	color: #fff;
}

.vex-vpf-search-panel[hidden] {
	display: none !important;
}

.vex-vpf-search-panel.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.vex-vpf-search-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 74px;
	padding: 18px 18px 10px;
	border-bottom: 0;
}

.vex-vpf-search-panel-header h2 {
	margin: 0;
	color: inherit;
	font: inherit;
	font-weight: 850;
	font-size: 22px;
	line-height: 1.1;
}

.vex-vpf-search-panel-header button {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #202024;
	color: #fff;
	cursor: pointer;
}

.vex-vpf-search-panel-header button span,
.vex-vpf-search-panel-clear span {
	display: inline-flex;
	width: 20px;
	height: 20px;
}

.vex-vpf-search-panel-header svg,
.vex-vpf-search-panel-form svg,
.vex-vpf-search-list-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-search-panel-content {
	flex: 1 1 auto;
	min-height: 0;
	padding: 14px 18px 24px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.vex-vpf-search-panel-form {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	margin: 0 0 22px;
	padding: 0 10px 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.28) !important;
	border-radius: 999px !important;
	background: #202024 !important;
	box-shadow: none !important;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.vex-vpf-search-panel-form:focus-within {
	border-color: rgba(255, 255, 255, 0.62) !important;
	background: #27272c !important;
}

.vex-vpf-search-panel-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	color: #a9a9af;
}

.vex-vpf-search-panel-form input[type="search"] {
	width: 100% !important;
	min-width: 0 !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font: inherit !important;
	font-weight: 650 !important;
	font-size: 15px !important;
	line-height: 42px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.vex-vpf-search-panel-form input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.vex-vpf-search-panel-form input[type="search"]::placeholder {
	color: #a9a9af !important;
	-webkit-text-fill-color: #a9a9af !important;
	opacity: 1 !important;
}

.vex-vpf-search-panel-clear {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #d6d6da;
	cursor: pointer;
}

.vex-vpf-search-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
}

.vex-vpf-search-section-heading h3 {
	margin: 0;
	color: #fff;
	font: inherit;
	font-weight: 800;
	font-size: 15px;
	line-height: 1.2;
}

.vex-vpf-search-section-heading button {
	margin: 0;
	padding: 4px;
	border: 0;
	background: transparent;
	color: var(--vex-vpf-secondary, #25f4ee);
	font: inherit;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
}

.vex-vpf-search-recent ul,
.vex-vpf-search-suggestions ul {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vex-vpf-search-recent li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36px;
	align-items: center;
	min-width: 0;
}

.vex-vpf-search-recent-link,
.vex-vpf-search-suggestion-link {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 45px;
	min-width: 0;
	padding: 8px 8px;
	border-radius: 8px;
	color: #f4f4f6;
	font: inherit;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.vex-vpf-search-recent-link:hover,
.vex-vpf-search-recent-link:focus-visible,
.vex-vpf-search-suggestion-link:hover,
.vex-vpf-search-suggestion-link:focus-visible {
	background: #202024;
	color: #fff;
	text-decoration: none;
}

.vex-vpf-search-list-icon {
	display: inline-flex;
	width: 19px;
	height: 19px;
	color: #d7d7dc;
}

.vex-vpf-search-recent-link > span:last-child,
.vex-vpf-search-suggestion-link > span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-search-recent-remove {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #8f8f98;
	font: inherit;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.vex-vpf-search-recent-remove:hover,
.vex-vpf-search-recent-remove:focus-visible {
	background: #202024;
	color: #fff;
}

.vex-vpf-search-empty-recent {
	margin: 12px 8px;
	color: #8f8f98;
	font-size: 13px;
	line-height: 1.45;
}

.vex-vpf-search-view-all {
	display: block;
	margin-top: 8px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #17171a;
	color: #fff;
	font: inherit;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vex-vpf-search-view-all:hover,
.vex-vpf-search-view-all:focus-visible {
	background: #202024;
	color: var(--vex-vpf-secondary, #25f4ee);
	text-decoration: none;
}


.vex-vpf-search-empty-results {
	display: grid;
	place-items: center;
	min-height: min(56vh, 520px);
	padding: 32px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vex-vpf-search-empty-results .vex-vpf-empty-public {
	max-width: 520px;
	text-align: center;
}

.vex-vpf-search-results-view .vex-vpf-trending-header {
	margin-bottom: 20px;
}

.vex-vpf-search-results-view .vex-vpf-trending-header h1 {
	font-size: clamp(24px, 2.4vw, 34px) !important;
	line-height: 1.15 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

@media (min-width: 1280px) {
	.vex-vpf-search-results-view .vex-vpf-discovery-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 20px 14px;
	}
}

@media (min-width: 961px) and (max-width: 1279px) {
	.vex-vpf-search-results-view .vex-vpf-discovery-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 783px) and (max-width: 960px) {
	.vex-vpf-search-results-view .vex-vpf-discovery-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-trigger,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form {
	border-color: #dedee3 !important;
	background: #eeeef1 !important;
	color: #686872 !important;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel {
	border-color: #dedee3;
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-header,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-section-heading h3 {
	border-color: #dedee3;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form input[type="search"],
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-recent-link,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-suggestion-link,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-view-all {
	color: #16161a !important;
	-webkit-text-fill-color: #16161a !important;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-recent-link:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-suggestion-link:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-view-all,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-recent-remove:hover {
	background: #eeeef1;
}

@media (min-width: 961px) {
	.vex-vpf-sidebar.is-search-open {
		width: 78px !important;
		max-width: 78px;
		overflow: visible !important;
		padding-right: 12px;
		padding-left: 12px;
		border-right-color: rgba(255, 255, 255, 0.12);
	}

	.vex-vpf-sidebar.is-search-closing {
		overflow: visible !important;
	}

	.vex-vpf-search-panel {
		top: 0;
		right: auto;
		bottom: 0;
		left: 78px;
		width: 362px !important;
		min-width: 362px !important;
		max-width: 362px !important;
		height: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 28px 0 62px rgba(0, 0, 0, 0.28);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(-22px);
		transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 220ms;
	}

	.vex-vpf-search-panel.is-visible {
		visibility: visible;
		transition-delay: 0s;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-header {
		justify-content: center;
		margin-bottom: 18px;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-brand-full {
		display: none;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-brand-compact {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: #17171a;
		color: #fff;
		font-weight: 850;
		font-size: 20px;
		line-height: 1;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-search-trigger,
	.vex-vpf-sidebar.is-more-open .vex-vpf-search-trigger {
		grid-template-columns: 22px;
		justify-content: center;
		width: 48px;
		min-height: 48px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
		border-radius: 50%;
		cursor: pointer;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-search-trigger-label,
	.vex-vpf-sidebar.is-more-open .vex-vpf-search-trigger-label,
	.vex-vpf-sidebar.is-search-open .vex-vpf-category-menu,
	.vex-vpf-sidebar.is-search-open .vex-vpf-custom-primary-menu {
		display: none !important;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-navigation {
		width: 100%;
		overflow: hidden;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-system-menu {
		align-items: center;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-system-menu a,
	.vex-vpf-sidebar.is-search-open .vex-vpf-more-trigger {
		justify-content: center;
		width: 48px;
		min-width: 48px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-system-menu a > span:last-child,
	.vex-vpf-sidebar.is-search-open .vex-vpf-more-trigger > span:last-child,
	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-account > a > span:last-child {
		display: none;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-account {
		width: 100%;
		margin-top: 14px;
		padding-top: 14px;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-account > a {
		justify-content: center;
		width: 48px;
		margin: 0 auto;
		padding: 3px;
	}

	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-account img,
	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-account-avatar {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-brand-compact {
		background: #eeeef1;
		color: #16161a;
		box-shadow: inset 0 0 0 1px #dedee3;
	}
}

@media (max-width: 960px) {
	.vex-vpf-search-panel {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-search-panel {
		transition: none !important;
	}
}

/* Version 0.10.13: complete light mode and accessible customer-row hover. */
.vex-vpf-layout[data-vex-vpf-theme="light"] {
	--vex-vpf-background: #fff;
	background: #fff !important;
	color: #16161a;
	color-scheme: light;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-feed,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-empty-panel,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-trending-view,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-discovery-view {
	background: #fff !important;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:focus-visible {
	background: #f1f1f2 !important;
	color: #16161a !important;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:hover strong,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:hover small,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:focus-visible strong,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account > a:focus-visible small {
	color: #16161a !important;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-category-menu a > small,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-account-avatar,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-header button,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-clear {
	border-color: #dedee3;
	background: #f1f1f2;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-more-header button,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-close,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-toggle {
	border-color: #dedee3;
	background: #f1f1f2;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-panel {
	border-color: #dedee3;
	background: #fff;
	color: #16161a;
	box-shadow: -24px 0 70px rgba(0, 0, 0, 0.16);
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-header,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-footer {
	border-color: #e5e5e8;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-header h2,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-header strong,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-content p {
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-header h2 span,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-header p,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-header time,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-limit,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-login p {
	color: #6b6b73;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-close,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-more,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-emoji-picker summary,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-emoji-grid {
	border-color: #dedee3;
	background: #f1f1f2;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-status,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-footer {
	background: #fff;
	color: #4f4f57;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-form textarea {
	border-color: #d8d8dd;
	background: #f1f1f2;
	color: #16161a;
	-webkit-text-fill-color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-form textarea::placeholder {
	color: #777780;
	-webkit-text-fill-color: #777780;
	opacity: 1;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comment-submit,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-comments-login a {
	background: var(--vex-vpf-primary, #fe2c55);
	color: var(--vex-vpf-on-primary, #fff);
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-header,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav {
	border-color: #dedee3;
	background: rgba(255, 255, 255, 0.97) !important;
	color: #16161a;
}

@media (max-width: 782px) {
	.vex-vpf-layout[data-vex-vpf-theme="light"],
	.vex-vpf-layout[data-vex-vpf-theme="light"].has-sidebar,
	.vex-vpf-layout[data-vex-vpf-theme="light"].without-sidebar {
		background: #fff !important;
	}
}


/* Version 0.10.14: cleaner video presentation and compact product metadata. */
.vex-vpf-stage {
	box-shadow: none !important;
}

.vex-vpf-product-title {
	font-size: clamp(17px, 2vw, 23px);
}

.vex-vpf-financing-text {
	margin: 0 0 3px;
	color: #fff;
	font-weight: 750;
	font-size: 15px;
	line-height: 1.25;
	font-family: inherit;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

@media (max-width: 420px) {
	.vex-vpf-product-title {
		font-size: 17px;
	}

	.vex-vpf-financing-text {
		font-size: 14px;
	}
}


/* Version 0.10.15: TikTok-style action rail outside the desktop video. */
.vex-vpf-player-shell {
	position: relative;
	width: min(100%, 56.25svh);
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.vex-vpf-player-shell > .vex-vpf-stage {
	width: 100%;
	height: 100%;
}

.vex-vpf-player-shell > .vex-vpf-actions {
	position: absolute;
	right: auto;
	bottom: 118px;
	left: calc(100% + 14px);
}

.vex-vpf-whatsapp-action {
	border-color: rgba(255, 255, 255, 0.35) !important;
	background: #25d366 !important;
	color: #fff !important;
}

.vex-vpf-whatsapp-action:hover,
.vex-vpf-whatsapp-action:focus-visible {
	background: #1fbd59 !important;
	color: #fff !important;
}

.vex-vpf-product {
	right: 20px;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-action:not(.vex-vpf-whatsapp-action) {
	border-color: #e5e5e8;
	background: #f1f1f2;
	color: #16161a;
	backdrop-filter: none;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-action:not(.vex-vpf-whatsapp-action):hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-action:not(.vex-vpf-whatsapp-action):focus-visible {
	background: #e5e5e8;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-action-count {
	color: #2f2f35;
	text-shadow: none;
}

@media (max-width: 1100px) {
	.vex-vpf-player-shell > .vex-vpf-actions {
		right: 10px;
		bottom: 106px;
		left: auto;
	}

	.vex-vpf-product {
		right: 66px;
	}
}

@media (max-width: 782px) {
	.vex-vpf-player-shell {
		width: 100%;
		height: 100%;
	}

	.vex-vpf-player-shell > .vex-vpf-actions {
		right: 10px !important;
		bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
		left: auto !important;
	}

	.vex-vpf-product {
		right: 66px;
	}
}

.vex-vpf-whatsapp-action,
.vex-vpf-whatsapp-action:hover,
.vex-vpf-whatsapp-action:focus {
	text-decoration: none !important;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-reaction.is-active-reaction {
	border-color: rgba(255, 255, 255, 0.5);
	background: var(--vex-vpf-primary, #fe2c55);
	color: var(--vex-vpf-on-primary, #fff);
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-player-shell > .vex-vpf-actions .vex-vpf-favorite.is-active-reaction {
	background: #ffcc00;
	color: #171717;
}


/* Version 0.10.16: outline mobile navigation and configurable static sidebar footer. */
.vex-vpf-mobile-static {
	flex: 0 0 auto;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.vex-vpf-mobile-static-menu { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.vex-vpf-mobile-static-menu .sub-menu { display: grid; gap: 2px; margin: 2px 0 4px 15px; padding: 0 0 0 10px; border-left: 1px solid rgba(255,255,255,.12); list-style: none; }
.vex-vpf-mobile-static-menu li { margin: 0; padding: 0; }
.vex-vpf-mobile-static-menu a { display: block; padding: 7px 10px; border-radius: 7px; color: #d8d8dc; font-size: 12px; font-weight: 650; line-height: 1.25; text-decoration: none; }
.vex-vpf-mobile-static-menu a:hover,
.vex-vpf-mobile-static-menu a:focus-visible,
.vex-vpf-mobile-static-menu .current-menu-item > a { background: #202024; color: #fff; }
.vex-vpf-mobile-static-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; padding: 9px 8px 0; color: #9c9ca4; }
.vex-vpf-mobile-static-footer strong { min-width: 0; overflow: hidden; color: inherit; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.vex-vpf-mobile-static-footer select { width: auto; max-width: 116px; min-height: 32px; margin: 0; padding: 4px 24px 4px 9px; border: 1px solid #3c3c42; border-radius: 7px; background: #202024; color: #fff; font: inherit; font-size: 11px; box-shadow: none; }
.vex-vpf-sidebar.is-more-open .vex-vpf-mobile-static,
.vex-vpf-sidebar.is-search-open .vex-vpf-mobile-static { display: none; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static { border-color: #e2e2e5; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-menu a { color: #4f4f57; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-menu a:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-menu a:focus-visible,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-menu .current-menu-item > a { background: #f1f1f2; color: #16161a; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-footer { color: #6b6b73; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-static-footer select { border-color: #dedee3; background: #f1f1f2; color: #16161a; }

@media (max-width: 782px) {
	.vex-vpf-mobile-nav-item { color: #aaaab2; }
	.vex-vpf-mobile-nav-icon { display: block; width: 24px; height: 24px; }
	.vex-vpf-mobile-nav-icon i { display: block; width: 100%; height: 100%; font-style: normal; }
	.vex-vpf-mobile-nav-icon i.is-filled { display: none; }
	.vex-vpf-mobile-nav-item.is-active .vex-vpf-mobile-nav-icon i.is-outline { display: none; }
	.vex-vpf-mobile-nav-item.is-active .vex-vpf-mobile-nav-icon i.is-filled { display: block; }
	.vex-vpf-mobile-nav-icon svg[fill="none"] { fill: none !important; stroke: currentColor !important; }
	.vex-vpf-mobile-nav-item.is-active { color: #fff; }
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item.is-active,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus-visible { color: #16161a !important; }
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon { border-color: #fff; color: #fff !important; }
}

/* Version 0.10.17: mobile menu/search drawers and most-viewed Trending categories. */
.vex-vpf-search-mobile-back,
.vex-vpf-search-panel-form .vex-vpf-search-submit,
.vex-vpf-trending-categories,
.vex-vpf-category-sheet,
.vex-vpf-category-sheet-backdrop {
	display: none;
}

.vex-vpf-category-sheet[hidden],
.vex-vpf-category-sheet-backdrop[hidden] {
	display: none !important;
}

@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		background: #000;
	}

	.vex-vpf-mobile-header {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		z-index: 56 !important;
		display: grid !important;
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		align-items: center;
		gap: 8px;
		min-height: calc(60px + env(safe-area-inset-top));
		padding: max(8px, env(safe-area-inset-top)) 12px 8px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
		color: #fff;
		pointer-events: none;
	}

	.vex-vpf-mobile-header > * {
		pointer-events: auto;
	}

	.vex-vpf-sidebar-toggle,
	.vex-vpf-mobile-search-toggle {
		display: grid !important;
		place-items: center;
		width: 44px;
		height: 44px;
		min-width: 44px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(20, 20, 22, 0.58);
		color: #fff;
		box-shadow: none;
		cursor: pointer;
		backdrop-filter: blur(9px);
		-webkit-backdrop-filter: blur(9px);
	}

	.vex-vpf-sidebar-toggle span,
	.vex-vpf-mobile-search-toggle span,
	.vex-vpf-sidebar-toggle svg,
	.vex-vpf-mobile-search-toggle svg {
		display: block;
		width: 25px;
		height: 25px;
		fill: currentColor;
	}

	.vex-vpf-mobile-header-center {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		font-size: 17px;
		line-height: 1;
		text-align: center;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	}

	.vex-vpf-mobile-header-center strong {
		position: relative;
		padding: 9px 4px 10px;
		color: #fff;
		font: inherit;
		font-weight: 800;
	}

	.vex-vpf-mobile-header-center strong::after {
		position: absolute;
		right: 4px;
		bottom: 2px;
		left: 4px;
		height: 2px;
		border-radius: 999px;
		background: #fff;
		content: "";
	}

	.vex-vpf-mobile-header-center .vex-vpf-mobile-brand {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 160px;
		max-height: 36px;
		text-shadow: none;
	}

	.vex-vpf-mobile-header-center .vex-vpf-custom-logo,
	.vex-vpf-mobile-header-center .vex-vpf-custom-logo .custom-logo-link {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 160px;
		max-height: 36px;
	}

	.vex-vpf-mobile-header-center .vex-vpf-custom-logo img,
	.vex-vpf-mobile-header-center .vex-vpf-text-logo {
		max-width: 160px;
		max-height: 36px;
		color: #fff;
		font-size: 20px;
	}

	.vex-vpf-sidebar {
		position: absolute !important;
		top: 0 !important;
		right: auto !important;
		bottom: calc(66px + env(safe-area-inset-bottom)) !important;
		left: 0 !important;
		z-index: 59 !important;
		display: flex !important;
		width: min(360px, 86vw) !important;
		max-width: min(360px, 86vw) !important;
		height: auto !important;
		padding: max(16px, env(safe-area-inset-top)) 18px 18px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
		background: #070707 !important;
		box-shadow: 20px 0 54px rgba(0, 0, 0, 0.45);
		transform: translateX(-105%) !important;
		transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), width 180ms ease !important;
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-sidebar {
		transform: translateX(0) !important;
	}

	.vex-vpf-sidebar-backdrop {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: calc(66px + env(safe-area-inset-bottom)) !important;
		left: 0 !important;
		z-index: 58 !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: rgba(0, 0, 0, 0.58) !important;
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-sidebar-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.vex-vpf-sidebar-close {
		display: grid !important;
	}

	.vex-vpf-mobile-nav {
		z-index: 62;
	}

	.vex-vpf-sidebar.is-search-open {
		width: 100vw !important;
		max-width: 100vw !important;
		padding: 0 !important;
		border-right: 0 !important;
		box-shadow: none;
	}

	.vex-vpf-sidebar.is-search-open > .vex-vpf-sidebar-header,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-search-trigger,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-sidebar-navigation,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-more-trigger,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-mobile-static,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-sidebar-account,
	.vex-vpf-sidebar.is-search-open > .vex-vpf-more-panel {
		display: none !important;
	}

	.vex-vpf-search-panel {
		position: absolute !important;
		inset: 0 !important;
		z-index: 4 !important;
		display: flex;
		flex-direction: column;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 100% !important;
		padding: 0 !important;
		border: 0 !important;
		background: #070707 !important;
		box-shadow: none !important;
		opacity: 0;
		visibility: hidden;
		transform: translateX(18px);
		transition: opacity 160ms ease, transform 200ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 200ms;
	}

	.vex-vpf-search-panel.is-visible {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition-delay: 0s;
	}

	.vex-vpf-search-panel-header {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		align-items: center;
		gap: 8px;
		min-height: calc(60px + env(safe-area-inset-top));
		padding: max(8px, env(safe-area-inset-top)) 10px 8px;
		border-bottom: 0;
	}

	.vex-vpf-search-panel-header h2 {
		margin: 0;
		font-size: 18px;
		text-align: center;
	}

	.vex-vpf-search-mobile-back {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: inherit;
	}

	.vex-vpf-search-mobile-back span,
	.vex-vpf-search-mobile-back svg {
		display: block;
		width: 25px;
		height: 25px;
		fill: currentColor;
	}

	.vex-vpf-search-desktop-close {
		visibility: hidden;
		pointer-events: none;
	}

	.vex-vpf-search-panel-content {
		flex: 1 1 auto;
		min-height: 0;
		padding: 0 14px 24px;
		overflow-y: auto;
	}

	.vex-vpf-search-panel-form {
		grid-template-columns: 22px minmax(0, 1fr) 28px auto;
		gap: 6px;
		min-height: 50px;
		margin: 0 0 18px;
		padding: 5px 5px 5px 13px;
	}

	.vex-vpf-search-panel-form .vex-vpf-search-submit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 38px;
		padding: 0 10px;
		border: 0;
		background: transparent;
		color: var(--vex-vpf-primary, #fe2c55);
		font-size: 14px;
		font-weight: 800;
	}

	.vex-vpf-search-panel-form input[type="search"] {
		font-size: 16px !important;
	}

	.vex-vpf-layout.is-sidebar-open .vex-vpf-feed,
	.vex-vpf-layout.is-sidebar-open .vex-vpf-discovery-view,
	.vex-vpf-layout.is-sidebar-open .vex-vpf-empty-panel {
		pointer-events: none;
	}

	.vex-vpf-trending-view,
	.vex-vpf-discovery-view {
		padding-top: calc(68px + env(safe-area-inset-top));
	}

	.vex-vpf-trending-categories {
		display: block;
		margin: 0 0 18px;
	}

	.vex-vpf-trending-categories-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 0 0 10px;
	}

	.vex-vpf-trending-categories-heading h2 {
		margin: 0;
		font-size: 18px;
		line-height: 1.2;
	}

	.vex-vpf-trending-categories-heading button {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		min-height: 36px;
		margin: 0;
		padding: 6px 8px;
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: inherit;
		font-size: 0;
		cursor: pointer;
	}

	.vex-vpf-trending-categories-heading button span,
	.vex-vpf-trending-categories-heading button svg {
		display: block;
		width: 23px;
		height: 23px;
		fill: currentColor;
	}

	.vex-vpf-trending-category-slider {
		display: flex;
		gap: 10px;
		margin: 0 -12px;
		padding: 0 12px 7px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.vex-vpf-trending-category-slider::-webkit-scrollbar {
		display: none;
	}

	.vex-vpf-trending-category-card {
		position: relative;
		flex: 0 0 132px;
		display: block;
		height: 94px;
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, 0.11);
		border-radius: 11px;
		background: #1b1b1f;
		color: #fff;
		scroll-snap-align: start;
		text-decoration: none;
	}

	.vex-vpf-trending-category-card.is-active {
		border-color: var(--vex-vpf-primary, #fe2c55);
		box-shadow: inset 0 0 0 1px var(--vex-vpf-primary, #fe2c55);
	}

	.vex-vpf-trending-category-thumb,
	.vex-vpf-trending-category-placeholder {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		background: linear-gradient(145deg, #292930, #121216);
	}

	.vex-vpf-trending-category-thumb::after,
	.vex-vpf-trending-category-placeholder::after {
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.82));
		content: "";
	}

	.vex-vpf-trending-category-thumb img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.vex-vpf-trending-category-placeholder svg {
		width: 34px;
		height: 34px;
		fill: rgba(255, 255, 255, 0.8);
	}

	.vex-vpf-trending-category-card strong {
		position: absolute;
		right: 9px;
		bottom: 8px;
		left: 9px;
		z-index: 2;
		display: -webkit-box;
		overflow: hidden;
		color: #fff;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.12;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.vex-vpf-category-sheet-backdrop {
		position: absolute;
		inset: 0 0 calc(66px + env(safe-area-inset-bottom));
		z-index: 69;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.55);
	}

	.vex-vpf-category-sheet {
		position: absolute;
		right: 0;
		bottom: calc(66px + env(safe-area-inset-bottom));
		left: 0;
		z-index: 70;
		display: flex;
		flex-direction: column;
		max-height: min(72vh, 650px);
		padding: 14px 18px 18px;
		border-radius: 18px 18px 0 0;
		background: #fff;
		color: #16161a;
		box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.28);
		opacity: 0;
		transform: translateY(18px);
		transition: opacity 160ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.vex-vpf-category-sheet.is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	.vex-vpf-category-sheet header {
		display: grid;
		grid-template-columns: 1fr 42px;
		align-items: center;
		gap: 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #e6e6e9;
	}

	.vex-vpf-category-sheet h2 {
		margin: 0;
		font-size: 20px;
		text-align: center;
	}

	.vex-vpf-category-sheet header button {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #16161a;
	}

	.vex-vpf-category-sheet header button svg {
		width: 24px;
		height: 24px;
		fill: currentColor;
	}

	.vex-vpf-category-sheet nav {
		min-height: 0;
		padding-top: 6px;
		overflow-y: auto;
	}

	.vex-vpf-category-sheet nav a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 54px;
		padding: 9px 4px;
		border-bottom: 1px solid #ededf0;
		color: #16161a;
		font-size: 16px;
		font-weight: 650;
		text-decoration: none;
	}

	.vex-vpf-category-sheet nav a span,
	.vex-vpf-category-sheet nav a svg {
		display: block;
		width: 19px;
		height: 19px;
		fill: currentColor;
	}

	.vex-vpf-layout.has-category-sheet-open .vex-vpf-discovery-view {
		overflow: hidden;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar {
		border-right-color: #dedee3 !important;
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel {
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"].is-discovery-view .vex-vpf-mobile-header {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82), transparent);
		color: #16161a;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"].is-discovery-view .vex-vpf-sidebar-toggle,
	.vex-vpf-layout[data-vex-vpf-theme="light"].is-discovery-view .vex-vpf-mobile-search-toggle {
		background: #f1f1f2;
		color: #16161a;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"].is-discovery-view .vex-vpf-mobile-header-center .vex-vpf-text-logo {
		color: #16161a;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-trending-category-card {
		border-color: #dedee3;
		background: #f1f1f2;
	}
}

@media (max-width: 782px) {
	.vex-vpf-discovery-view[data-vex-vpf-discovery-type="trending"] .vex-vpf-trending-header {
		display: none;
	}

	.vex-vpf-trending-search {
		display: grid;
		grid-template-columns: 22px minmax(0, 1fr);
		align-items: center;
		gap: 9px;
		width: 100%;
		min-height: 46px;
		margin: 0 0 16px;
		padding: 8px 14px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
		background: #202024;
		color: #aaaab2;
		font-family: inherit;
		text-align: left;
		box-shadow: none;
	}

	.vex-vpf-trending-search span,
	.vex-vpf-trending-search svg {
		display: block;
		width: 22px;
		height: 22px;
		fill: currentColor;
	}

	.vex-vpf-trending-search strong {
		overflow: hidden;
		font-size: 14px;
		font-weight: 650;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-trending-search {
		border-color: #dedee3;
		background: #f1f1f2;
		color: #777780;
	}
}

/* Version 0.10.18: compact mobile drawer and flush bottom navigation. */
.vex-vpf-mobile-static {
	display: none;
}

@media (max-width: 782px) {
	.vex-vpf-sidebar {
		bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
		width: min(330px, 76vw) !important;
		max-width: min(330px, 76vw) !important;
		padding: max(12px, env(safe-area-inset-top, 0px)) 14px 10px !important;
		justify-content: flex-start !important;
	}

	.vex-vpf-sidebar-backdrop {
		bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-sidebar-navigation {
		flex: 0 0 auto !important;
		min-height: 0 !important;
	}

	.vex-vpf-more-trigger {
		margin-top: 12px !important;
	}

	.vex-vpf-mobile-static {
		display: block;
		margin-top: 12px !important;
		padding-top: 12px !important;
	}

	.vex-vpf-sidebar-account {
		display: none !important;
	}

	.vex-vpf-mobile-nav {
		min-height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
		padding: 4px 3px max(4px, env(safe-area-inset-bottom, 0px)) !important;
		box-shadow: none !important;
	}

	.vex-vpf-mobile-nav-item,
	.vex-vpf-mobile-nav-item:hover,
	.vex-vpf-mobile-nav-item:active,
	.vex-vpf-mobile-nav-item:focus,
	.vex-vpf-mobile-nav-item:focus-visible,
	.vex-vpf-mobile-nav-item.is-active {
		min-height: 44px !important;
		padding: 2px 1px !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.vex-vpf-mobile-nav-icon {
		width: 21px !important;
		height: 21px !important;
	}

	.vex-vpf-mobile-nav-icon svg {
		width: 21px !important;
		height: 21px !important;
	}

	.vex-vpf-mobile-nav-item small {
		font-size: 9px !important;
		line-height: 1 !important;
	}

	.vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon {
		display: block !important;
		width: 21px !important;
		height: 21px !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #25d366 !important;
		box-shadow: none !important;
	}

	.vex-vpf-actions {
		bottom: calc(66px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.vex-vpf-product {
		bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* Version 0.10.19: full-height mobile drawer, transparent feed header, reference search and black light-nav icons. */
@media (max-width: 782px) {
	/* The drawer must cover the complete usable app height and stop exactly above the bottom navigation. */
	.vex-vpf-sidebar {
		top: 0 !important;
		bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
		height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		min-height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		max-height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		box-sizing: border-box !important;
		align-self: stretch !important;
		background-clip: padding-box !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar,
	body.vex-vpf-theme-light .vex-vpf-sidebar {
		background-color: #fff !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-sidebar,
	body.vex-vpf-theme-dark .vex-vpf-sidebar {
		background-color: #070707 !important;
	}

	/* When the assigned static menu is short, keep its footer near the bottom without exposing the video below it. */
	.vex-vpf-mobile-static {
		margin-top: auto !important;
	}

	/* The video remains visible beneath a transparent app header, as in the mobile reference. */
	.vex-vpf-mobile-header,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-header,
	body.vex-vpf-theme-light .vex-vpf-mobile-header {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #fff !important;
	}

	.vex-vpf-sidebar-toggle,
	.vex-vpf-mobile-search-toggle,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar-toggle,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-search-toggle,
	body.vex-vpf-theme-light .vex-vpf-sidebar-toggle,
	body.vex-vpf-theme-light .vex-vpf-mobile-search-toggle {
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #fff !important;
		box-shadow: none !important;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.82) !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	.vex-vpf-mobile-header-center,
	.vex-vpf-mobile-header-center strong,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-header-center,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-header-center strong {
		color: #fff !important;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.82) !important;
	}

	/* Discovery pages can have a white surface, so their transparent header uses dark controls. */
	.vex-vpf-layout.is-discovery-view[data-vex-vpf-theme="light"] .vex-vpf-mobile-header,
	.vex-vpf-layout.is-discovery-view[data-vex-vpf-theme="light"] .vex-vpf-mobile-header-center,
	.vex-vpf-layout.is-discovery-view[data-vex-vpf-theme="light"] .vex-vpf-mobile-header-center strong,
	.vex-vpf-layout.is-discovery-view[data-vex-vpf-theme="light"] .vex-vpf-sidebar-toggle,
	.vex-vpf-layout.is-discovery-view[data-vex-vpf-theme="light"] .vex-vpf-mobile-search-toggle {
		color: #16161a !important;
		text-shadow: none !important;
	}

	/* Search becomes an independent full-screen surface above the fixed app navigation. */
	.vex-vpf-sidebar.is-search-open {
		width: 100vw !important;
		max-width: 100vw !important;
		height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		min-height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		max-height: calc(100% - 56px - env(safe-area-inset-bottom, 0px)) !important;
		padding: 0 !important;
		border: 0 !important;
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel-header {
		position: absolute !important;
		top: max(8px, env(safe-area-inset-top, 0px)) !important;
		left: 8px !important;
		z-index: 3 !important;
		display: block !important;
		width: 42px !important;
		min-height: 48px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.vex-vpf-search-panel-header h2,
	.vex-vpf-search-desktop-close {
		display: none !important;
	}

	.vex-vpf-search-mobile-back {
		display: grid !important;
		width: 42px !important;
		height: 48px !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel-content {
		padding: max(8px, env(safe-area-inset-top, 0px)) 14px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form {
		position: relative !important;
		isolation: isolate;
		grid-template-columns: 34px minmax(0, 1fr) 30px auto !important;
		gap: 4px !important;
		width: calc(100% - 42px) !important;
		min-height: 48px !important;
		margin: 0 0 18px 42px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.vex-vpf-search-panel-form::before {
		position: absolute;
		top: 0;
		right: 58px;
		bottom: 0;
		left: 0;
		z-index: -1;
		border-radius: 3px;
		background: #f1f1f2;
		content: "";
	}

	.vex-vpf-search-panel-form:focus-within,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form:focus-within,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form:focus-within {
		border: 0 !important;
		background: transparent !important;
	}

	.vex-vpf-search-panel-icon {
		justify-self: center;
		color: #505058 !important;
	}

	.vex-vpf-search-panel-form input[type="search"],
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form input[type="search"],
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form input[type="search"] {
		height: 48px !important;
		min-height: 48px !important;
		color: #16161a !important;
		-webkit-text-fill-color: #16161a !important;
		font-size: 16px !important;
		line-height: 48px !important;
	}

	.vex-vpf-search-panel-form input[type="search"]::placeholder,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form input[type="search"]::placeholder,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form input[type="search"]::placeholder {
		color: #777780 !important;
		-webkit-text-fill-color: #777780 !important;
	}

	.vex-vpf-search-panel-clear {
		width: 24px !important;
		height: 24px !important;
		background: #b7b7bd !important;
		color: #fff !important;
	}

	.vex-vpf-search-panel-form .vex-vpf-search-submit {
		min-width: 54px !important;
		min-height: 48px !important;
		padding: 0 0 0 8px !important;
		background: transparent !important;
		color: var(--vex-vpf-primary, #fe2c55) !important;
		font-size: 15px !important;
		font-weight: 800 !important;
	}

	.vex-vpf-search-recent-link,
	.vex-vpf-search-suggestion-link,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-recent-link,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-suggestion-link,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-recent-link,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-suggestion-link {
		min-height: 54px !important;
		padding: 10px 2px !important;
		background: transparent !important;
		color: #35353b !important;
		font-size: 16px !important;
	}

	.vex-vpf-search-list-icon {
		color: #35353b !important;
	}

	.vex-vpf-search-view-all,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-view-all,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-view-all {
		background: transparent !important;
		color: #16161a !important;
	}

	/* White app navigation always uses crisp black icons and labels, never disabled grey. */
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav,
	.vex-vpf-sidebar.is-search-open ~ .vex-vpf-mobile-nav {
		border-top-color: #dedee3 !important;
		background: #fff !important;
		color: #111 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:hover,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:active,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus-visible,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item.is-active,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item.is-active {
		color: #111 !important;
		opacity: 1 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item small,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item small {
		color: #111 !important;
		opacity: 1 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon i,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon svg,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon i,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon svg {
		color: #111 !important;
		opacity: 1 !important;
		stroke: currentColor !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon svg[fill="none"],
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon svg[fill="none"] {
		fill: none !important;
		stroke: #111 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item.is-active .vex-vpf-mobile-nav-icon svg:not([fill="none"]),
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item.is-active .vex-vpf-mobile-nav-icon svg:not([fill="none"]) {
		fill: #111 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp .vex-vpf-mobile-nav-icon svg,
	body.vex-vpf-theme-light .vex-vpf-mobile-whatsapp .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-whatsapp .vex-vpf-mobile-nav-icon svg {
		color: #25d366 !important;
		stroke: #25d366 !important;
	}
}

/* Version 0.10.20: mobile overlay surfaces extend behind the fixed bottom navigation. */
@media (max-width: 782px) {
	.vex-vpf-layout,
	.vex-vpf-layout.has-sidebar,
	.vex-vpf-layout.without-sidebar {
		--vex-vpf-mobile-nav-height: calc(56px + env(safe-area-inset-bottom, 0px));
	}

	/* Keep the navigation height deterministic and let every overlay continue behind it. */
	.vex-vpf-mobile-nav {
		height: var(--vex-vpf-mobile-nav-height) !important;
		min-height: var(--vex-vpf-mobile-nav-height) !important;
		max-height: var(--vex-vpf-mobile-nav-height) !important;
	}

	.vex-vpf-sidebar {
		bottom: 0 !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		padding-bottom: calc(12px + var(--vex-vpf-mobile-nav-height)) !important;
		background-clip: border-box !important;
	}

	/* Search is a full white screen; its content remains readable above the overlaid nav. */
	.vex-vpf-sidebar.is-search-open {
		bottom: 0 !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		padding: 0 !important;
	}

	.vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel {
		inset: 0 !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		background: #fff !important;
	}

	.vex-vpf-search-panel-content {
		padding-bottom: calc(18px + var(--vex-vpf-mobile-nav-height)) !important;
	}
}


/* Version 0.10.22: scalable Explore facets and mobile filter sheet. */
.vex-vpf-explore-filters {
	position: relative;
	margin: -5px 0 22px;
	font-family: inherit;
}

.vex-vpf-explore-filters-summary {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	margin-bottom: 12px;
}

.vex-vpf-explore-results-summary {
	display: flex;
	align-items: baseline;
	gap: 9px;
	min-width: 0;
}

.vex-vpf-explore-results-summary strong {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.vex-vpf-explore-results-summary span {
	color: #9b9ba3;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
}

.vex-vpf-filter-mobile-toggle,
.vex-vpf-filter-clear-top,
.vex-vpf-filter-panel button,
.vex-vpf-filter-panel select,
.vex-vpf-filter-panel input {
	font-family: inherit;
}

.vex-vpf-filter-mobile-toggle {
	display: none;
}

.vex-vpf-filter-clear-top {
	margin: 0 0 0 auto;
	padding: 7px 0;
	border: 0;
	background: transparent;
	color: var(--vex-vpf-secondary, #25f4ee);
	font-size: 12px;
	font-weight: 760;
	cursor: pointer;
}

.vex-vpf-filter-clear-top[hidden],
.vex-vpf-filter-backdrop[hidden] {
	display: none !important;
}

.vex-vpf-filter-panel {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.vex-vpf-filter-panel-header {
	display: none;
}

.vex-vpf-filter-fields {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
	gap: 10px;
}

.vex-vpf-filter-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	margin: 0;
}

.vex-vpf-filter-field > span {
	color: #aaaab2;
	font-size: 11px;
	font-weight: 760;
	line-height: 1.2;
}

.vex-vpf-filter-field select,
.vex-vpf-filter-field input[type="number"] {
	width: 100%;
	height: 42px;
	min-height: 42px;
	margin: 0;
	padding: 0 36px 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	outline: 0;
	background-color: #18181b;
	color: #f5f5f7;
	font-size: 13px;
	font-weight: 680;
	line-height: 1;
	box-shadow: none;
	transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.vex-vpf-filter-field select:hover,
.vex-vpf-filter-field input[type="number"]:hover {
	border-color: rgba(255, 255, 255, 0.3);
}

.vex-vpf-filter-field select:focus,
.vex-vpf-filter-field input[type="number"]:focus {
	border-color: var(--vex-vpf-primary, #fe2c55);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--vex-vpf-primary, #fe2c55) 20%, transparent);
}

.vex-vpf-filter-field select option {
	background: #18181b;
	color: #fff;
}

.vex-vpf-filter-price > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 6px;
}

.vex-vpf-filter-price > div > span {
	color: #777780;
}

.vex-vpf-filter-price input[type="number"] {
	padding-right: 10px;
}

.vex-vpf-filter-panel-footer {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	margin-top: 12px;
}

.vex-vpf-filter-panel-footer button {
	min-height: 38px;
	margin: 0;
	padding: 8px 15px;
	border: 0;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.vex-vpf-filter-clear {
	background: #242428;
	color: #f5f5f7;
}

.vex-vpf-filter-clear:disabled {
	opacity: 0.45;
	cursor: default;
}

.vex-vpf-filter-apply {
	background: var(--vex-vpf-primary, #fe2c55);
	color: var(--vex-vpf-primary-contrast, #fff);
}

.vex-vpf-filter-backdrop {
	display: none;
}

.vex-vpf-filter-empty {
	grid-column: 1 / -1;
	display: grid;
	place-items: center;
	min-height: 260px;
	padding: 36px 20px;
	border: 1px dashed rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	text-align: center;
}

.vex-vpf-filter-empty strong,
.vex-vpf-filter-empty span {
	display: block;
}

.vex-vpf-filter-empty strong {
	color: #fff;
	font-size: 18px;
	font-weight: 820;
}

.vex-vpf-filter-empty span {
	max-width: 430px;
	margin-top: 7px;
	color: #a7a7af;
	font-size: 13px;
	line-height: 1.45;
}

.vex-vpf-filter-empty button {
	margin-top: 16px;
	padding: 9px 15px;
	border: 0;
	border-radius: 999px;
	background: var(--vex-vpf-primary, #fe2c55);
	color: var(--vex-vpf-primary-contrast, #fff);
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.vex-vpf-discovery-view.is-filtering .vex-vpf-discovery-grid {
	opacity: 0.42;
	pointer-events: none;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-explore-results-summary strong,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-empty strong {
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-explore-results-summary span,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-field > span,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-empty span {
	color: #66666f;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-field select,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-field input[type="number"] {
	border-color: #dedee3;
	background-color: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-field select option {
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-clear {
	background: #eeeef1;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-empty {
	border-color: #d8d8de;
	background: #fff;
}

@media (max-width: 782px) {
	.vex-vpf-explore-filters {
		margin: -2px 0 14px;
	}

	.vex-vpf-explore-filters-summary {
		gap: 10px;
		margin-bottom: 0;
	}

	.vex-vpf-filter-mobile-toggle {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		min-height: 38px;
		margin: 0;
		padding: 7px 11px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 999px;
		background: #18181b;
		color: #fff;
		font-size: 12px;
		cursor: pointer;
	}

	.vex-vpf-filter-mobile-toggle > span {
		display: inline-flex;
		width: 18px;
		height: 18px;
	}

	.vex-vpf-filter-mobile-toggle svg {
		width: 100%;
		height: 100%;
	}

	.vex-vpf-filter-mobile-toggle small {
		display: inline-grid;
		place-items: center;
		min-width: 19px;
		height: 19px;
		padding: 0 5px;
		border-radius: 999px;
		background: var(--vex-vpf-primary, #fe2c55);
		color: var(--vex-vpf-primary-contrast, #fff);
		font-size: 10px;
	}

	.vex-vpf-explore-results-summary {
		flex: 1 1 auto;
		justify-content: flex-end;
	}

	.vex-vpf-explore-results-summary strong {
		display: none;
	}

	.vex-vpf-filter-clear-top {
		display: none;
	}

	.vex-vpf-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 100040;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.54);
		backdrop-filter: blur(2px);
	}

	.vex-vpf-filter-panel {
		position: fixed;
		left: 0;
		right: 0;
		bottom: var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px)));
		z-index: 100050;
		display: flex;
		flex-direction: column;
		max-height: min(78dvh, 690px);
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 18px 18px 0 0;
		background: #111113;
		box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.35);
		transform: translateY(calc(100% + 80px));
		visibility: hidden;
		pointer-events: none;
		transition: transform 220ms ease, visibility 220ms ease;
	}

	.vex-vpf-explore-filters.is-open .vex-vpf-filter-panel {
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}

	.vex-vpf-filter-panel-header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 14px;
		padding: 18px 18px 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.vex-vpf-filter-panel-header h2,
	.vex-vpf-filter-panel-header p {
		margin: 0;
	}

	.vex-vpf-filter-panel-header h2 {
		color: #fff;
		font-size: 20px;
		font-weight: 850;
	}

	.vex-vpf-filter-panel-header p {
		margin-top: 3px;
		color: #9999a2;
		font-size: 12px;
	}

	.vex-vpf-filter-panel-header button {
		display: grid;
		place-items: center;
		width: 36px;
		height: 36px;
		flex: 0 0 36px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #26262b;
		color: #fff;
	}

	.vex-vpf-filter-panel-header svg {
		width: 20px;
		height: 20px;
		fill: currentColor;
	}

	.vex-vpf-filter-fields {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px 18px 20px;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.vex-vpf-filter-field select,
	.vex-vpf-filter-field input[type="number"] {
		height: 46px;
		min-height: 46px;
		font-size: 14px;
	}

	.vex-vpf-filter-panel-footer {
		flex: 0 0 auto;
		margin: 0;
		padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		background: #111113;
	}

	.vex-vpf-filter-panel-footer button {
		flex: 1 1 50%;
		min-height: 44px;
	}

	.vex-vpf-filter-empty {
		min-height: 220px;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-mobile-toggle {
		border-color: #dedee3;
		background: #fff;
		color: #16161a;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-footer {
		background: #fff;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-header,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-footer {
		border-color: #e5e5e9;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-header h2 {
		color: #16161a;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-header p {
		color: #686872;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-panel-header button {
		background: #eeeef1;
		color: #16161a;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vex-vpf-filter-panel {
		transition: none;
	}
}

/* Saved vehicle searches. */
.vex-vpf-discovery-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.vex-vpf-save-search-control { flex: 0 0 auto; }
.vex-vpf-save-search-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	background: var(--vex-vpf-primary, #fe2c55);
	color: var(--vex-vpf-primary-contrast, #fff);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}
.vex-vpf-save-search-button svg { width: 20px; height: 20px; }
.vex-vpf-save-search-button.is-saved { filter: saturate(.7); }
.vex-vpf-save-search-modal,
.vex-vpf-saved-search-edit-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: grid;
	place-items: center;
	padding: 20px;
}
.vex-vpf-save-search-modal[hidden],
.vex-vpf-saved-search-edit-modal[hidden] { display: none !important; }
.vex-vpf-save-search-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(0,0,0,.62);
}
.vex-vpf-save-search-modal > section,
.vex-vpf-saved-search-edit-modal > section {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	border-radius: 14px;
	background: #171717;
	color: #fff;
	box-shadow: 0 20px 70px rgba(0,0,0,.36);
	overflow: hidden;
}
.vex-vpf-save-search-modal header,
.vex-vpf-saved-search-edit-modal header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.vex-vpf-save-search-modal h2,
.vex-vpf-saved-search-edit-modal h2 { margin: 0; font-size: 22px; color: inherit; }
.vex-vpf-save-search-modal header button,
.vex-vpf-saved-search-edit-modal header button {
	width: 38px;
	height: 38px;
	padding: 8px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	cursor: pointer;
}
.vex-vpf-save-search-modal header svg,
.vex-vpf-saved-search-edit-modal header svg { width: 100%; height: 100%; }
.vex-vpf-save-search-modal form,
.vex-vpf-saved-search-edit-modal form { display: grid; gap: 18px; padding: 22px; }
.vex-vpf-save-search-modal label,
.vex-vpf-saved-search-edit-modal label { display: grid; gap: 8px; color: inherit; font-weight: 700; }
.vex-vpf-save-search-modal input[type="text"],
.vex-vpf-save-search-modal select,
.vex-vpf-saved-search-edit-modal input[type="text"],
.vex-vpf-saved-search-edit-modal select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 8px;
	background: #2d2d2d;
	color: #fff;
	font: inherit;
}
.vex-vpf-save-search-toggle { grid-template-columns: auto 1fr !important; align-items: center; font-weight: 500 !important; }
.vex-vpf-save-search-toggle input { width: 18px; height: 18px; margin: 0; }
.vex-vpf-save-search-status { min-height: 20px; color: var(--vex-vpf-secondary, #25f4ee); }
.vex-vpf-save-search-modal footer,
.vex-vpf-saved-search-edit-modal footer { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.vex-vpf-save-search-modal footer button,
.vex-vpf-saved-search-edit-modal footer button {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: #353535;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}
.vex-vpf-save-search-modal footer .is-primary,
.vex-vpf-saved-search-edit-modal footer .is-primary { background: var(--vex-vpf-primary, #fe2c55); color: var(--vex-vpf-primary-contrast, #fff); }
.vex-vpf-theme-light .vex-vpf-save-search-modal > section,
.vex-vpf-theme-light .vex-vpf-saved-search-edit-modal > section { background: #fff; color: #161823; }
.vex-vpf-theme-light .vex-vpf-save-search-modal header,
.vex-vpf-theme-light .vex-vpf-saved-search-edit-modal header { border-color: #e5e5e5; }
.vex-vpf-theme-light .vex-vpf-save-search-modal input[type="text"],
.vex-vpf-theme-light .vex-vpf-save-search-modal select,
.vex-vpf-theme-light .vex-vpf-saved-search-edit-modal input[type="text"],
.vex-vpf-theme-light .vex-vpf-saved-search-edit-modal select { background: #f1f1f2; color: #161823; border-color: #d9d9dc; }
.vex-vpf-theme-light .vex-vpf-save-search-modal footer button,
.vex-vpf-theme-light .vex-vpf-saved-search-edit-modal footer button { background: #f1f1f2; color: #161823; }
@media (max-width: 700px) {
	.vex-vpf-discovery-header { align-items: flex-start; flex-wrap: wrap; }
	.vex-vpf-discovery-header > h1 { flex: 1 1 220px; min-width: 0; }
	.vex-vpf-save-search-button { min-height: 40px; padding: 0 13px; font-size: 13px; }
	.vex-vpf-save-search-modal { align-items: end; padding: 0; }
	.vex-vpf-save-search-modal > section { width: 100%; border-radius: 16px 16px 0 0; padding-bottom: env(safe-area-inset-bottom); }
}

html.vex-vpf-save-search-open { overflow: hidden; }

/* Optional Auto Credit App link inside the More panel. */
.vex-vpf-credit-app-menu-link {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid var(--vex-vpf-border, rgba(255,255,255,.12));
	border-radius: 12px;
	background: var(--vex-vpf-surface, #181818);
	color: inherit;
	text-decoration: none;
}
.vex-vpf-credit-app-menu-link > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--vex-vpf-primary, #fe2c55); color: var(--vex-vpf-primary-contrast, #fff); }
.vex-vpf-credit-app-menu-link svg { width: 23px; height: 23px; }
.vex-vpf-credit-app-menu-link strong { align-self: end; }
.vex-vpf-credit-app-menu-link small { color: var(--vex-vpf-muted, #a7a7ad); align-self: start; }
.vex-vpf-credit-app-menu-link:hover,
.vex-vpf-credit-app-menu-link:focus-visible { border-color: var(--vex-vpf-primary, #fe2c55); outline: none; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-credit-app-menu-link {
	background: #f5f5f6;
	border-color: #dedee3;
	color: #16161a;
}
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-credit-app-menu-link strong { color: #16161a; }
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-credit-app-menu-link small { color: #686872; }

/* Version 0.10.31: precise mobile search, trending header, category sheet, and light bottom-nav states. */
@media (max-width: 782px) {
	.vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form {
		box-sizing: border-box !important;
		grid-template-columns: 22px minmax(0, 1fr) 26px max-content !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.vex-vpf-search-panel-form::before {
		right: 68px !important;
	}

	.vex-vpf-search-panel-form .vex-vpf-search-submit {
		display: inline-flex !important;
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: max-content !important;
		max-width: none !important;
		padding: 0 2px 0 10px !important;
		overflow: visible !important;
		white-space: nowrap !important;
	}

	.vex-vpf-search-section-heading {
		align-items: flex-start !important;
		gap: 14px !important;
	}

	.vex-vpf-search-section-heading h3 {
		min-width: 0;
	}

	.vex-vpf-search-section-heading button,
	.vex-vpf-search-section-heading button:hover,
	.vex-vpf-search-section-heading button:focus-visible {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: none !important;
		padding: 2px 0 !important;
		line-height: 1.2 !important;
		text-align: right !important;
		white-space: nowrap !important;
	}

	/* Trending uses a clean two-item header: brand left, search right. */
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header {
		grid-template-columns: minmax(0, 1fr) 44px !important;
		gap: 10px !important;
		padding-right: 12px !important;
		padding-left: 14px !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-sidebar-toggle {
		display: none !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center {
		grid-column: 1 !important;
		justify-self: start !important;
		width: auto !important;
		min-width: 0 !important;
		text-align: left !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-mobile-brand,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-text-logo,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center img {
		max-width: min(178px, 56vw) !important;
		max-height: 38px !important;
		margin: 0 !important;
		text-align: left !important;
		object-fit: contain !important;
		object-position: left center !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle {
		grid-column: 2 !important;
		justify-self: end !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-trending-search {
		display: none !important;
	}

	/* The category selector remains attached to the bottom navigation even with few categories. */
	.vex-vpf-category-sheet-backdrop {
		position: fixed !important;
		inset: 0 0 var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px))) !important;
	}

	.vex-vpf-category-sheet {
		position: fixed !important;
		right: 0 !important;
		bottom: var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px))) !important;
		left: 0 !important;
		height: min(72dvh, 650px) !important;
		min-height: min(52dvh, 460px) !important;
		max-height: calc(100dvh - var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px))) - 16px) !important;
		box-sizing: border-box !important;
	}

	.vex-vpf-category-sheet nav {
		flex: 1 1 auto !important;
	}

	/* Every light bottom-nav icon is a black line icon until its active filled state. */
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item {
		color: #16161a !important;
		opacity: 1 !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon {
		display: grid !important;
		place-items: center !important;
		width: 31px !important;
		height: 31px !important;
		padding: 5px !important;
		border-radius: 50% !important;
		background: transparent !important;
		color: #16161a !important;
		box-sizing: border-box !important;
		transition: background-color 140ms ease, color 140ms ease !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon svg,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon svg {
		width: 21px !important;
		height: 21px !important;
		color: inherit !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon {
		color: #16161a !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:hover .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus-visible .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:hover .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:focus-visible .vex-vpf-mobile-nav-icon {
		background: #16161a !important;
		color: #fff !important;
	}
}

/* Version 0.10.32: expanded Trending search and flat mobile navigation states. */
.vex-vpf-mobile-search-label {
	display: none;
}

@media (max-width: 782px) {
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header {
		grid-template-columns: minmax(76px, 104px) minmax(0, 1fr) !important;
		gap: 10px !important;
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center {
		width: 100% !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-mobile-brand,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-custom-logo,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-custom-logo .custom-logo-link,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-text-logo,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center img {
		width: 100% !important;
		max-width: 104px !important;
		max-height: 34px !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:hover,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:active,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus-visible {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 9px !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 40px !important;
		padding: 0 14px !important;
		border: 0 !important;
		border-radius: 999px !important;
		background: #202024 !important;
		color: #aaaab2 !important;
		box-shadow: none !important;
		transform: none !important;
		-webkit-tap-highlight-color: transparent;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-icon,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-icon svg {
		display: block !important;
		width: 20px !important;
		height: 20px !important;
		flex: 0 0 20px !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-label {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		height: auto !important;
		overflow: hidden !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		text-align: left !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle,
	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:hover,
	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:active,
	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus,
	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus-visible {
		background: #f1f1f2 !important;
		color: #686870 !important;
	}

	.vex-vpf-mobile-nav-item,
	.vex-vpf-mobile-nav-item:hover,
	.vex-vpf-mobile-nav-item:active,
	.vex-vpf-mobile-nav-item:focus,
	.vex-vpf-mobile-nav-item:focus-visible,
	.vex-vpf-mobile-nav-item.is-active {
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		outline-offset: 1px;
		transform: none !important;
		-webkit-tap-highlight-color: transparent;
	}

	.vex-vpf-mobile-nav-icon,
	.vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-whatsapp > .vex-vpf-mobile-nav-icon {
		display: block !important;
		width: 21px !important;
		height: 21px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:hover .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:active .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus .vex-vpf-mobile-nav-icon,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-mobile-nav-item:focus-visible .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:hover .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:active .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:focus .vex-vpf-mobile-nav-icon,
	body.vex-vpf-theme-light .vex-vpf-mobile-nav-item:focus-visible .vex-vpf-mobile-nav-icon {
		background: transparent !important;
		color: #16161a !important;
	}
}

/* Version 0.10.33: reference-accurate Trending header and mobile search UI. */
@media (max-width: 782px) {
	/* Reserve a clean app-bar row above the Trending content. */
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header,
	.vex-vpf-layout[data-vex-vpf-theme="light"][data-vex-vpf-view="trending"] .vex-vpf-mobile-header {
		grid-template-columns: 92px minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 10px !important;
		min-height: calc(64px + env(safe-area-inset-top, 0px)) !important;
		padding: max(10px, env(safe-area-inset-top, 0px)) 12px 10px !important;
		background: #fff !important;
		color: #16161a !important;
		box-shadow: none !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: 92px !important;
		min-width: 92px !important;
		max-width: 92px !important;
		height: 40px !important;
		overflow: hidden !important;
		text-align: left !important;
		text-shadow: none !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-mobile-brand,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-custom-logo,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-custom-logo .custom-logo-link,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center .vex-vpf-text-logo,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-header-center img {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: auto !important;
		max-width: 92px !important;
		max-height: 32px !important;
		margin: 0 !important;
		overflow: hidden !important;
		object-fit: contain !important;
		object-position: left center !important;
		white-space: nowrap !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:hover,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:active,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus,
	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-toggle:focus-visible {
		justify-self: stretch !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 14px !important;
		border: 0 !important;
		border-radius: 999px !important;
		background: #f1f1f2 !important;
		color: #686870 !important;
		text-shadow: none !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-mobile-search-label {
		font-size: 13px !important;
		font-weight: 600 !important;
	}

	.vex-vpf-layout[data-vex-vpf-view="trending"] .vex-vpf-trending-view {
		padding-top: calc(72px + env(safe-area-inset-top, 0px)) !important;
	}

	/* Full-width TikTok-style search screen. */
	.vex-vpf-sidebar.is-search-open {
		inset: 0 0 var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px))) 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		overflow: hidden !important;
	}

	.vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		overflow: hidden !important;
		background: #fff !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel[hidden] {
		display: none !important;
	}

	.vex-vpf-search-panel-header {
		position: absolute !important;
		top: max(10px, env(safe-area-inset-top, 0px)) !important;
		left: 10px !important;
		z-index: 4 !important;
		display: block !important;
		width: 36px !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 !important;
	}

	.vex-vpf-search-mobile-back,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-mobile-back,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-mobile-back {
		display: grid !important;
		place-items: center !important;
		width: 36px !important;
		height: 44px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #16161a !important;
		box-shadow: none !important;
	}

	.vex-vpf-search-mobile-back span,
	.vex-vpf-search-mobile-back svg {
		width: 22px !important;
		height: 22px !important;
	}

	.vex-vpf-search-panel-content {
		box-sizing: border-box !important;
		height: 100% !important;
		padding: max(10px, env(safe-area-inset-top, 0px)) 16px calc(20px + env(safe-area-inset-bottom, 0px)) !important;
		overflow-y: auto !important;
	}

	.vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form {
		position: relative !important;
		display: grid !important;
		grid-template-columns: 20px minmax(0, 1fr) 22px auto !important;
		align-items: center !important;
		gap: 8px !important;
		box-sizing: border-box !important;
		width: calc(100% - 42px) !important;
		max-width: calc(100% - 42px) !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 0 18px 42px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.vex-vpf-search-panel-form::before {
		top: 0 !important;
		right: 62px !important;
		bottom: 0 !important;
		left: 0 !important;
		border-radius: 3px !important;
		background: #f1f1f2 !important;
	}

	.vex-vpf-search-panel-icon {
		z-index: 1 !important;
		justify-self: center !important;
		width: 18px !important;
		height: 18px !important;
		margin-left: 10px !important;
		color: #16161a !important;
	}

	.vex-vpf-search-panel-form input[type="search"],
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel-form input[type="search"],
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel-form input[type="search"] {
		z-index: 1 !important;
		height: 44px !important;
		min-height: 44px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 44px !important;
	}

	.vex-vpf-search-panel-clear {
		z-index: 1 !important;
		width: 20px !important;
		height: 20px !important;
		margin-right: 8px !important;
	}

	.vex-vpf-search-panel-form .vex-vpf-search-submit {
		justify-self: end !important;
		width: auto !important;
		min-width: 54px !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 0 0 8px !important;
		color: var(--vex-vpf-primary, #fe2c55) !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 44px !important;
		white-space: nowrap !important;
	}

	.vex-vpf-search-section-heading {
		margin: 0 0 8px !important;
	}

	.vex-vpf-search-section-heading h3 {
		font-size: 16px !important;
		font-weight: 800 !important;
	}

	.vex-vpf-search-recent-link,
	.vex-vpf-search-suggestion-link {
		grid-template-columns: 20px minmax(0, 1fr) !important;
		gap: 10px !important;
		min-height: 46px !important;
		padding: 8px 0 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
	}

	.vex-vpf-search-recent li {
		grid-template-columns: minmax(0, 1fr) 34px !important;
	}

	.vex-vpf-search-recent-remove {
		width: 32px !important;
		height: 32px !important;
		font-size: 20px !important;
	}
}

/* Version 0.10.34: search surface reaches the fixed bottom navigation without exposing feed cards. */
@media (max-width: 782px) {
	.vex-vpf-sidebar.is-search-open {
		inset: 0 !important;
		z-index: 79 !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
	}

	.vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-search-panel,
	.vex-vpf-layout[data-vex-vpf-theme="dark"] .vex-vpf-search-panel {
		inset: 0 !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
	}

	.vex-vpf-search-panel-content {
		padding-bottom: calc(18px + var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px)))) !important;
	}

	.vex-vpf-mobile-nav {
		z-index: 80 !important;
	}
}

/* Version 0.10.35: collapsible advanced Explore filters. */
.vex-vpf-filter-mobile-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: #18181b;
	color: #fff;
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
}

.vex-vpf-filter-mobile-toggle:hover,
.vex-vpf-filter-mobile-toggle:focus-visible,
.vex-vpf-explore-filters.is-open .vex-vpf-filter-mobile-toggle {
	border-color: var(--vex-vpf-primary, #fe2c55);
	outline: none;
}

.vex-vpf-filter-toggle-icon,
.vex-vpf-filter-toggle-chevron {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.vex-vpf-filter-toggle-icon svg,
.vex-vpf-filter-toggle-chevron svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.vex-vpf-filter-toggle-icon svg {
	fill: none;
}

.vex-vpf-filter-toggle-chevron {
	transition: transform 160ms ease;
}

.vex-vpf-explore-filters.is-open .vex-vpf-filter-toggle-chevron {
	transform: rotate(180deg);
}

.vex-vpf-explore-filters-summary {
	flex-wrap: wrap;
	margin-bottom: 0;
}

.vex-vpf-explore-filters.is-open .vex-vpf-explore-filters-summary {
	margin-bottom: 12px;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-mobile-toggle {
	border-color: #dedee3;
	background: #fff;
	color: #16161a;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-mobile-toggle:hover,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-filter-mobile-toggle:focus-visible,
.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-explore-filters.is-open .vex-vpf-filter-mobile-toggle {
	border-color: var(--vex-vpf-primary, #fe2c55);
}

@media (min-width: 783px) {
	.vex-vpf-filter-panel {
		display: none;
	}

	.vex-vpf-explore-filters.is-open .vex-vpf-filter-panel {
		display: block;
	}
}

@media (max-width: 782px) {
	.vex-vpf-filter-mobile-toggle {
		flex: 0 1 auto;
		max-width: 100%;
	}

	.vex-vpf-filter-mobile-toggle strong {
		white-space: nowrap;
	}
}


/* Version 0.10.36: persistent navigation on blog/static pages and More-only static links. */
@media (min-width: 783px) {
	body.vex-vpf-site-shell-active {
		box-sizing: border-box;
		width: 100%;
		padding-left: 286px !important;
	}

	.vex-vpf-site-shell.vex-vpf-layout {
		position: fixed !important;
		top: var(--vex-vpf-top, 0) !important;
		right: auto !important;
		bottom: auto !important;
		left: 0 !important;
		z-index: 9990 !important;
		display: block !important;
		width: 286px !important;
		max-width: 286px !important;
		height: var(--vex-vpf-height, 100vh) !important;
		min-height: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		isolation: isolate;
	}

	.vex-vpf-site-shell > .vex-vpf-sidebar {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		display: flex !important;
		width: 286px !important;
		max-width: 286px !important;
		height: 100% !important;
		min-height: 0 !important;
		transform: none !important;
	}

	/* Keep the compact desktop rail visible while More is open on site-shell pages. */
	.vex-vpf-site-shell > .vex-vpf-sidebar.is-more-open {
		width: 78px !important;
		max-width: 78px !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header,
	.vex-vpf-site-shell > .vex-vpf-mobile-nav,
	.vex-vpf-site-shell > .vex-vpf-sidebar-backdrop {
		display: none !important;
	}
}

@media (max-width: 782px) {
	body.vex-vpf-site-shell-active {
		padding-top: calc(60px + env(safe-area-inset-top, 0px)) !important;
		padding-bottom: var(--vex-vpf-mobile-nav-height, calc(56px + env(safe-area-inset-bottom, 0px))) !important;
	}

	.vex-vpf-site-shell.vex-vpf-layout {
		position: fixed !important;
		top: var(--vex-vpf-top, 0) !important;
		right: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		z-index: 9990 !important;
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: var(--vex-vpf-height, 100dvh) !important;
		min-height: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		pointer-events: none;
		isolation: isolate;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header,
	.vex-vpf-site-shell > .vex-vpf-sidebar,
	.vex-vpf-site-shell > .vex-vpf-sidebar-backdrop,
	.vex-vpf-site-shell > .vex-vpf-mobile-nav {
		pointer-events: auto;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header {
		position: absolute !important;
		background: #fff !important;
		color: #16161a !important;
		border-bottom: 1px solid #e5e5e8 !important;
		box-shadow: none !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header .vex-vpf-sidebar-toggle,
	.vex-vpf-site-shell > .vex-vpf-mobile-header .vex-vpf-mobile-search-toggle,
	.vex-vpf-site-shell > .vex-vpf-mobile-header .vex-vpf-mobile-header-center,
	.vex-vpf-site-shell > .vex-vpf-mobile-header .vex-vpf-mobile-header-center strong {
		color: #16161a !important;
		text-shadow: none !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header .vex-vpf-mobile-header-center strong::after {
		background: #16161a !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-nav {
		position: absolute !important;
		background: #fff !important;
		border-top-color: #dedee3 !important;
		color: #111 !important;
	}
}

body.admin-bar .vex-vpf-site-shell.vex-vpf-layout {
	top: 32px !important;
	height: calc(100vh - 32px) !important;
}

@media (max-width: 782px) {
	body.admin-bar .vex-vpf-site-shell.vex-vpf-layout {
		top: 46px !important;
		height: calc(100dvh - 46px) !important;
	}
}

/* Capital One hosted payment-estimate experience. */
.vex-vpf-capital-one-menu-link {
	width: 100%;
	margin-top: 10px;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.vex-vpf-capital-one-menu-link > .vex-vpf-capital-one-brand {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
}

.vex-vpf-capital-one-menu-link {
	grid-template-columns: 42px minmax(0, 1fr);
}

.vex-vpf-capital-one-brand img {
	display: block;
	width: 42px;
	height: auto;
	max-height: 42px;
	object-fit: contain;
}

.vex-vpf-capital-one-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 24px;
}

.vex-vpf-capital-one-modal[hidden] {
	display: none !important;
}

.vex-vpf-capital-one-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.72);
	cursor: default;
}

.vex-vpf-capital-one-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(1180px, 94vw);
	height: min(820px, 92vh);
	min-height: 420px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d8dce0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
	color: #111820;
}

.vex-vpf-capital-one-dialog > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 72px;
	padding: 12px 18px;
	border-bottom: 1px solid #e2e5e8;
	background: #fff;
}

.vex-vpf-capital-one-dialog > header > div:first-child {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.vex-vpf-capital-one-dialog > header strong {
	color: #111820;
	font-size: 18px;
	font-weight: 780;
	line-height: 1.2;
}

.vex-vpf-capital-one-dialog > header small {
	color: #4f5963;
	font-size: 13px;
	line-height: 1.3;
}

.vex-vpf-capital-one-dialog > header > div:last-child {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.vex-vpf-capital-one-dialog > header a {
	color: #075d80;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.vex-vpf-capital-one-dialog > header button {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f0f2f4;
	color: #111820;
	font: 400 30px/1 Arial, sans-serif;
	cursor: pointer;
}

.vex-vpf-capital-one-dialog iframe {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	border: 0;
	background: #fff;
}

body.vex-vpf-capital-one-open {
	overflow: hidden !important;
}

@media (max-width: 782px) {
	.vex-vpf-capital-one-modal {
		padding: 0;
	}

	.vex-vpf-capital-one-dialog {
		width: 100%;
		height: 100%;
		min-height: 0;
		border: 0;
		border-radius: 0;
	}

	.vex-vpf-capital-one-dialog > header {
		min-height: 64px;
		padding: 10px 12px;
	}

	.vex-vpf-capital-one-dialog > header strong {
		font-size: 16px;
	}

	.vex-vpf-capital-one-dialog > header a {
		display: none;
	}
}

/* Version 0.10.43: plugin-owned light/dark logos and compact isotypes. */
.vex-vpf-theme-brand {
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.vex-vpf-theme-brand-light {
	display: none;
}

.vex-vpf-theme-brand-dark {
	display: inline-flex;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-theme-brand-light {
	display: inline-flex;
}

.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-theme-brand-dark {
	display: none;
}

.vex-vpf-sidebar-brand-compact.has-isotype {
	overflow: hidden;
}

.vex-vpf-sidebar-brand-compact.has-isotype .vex-vpf-theme-brand,
.vex-vpf-sidebar-brand-compact.has-isotype img {
	width: 100%;
	height: 100%;
}

.vex-vpf-sidebar-brand-compact.has-isotype img {
	display: block;
	max-width: 42px;
	max-height: 42px;
	border-radius: 10px;
	object-fit: contain;
}

@media (min-width: 961px) {
	.vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-brand-compact.has-isotype,
	.vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-brand-compact.has-isotype,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar.is-more-open .vex-vpf-sidebar-brand-compact.has-isotype,
	.vex-vpf-layout[data-vex-vpf-theme="light"] .vex-vpf-sidebar.is-search-open .vex-vpf-sidebar-brand-compact.has-isotype {
		background: transparent;
		box-shadow: none;
	}
}

/* Version 0.10.44: non-overlapping mobile shell for blog and static pages. */
@media (max-width: 782px) {
	body.vex-vpf-site-shell-active {
		--vex-vpf-site-header-height: calc(60px + env(safe-area-inset-top, 0px));
		--vex-vpf-site-nav-height: calc(56px + env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
		min-height: 100dvh;
		padding-top: var(--vex-vpf-site-header-height) !important;
		padding-bottom: var(--vex-vpf-site-nav-height) !important;
		overflow-x: hidden !important;
	}

	/* Replace the theme's mobile header instead of stacking a second header below it. */
	body.vex-vpf-site-shell-active #header,
	body.vex-vpf-site-shell-active header#masthead,
	body.vex-vpf-site-shell-active .header-wrapper,
	body.vex-vpf-site-shell-active .site-header:not(.vex-vpf-mobile-header) {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Never let the full-screen shell paint over the static-page content. */
	.vex-vpf-site-shell.vex-vpf-layout,
	.vex-vpf-site-shell.vex-vpf-layout[data-vex-vpf-theme="light"],
	.vex-vpf-site-shell.vex-vpf-layout[data-vex-vpf-theme="dark"] {
		position: fixed !important;
		top: var(--vex-vpf-top, 0px) !important;
		right: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		width: 100vw !important;
		height: var(--vex-vpf-height, 100dvh) !important;
		z-index: 999999 !important;
		margin: 0 !important;
		overflow: visible !important;
		background: transparent !important;
		box-shadow: none !important;
		pointer-events: none !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-header {
		position: fixed !important;
		top: var(--vex-vpf-top, 0px) !important;
		right: 0 !important;
		left: 0 !important;
		z-index: 999992 !important;
		width: 100% !important;
		min-height: var(--vex-vpf-site-header-height) !important;
		pointer-events: auto !important;
	}

	.vex-vpf-site-shell > .vex-vpf-mobile-nav {
		position: fixed !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 999992 !important;
		height: var(--vex-vpf-site-nav-height) !important;
		min-height: var(--vex-vpf-site-nav-height) !important;
		max-height: var(--vex-vpf-site-nav-height) !important;
		pointer-events: auto !important;
	}

	.vex-vpf-site-shell > .vex-vpf-sidebar,
	.vex-vpf-site-shell > .vex-vpf-sidebar-backdrop {
		position: fixed !important;
		top: var(--vex-vpf-top, 0px) !important;
		bottom: 0 !important;
		pointer-events: auto !important;
	}

	/* Remove residual Flatsome/sticky-header spacing after the theme header is hidden. */
	body.vex-vpf-site-shell-active #wrapper,
	body.vex-vpf-site-shell-active #main,
	body.vex-vpf-site-shell-active .site,
	body.vex-vpf-site-shell-active .site-content {
		margin-top: 0 !important;
	}
}
