.wkp-photobooth {
	--wkp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--wkp-option-width: 60px;
	--wkp-frame-preview-surface: #ded8ce;
	box-sizing: border-box;
	padding: 28px;
	border-radius: 20px;
	background: #fff;
	color: #242424;
	font-family: var(--wkp-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.wkp-photobooth *,
.wkp-photobooth *::before,
.wkp-photobooth *::after {
	box-sizing: border-box;
}

/* Scoped visual baseline. Elementor widget controls use more specific, generated
 * selectors and can still override these values without letting a site-wide
 * theme button/type rule leak into the photobooth. */
.wkp-photobooth .wkp-photobooth__title,
.wkp-photobooth .wkp-photobooth__description,
.wkp-photobooth .wkp-modal,
.wkp-photobooth .wkp-modal__header h2,
.wkp-photobooth .wkp-modal__header p,
.wkp-photobooth .wkp-status,
.wkp-photobooth .wkp-effect-heading,
.wkp-photobooth .wkp-effect-note,
.wkp-photobooth .wkp-tools button,
.wkp-photobooth .wkp-frame-option,
.wkp-photobooth .wkp-effect-option,
.wkp-photobooth .wkp-intensity,
.wkp-photobooth .wkp-intensity input,
.wkp-photobooth .wkp-intensity output,
.wkp-photobooth .wkp-button {
	font-family: var(--wkp-font);
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
}

.wkp-photobooth .wkp-photobooth__title {
	color: #242424;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.wkp-photobooth .wkp-photobooth__description {
	color: #4d4d4d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
}

.wkp-photobooth .wkp-modal__header h2 {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.wkp-photobooth .wkp-modal__header p {
	color: #b4b4b4;
	font-size: .68rem;
	font-weight: 400;
	line-height: 1.35;
}

.wkp-photobooth .wkp-status { color: #e7d5bb; font-size: 12px; font-weight: 400; line-height: 1.4; }
.wkp-photobooth .wkp-effect-heading { color: #f6f6f6; font-size: 12px; font-weight: 650; line-height: 1.35; }
.wkp-photobooth .wkp-effect-note { color: var(--wkp-muted); font-size: 10px; font-weight: 400; line-height: 1.45; }

.wkp-photobooth .wkp-tools button {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #bcbcbc;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.1;
}

.wkp-photobooth .wkp-frame-option,
.wkp-photobooth .wkp-effect-option {
	border: 2px solid transparent;
	background: transparent;
	box-shadow: none;
	color: #bebebe;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}

.wkp-photobooth .wkp-intensity,
.wkp-photobooth .wkp-intensity output { color: #dedede; font-size: 11px; font-weight: 400; line-height: 1.2; }

.wkp-photobooth .wkp-intensity input {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.wkp-photobooth__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.25;
}

.wkp-photobooth__description {
	max-width: 36rem;
	margin: 10px auto 20px;
	line-height: 1.55;
}

.wkp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	max-width: 100%;
	padding: 10px 18px;
	border: 1px solid #343434;
	border-radius: 12px;
	background: #202020;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
	color: #fff;
	font-family: var(--wkp-font);
	font-style: normal;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.wkp-button:active { background: #161616; }

@media (hover: hover) and (pointer: fine) {
	.wkp-photobooth .wkp-button:hover { background: #292929; color: #fff; }
}

.wkp-button:focus-visible,
.wkp-modal__close:focus-visible,
.wkp-camera-switch:focus-visible,
.wkp-frame-option:focus-visible,
.wkp-tools button:focus-visible,
.wkp-effect-option:focus-visible,
.wkp-intensity input:focus-visible {
	outline: 2px solid #f5f5f5;
	outline-offset: 3px;
}

.wkp-button[disabled],
.wkp-camera-switch[disabled] {
	cursor: wait;
	opacity: .58;
}

.wkp-photobooth--inactive {
	border: 1px solid #d59b37;
	background: #fff9eb;
	color: #7a4a08;
}

.wkp-photobooth--inactive p {
	margin: 0;
}

.wkp-modal[hidden],
.wkp-actions[hidden],
.wkp-camera-switch[hidden],
.wkp-effect-preview[hidden],
.wkp-effects[hidden],
.wkp-effect-panel[hidden],
.wkp-effects .wkp-frame-selector[hidden],
.wkp-effect-fallback[hidden] {
	display: none !important;
}

.wkp-modal {
	--wkp-panel: #191919;
	--wkp-surface: #222;
	--wkp-surface-raised: #292929;
	--wkp-border: rgba(255, 255, 255, .11);
	--wkp-muted: #aaa;
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
	font-family: var(--wkp-font);
}

.wkp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, .84);
	backdrop-filter: blur(9px);
}

.wkp-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 430px);
	max-height: calc(100vh - 24px);
	max-height: calc(100svh - 24px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 12px;
	border: 1px solid var(--wkp-border);
	border-radius: 25px;
	background: var(--wkp-panel);
	box-shadow: 0 26px 80px rgba(0, 0, 0, .52);
	color: #f7f7f7;
	scrollbar-width: thin;
	scrollbar-color: #555 transparent;
}

.wkp-modal__header {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 36px;
	align-items: center;
	gap: 8px;
	margin: 0 1px 7px;
	text-align: left;
}

.wkp-modal__brand-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #f5f5f5;
}

.wkp-modal__brand-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wkp-modal__heading {
	min-width: 0;
}

.wkp-modal__header h2 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.wkp-modal__header p {
	margin: 2px 0 0;
	overflow: hidden;
	color: #b4b4b4;
	font-size: .68rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wkp-modal__close {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 7px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #f6f6f6;
	cursor: pointer;
	touch-action: manipulation;
}

.wkp-modal__close:hover {
	background: transparent;
}

@media (hover: hover) and (pointer: fine) {
	.wkp-photobooth .wkp-modal__close:hover { background: rgba(255, 255, 255, .08); }
}

.wkp-modal__close svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.wkp-result-view .wkp-modal__header {
	grid-template-columns: minmax(0, 1fr) 36px;
}

.wkp-result-view .wkp-modal__brand-icon,
.wkp-result-view .wkp-modal__header p {
	display: none;
}

.wkp-status {
	min-height: 0;
	margin: 0 2px 9px;
	color: #e7d5bb;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.wkp-status:empty {
	display: none;
}

.wkp-stage {
	position: relative;
	width: 100%;
	width: min(100%, max(250px, calc(56.25svh - 120px)));
	max-width: 396px;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	margin-inline: auto;
	border: 1px solid var(--wkp-border);
	border-radius: 20px;
	background: #0c0c0c;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
}

.wkp-photobooth:not(.wkp-has-effects) .wkp-stage:not(.wkp-stage--result) {
	width: min(100%, max(250px, calc(56.25svh - 92px)));
}

.wkp-video,
.wkp-frame,
.wkp-result,
.wkp-effect-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.wkp-video,
.wkp-result {
	object-fit: cover;
	object-position: center;
}

.wkp-effect-preview {
	z-index: 1;
	pointer-events: none;
}

.wkp-frame {
	z-index: 2;
	object-fit: fill;
	pointer-events: none;
}

.wkp-couple-copy {
	position: absolute;
	z-index: 3;
	right: 8%;
	left: 8%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	transform: translate(var(--wkp-couple-offset-x, 0px), var(--wkp-couple-offset-y, 0px));
	color: #fff;
	font-family: Georgia, serif;
	font-size: clamp(20px, 6vw, 32px);
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .62);
	pointer-events: none;
}

.wkp-couple-copy[data-wkp-position="top"] {
	top: 12%;
}

.wkp-couple-copy[data-wkp-position="middle"] {
	top: 50%;
	transform: translate(var(--wkp-couple-offset-x, 0px), calc(-50% + var(--wkp-couple-offset-y, 0px)));
}

.wkp-couple-copy[data-wkp-position="bottom"] {
	bottom: 12%;
}

.wkp-couple-copy__sub {
	margin-top: 6px;
	font-family: inherit;
	font-size: .48em;
	font-weight: 600;
	letter-spacing: .04em;
}

.wkp-result {
	z-index: 5;
}

.wkp-camera-switch {
	position: absolute;
	z-index: 4;
	top: 13px;
	right: 13px;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	background: rgba(24, 24, 24, .72);
	box-shadow: 0 5px 18px rgba(0, 0, 0, .24);
	color: #fff;
	backdrop-filter: blur(8px);
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.wkp-camera-switch:hover {
	background: rgba(24, 24, 24, .72);
}

@media (hover: hover) and (pointer: fine) {
	.wkp-photobooth .wkp-camera-switch:hover { background: rgba(34, 34, 34, .9); }
}

.wkp-camera-switch svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

/* Keep camera utility controls independent from theme and Elementor global
 * button rules. Widget-generated styles can still override these scoped values. */
.wkp-photobooth .wkp-modal__close,
.wkp-photobooth .wkp-camera-switch {
	box-sizing: border-box;
	display: grid;
	place-items: center;
	margin: 0;
	font-family: var(--wkp-font);
	font-size: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	opacity: 1;
	transition: background-color .16s ease, border-color .16s ease, opacity .16s ease;
}

.wkp-photobooth .wkp-modal__close {
	width: 34px;
	height: 34px;
	min-width: 34px;
	min-height: 34px;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: none;
	color: #f6f6f6;
}

.wkp-photobooth .wkp-camera-switch {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	background-color: rgba(24, 24, 24, .72);
	box-shadow: 0 5px 18px rgba(0, 0, 0, .24);
	color: #fff;
}

.wkp-photobooth .wkp-modal__close svg {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wkp-photobooth .wkp-camera-switch svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

@media (hover: hover) and (pointer: fine) {
	.wkp-photobooth .wkp-modal__close:hover {
		background-color: rgba(255, 255, 255, .08);
		color: #fff;
	}

	.wkp-photobooth .wkp-camera-switch:hover {
		border-color: rgba(255, 255, 255, .25);
		background-color: rgba(34, 34, 34, .9);
		color: #fff;
	}
}

.wkp-photobooth .wkp-modal__close:active {
	background-color: rgba(255, 255, 255, .14);
	color: #fff;
}

.wkp-photobooth .wkp-camera-switch:active {
	background-color: rgba(10, 10, 10, .86);
	color: #fff;
}

.wkp-photobooth .wkp-modal__close:focus-visible,
.wkp-photobooth .wkp-camera-switch:focus-visible {
	outline: 2px solid #f5f5f5;
	outline-offset: 2px;
}

.wkp-photobooth .wkp-camera-switch[disabled] {
	cursor: wait;
	opacity: .58;
}

.wkp-tools {
	display: flex;
	gap: 2px;
	margin: 6px 2px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.wkp-tools button {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	min-height: 42px;
	padding: 3px 3px 5px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #bcbcbc;
	font-family: var(--wkp-font);
	font-style: normal;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.1;
	cursor: pointer;
	touch-action: manipulation;
}

.wkp-tools svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.wkp-tools button[aria-expanded="true"] {
	background: rgba(255, 255, 255, .045);
	color: #fff;
}

.wkp-photobooth .wkp-tools button[aria-expanded="true"] {
	background: rgba(255, 255, 255, .045);
	color: #fff;
}

.wkp-tools button[aria-expanded="true"]::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #f5f5f5;
	transform: translateX(-50%);
	content: "";
}

.wkp-effect-panel,
.wkp-frame-selector {
	max-height: none;
	overflow: hidden;
	margin-top: 6px;
	padding: 8px;
	border: 1px solid var(--wkp-border);
	border-radius: 12px;
	background: var(--wkp-surface);
	text-align: left;
	scrollbar-width: thin;
	scrollbar-color: #555 transparent;
}

.wkp-effect-heading {
	margin: 0 0 6px;
	color: #f6f6f6;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.wkp-frame-list,
.wkp-effect-list {
	display: flex;
	gap: 5px;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding: 1px 1px 4px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: #555 transparent;
}

.wkp-frame-list::-webkit-scrollbar,
.wkp-effect-list::-webkit-scrollbar {
	height: 3px;
}

.wkp-frame-list::-webkit-scrollbar-thumb,
.wkp-effect-list::-webkit-scrollbar-thumb {
	border-radius: 99px;
	background: rgba(255, 255, 255, .22);
}

.wkp-frame-option,
.wkp-effect-option {
	position: relative;
	display: block;
	flex: 0 0 var(--wkp-option-width);
	height: var(--wkp-option-width);
	min-height: var(--wkp-option-width) !important;
	width: var(--wkp-option-width);
	max-width: var(--wkp-option-width);
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #bebebe;
	font-family: var(--wkp-font);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	scroll-snap-align: center;
	touch-action: manipulation;
}

.wkp-frame-option img,
.wkp-effect-option canvas {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	border-radius: inherit;
	background: var(--wkp-frame-preview-surface);
	object-fit: cover;
	object-position: center;
}

.wkp-frame-option > span,
.wkp-effect-option > span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 7px 3px 2px;
	border-radius: 0;
	background: linear-gradient(to top, rgba(8, 8, 8, .82), rgba(8, 8, 8, 0));
	color: #f5f5f5;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
}

.wkp-photobooth .wkp-frame-option:hover,
.wkp-photobooth .wkp-effect-option:hover {
	border-color: transparent;
	background: transparent;
	color: #bebebe;
}

@media (hover: hover) and (pointer: fine) {
	.wkp-photobooth .wkp-frame-option:hover,
	.wkp-photobooth .wkp-effect-option:hover {
		border-color: rgba(255, 255, 255, .26);
		background: rgba(255, 255, 255, .025);
		color: #e4e4e4;
	}
}

.wkp-photobooth .wkp-frame-option[aria-selected="true"],
.wkp-photobooth .wkp-effect-option[aria-pressed="true"] {
	border-color: #f1f1f1;
	background: transparent;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
	color: #fff;
}

.wkp-photobooth .wkp-frame-option:focus-visible,
.wkp-photobooth .wkp-effect-option:focus-visible {
	border-color: rgba(206, 220, 191, .75);
	background: transparent;
	outline: 2px solid #cddbbf;
	outline-offset: 2px;
}

.wkp-photobooth .wkp-frame-option[aria-selected="true"]:focus-visible,
.wkp-photobooth .wkp-effect-option[aria-pressed="true"]:focus-visible {
	background: transparent;
}

.wkp-effect-option:disabled {
	cursor: default;
	opacity: .42;
}

.wkp-intensity {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 28px;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	margin-top: 7px;
	color: #dedede;
	font-size: 11px;
}

.wkp-intensity input {
	width: 100%;
	height: 28px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	touch-action: pan-y;
	-webkit-appearance: none;
	appearance: none;
}

.wkp-intensity input::-webkit-slider-runnable-track {
	height: 3px;
	border-radius: 99px;
	background: #4b4b4b;
}

.wkp-intensity input::-webkit-slider-thumb {
	width: 17px;
	height: 17px;
	margin-top: -7px;
	border: 0;
	border-radius: 50%;
	background: #f4f4f4;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
	-webkit-appearance: none;
	appearance: none;
}

.wkp-intensity input::-moz-range-track {
	height: 3px;
	border-radius: 99px;
	background: #4b4b4b;
}

.wkp-intensity input::-moz-range-thumb {
	width: 17px;
	height: 17px;
	border: 0;
	border-radius: 50%;
	background: #f4f4f4;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}

.wkp-intensity output {
	min-width: 28px;
	padding: 0;
	border: 0;
	color: #f2f2f2;
	font-size: 11px;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.wkp-intensity input:disabled {
	cursor: default;
	opacity: .4;
}

.wkp-effect-note {
	margin: 6px 0 0;
	color: var(--wkp-muted);
	font-size: 10px;
	line-height: 1.45;
}

.wkp-actions {
	align-items: center;
}

.wkp-actions--camera {
	display: flex;
	justify-content: center;
	margin-top: 11px;
}

.wkp-button--capture {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 92px;
	min-height: 96px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
}

.wkp-button--capture:hover,
.wkp-button--capture:focus-visible {
	background: transparent !important;
}

.wkp-capture-icon {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	border: 3px solid #f7f7f7;
	border-radius: 50%;
	background: transparent;
}

.wkp-capture-icon::after {
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	background: #f7f7f7;
	content: "";
}

.wkp-button--capture[disabled] .wkp-capture-icon::after {
	background: #aaa;
}

.wkp-stage--result {
	width: min(74%, 280px);
	max-width: 280px;
	border-radius: 17px;
}

.wkp-actions--result {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 330px;
	margin: 15px auto 2px;
}

.wkp-actions--result .wkp-button {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #f3f3f3;
	font-size: 11px;
	font-weight: 500;
}

.wkp-result-action__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid var(--wkp-border);
	border-radius: 50%;
	background: var(--wkp-surface-raised);
	color: #f5f5f5;
}

.wkp-result-action__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.wkp-button--download .wkp-result-action__icon {
	border: 3px solid #fff;
	background: #efd2aa;
	color: #211d18;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.wkp-button--download {
	color: #f0d3ad !important;
}

.wkp-helper-text {
	display: none;
}

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

body.wkp-scroll-lock {
	overflow: hidden !important;
}

@media (max-width: 480px) {
	.wkp-photobooth {
		padding: 20px;
	}

	.wkp-modal {
		padding: max(6px, env(safe-area-inset-top)) max(6px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));
	}

	.wkp-modal__panel {
		width: 100%;
		max-height: calc(100vh - 12px);
		max-height: calc(100svh - 12px);
		padding: 10px;
		border-radius: 22px;
	}

	.wkp-modal__header {
		grid-template-columns: 28px minmax(0, 1fr) 34px;
		gap: 7px;
		margin-bottom: 6px;
	}

	.wkp-modal__brand-icon,
	.wkp-modal__close {
		width: 28px;
		height: 28px;
	}

	.wkp-modal__close { width: 34px; height: 34px; }

	.wkp-modal__brand-icon svg {
		width: 19px;
		height: 19px;
	}

	.wkp-modal__header h2 {
		font-size: .94rem;
	}

	.wkp-modal__header p {
		font-size: .64rem;
	}

	.wkp-result-view .wkp-modal__header {
		grid-template-columns: minmax(0, 1fr) 34px;
	}

	.wkp-stage {
		max-width: 100%;
		border-radius: 18px;
	}

	.wkp-tools {
		margin-top: 5px;
	}

	.wkp-tools button {
		min-height: 40px;
		font-size: 10px;
	}

	.wkp-effect-panel,
	.wkp-frame-selector {
		padding: 7px;
		border-radius: 11px;
	}

	.wkp-frame-option,
	.wkp-effect-option {
		--wkp-option-width: 58px;
	}

	.wkp-actions--camera {
		margin-top: 8px;
	}

	.wkp-button--capture {
		min-height: 88px;
	}

	.wkp-capture-icon {
		width: 66px;
		height: 66px;
	}

	.wkp-stage--result {
		width: min(72%, 270px);
	}
}

@media (max-width: 350px) {
	.wkp-modal__panel {
		padding: 11px;
		border-radius: 18px;
	}

	.wkp-stage:not(.wkp-stage--result) {
		width: min(100%, max(228px, calc(56.25svh - 132.1875px)));
	}

	.wkp-photobooth:not(.wkp-has-effects) .wkp-stage:not(.wkp-stage--result) {
		width: min(100%, max(228px, calc(56.25svh - 101.25px)));
	}

	.wkp-frame-list,
	.wkp-effect-list {
		gap: 4px;
	}

	.wkp-frame-option,
	.wkp-effect-option {
		--wkp-option-width: 54px;
		font-size: 9px;
	}

	.wkp-result-action__icon {
		width: 48px;
		height: 48px;
	}
}

@media (max-height: 620px) {
	.wkp-modal__header p {
		display: none;
	}

	.wkp-stage:not(.wkp-stage--result) {
		width: min(100%, max(220px, calc(56.25svh - 115.3125px)));
	}

	.wkp-button--capture {
		min-height: 80px;
	}

	.wkp-capture-icon {
		width: 60px;
		height: 60px;
	}
}
