.peer-consent-root {
	direction: rtl;
	font-family: "flashbackregularwebfont", arial, sans-serif;
	color: #492f25;
	box-sizing: border-box;
}

.peer-consent-root *,
.peer-consent-root *:before,
.peer-consent-root *:after {
	box-sizing: border-box;
}

.peer-consent-banner {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 20000;
	display: none;
}

.peer-consent-banner.is-visible {
	display: block;
}

.peer-consent-banner__inner {
	max-width: 1240px;
	margin: 0 auto;
	background: #f2e8d6;
	border: 3px solid #fff;
	padding: 22px 24px 20px;
	box-shadow: 4px 4px 0 #492f25;
}

.peer-consent-banner__title,
.peer-consent-modal__title {
	margin: 0;
	font-family: "flashbackboldwebfont", "flashbackregularwebfont", arial, sans-serif;
	font-size: 24px;
	line-height: 1.25;
	color: #492f25;
}

.peer-consent-banner__text,
.peer-consent-modal__intro {
	margin: 10px 0 0;
	font-family: "flashbackregularwebfont", arial, sans-serif;
	font-size: 15px;
	line-height: 1.45;
}

.peer-consent-banner__text a,
.peer-consent-modal__intro a {
	color: #492f25;
	text-decoration: underline;
}

.peer-consent-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.peer-consent-btn {
	position: relative;
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	min-width: 160px;
	height: 42px;
	cursor: pointer;
	font-family: "flashbackboldwebfont", "flashbackregularwebfont", arial, sans-serif;
	font-size: 16px;
	color: #492f25;
}

.peer-consent-btn:after {
	content: "";
	position: absolute;
	inset: 4px 0 0 4px;
	background: #492f25;
	z-index: 1;
}

.peer-consent-btn__text {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #492f25;
}

.peer-consent-link {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin-right: auto;
	color: #492f25;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	font-family: "flashbackregularwebfont", arial, sans-serif;
}

.peer-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 20010;
	display: none;
	background: rgba(0, 0, 0, 0.65);
	padding: 24px 16px;
	overflow: auto;
}

.peer-consent-modal.is-visible {
	display: block;
}

.peer-consent-modal__dialog {
	position: relative;
	max-width: 640px;
	margin: 6vh auto;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 4px 4px 0 #492f25;
	padding: 28px 24px 24px;
}

.peer-consent-modal__close {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.peer-consent-modal__close span,
.peer-consent-modal__close span:before,
.peer-consent-modal__close span:after {
	display: block;
	width: 18px;
	height: 2px;
	background: #492f25;
}

.peer-consent-modal__close span {
	position: absolute;
	top: 17px;
	left: 9px;
	transform: rotate(45deg);
}

.peer-consent-modal__close span:before {
	content: "";
	position: absolute;
	inset: 0;
	transform: rotate(90deg);
}

.peer-consent-modal__close span:after {
	display: none;
}

.peer-consent-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.peer-consent-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid rgba(73, 47, 37, 0.15);
}

.peer-consent-item__copy h3 {
	margin: 0;
	font-size: 16px;
	font-family: "flashbackboldwebfont", arial, sans-serif;
}

.peer-consent-item__copy p {
	margin: 6px 0 0;
	font-family: "flashbackregularwebfont", arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.peer-consent-toggle {
	flex: 0 0 auto;
	width: 48px;
	height: 28px;
	margin-top: 2px;
	border: 2px solid #492f25;
	border-radius: 999px;
	background: #d8cfc0;
	position: relative;
	cursor: pointer;
	padding: 0;
}

.peer-consent-toggle:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 1px #492f25;
}

.peer-consent-toggle.is-on {
	background: #66b097;
}

.peer-consent-toggle.is-on:after {
	right: auto;
	left: 2px;
}

.peer-consent-toggle[disabled],
.peer-consent-toggle[aria-disabled="true"] {
	cursor: not-allowed;
	background: #492f25;
	opacity: 0.85;
}

.peer-consent-modal__actions {
	margin-top: 8px;
	padding-top: 16px;
}

.peer-consent-widget {
	position: fixed;
	left: 20px;
	bottom: 50px;
	z-index: 20000;
	display: none;
	width: 52px;
	height: 52px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: #f2e8d6;
	box-shadow: 3px 3px 0 #492f25;
	cursor: pointer;
	color: #492f25;
}

.peer-consent-widget.is-visible {
	display: flex;
	align-items: center;
	justify-content: center;
}

.peer-consent-widget svg {
	display: block;
	width: 26px;
	height: 26px;
}

.peer-consent-widget:focus-visible,
.peer-consent-btn:focus-visible,
.peer-consent-link:focus-visible,
.peer-consent-toggle:focus-visible,
.peer-consent-modal__close:focus-visible {
	outline: 2px solid #52b7c5;
	outline-offset: 3px;
}

#map-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.35);
	font-size: 16px;
	font-family: "flashbackboldwebfont", arial, sans-serif;
	color: #492f25;
}

#map-fallback[hidden] {
	display: none;
}

body.peer-consent-modal-open {
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.peer-consent-banner {
		left: 0;
		right: 0;
		bottom: 0;
	}

	.peer-consent-banner__inner {
		box-shadow: none;
		border-width: 3px 0 0;
		padding: 20px 16px 18px;
	}

	.peer-consent-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.peer-consent-btn {
		width: 100%;
		min-width: 0;
	}

	.peer-consent-link {
		margin: 4px auto 0;
	}

	.peer-consent-widget {
		left: 16px;
		bottom: 96px;
		width: 46px;
		height: 46px;
	}

	body.peer-consent-banner-open .whatsapp-button {
		bottom: auto;
		top: 80px;
		right: 16px;
	}

	body.peer-consent-banner-open #bottom-buttons {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.peer-consent-widget {
		left: 28px;
		bottom: 28px;
	}

	body.peer-consent-banner-open .whatsapp-button {
		bottom: 190px;
	}
}
