.is-floating .sza-panel {
	left: 22px;
	right: auto;
	bottom: 22px;
}

.sza-site-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 11px 18px;
	border-top: 1px solid rgba(198, 161, 91, 0.55);
	background: #3c2608;
	color: #fff8eb;
	font: 500 15px/1.45 Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	text-align: center;
}

.sza-contact-email strong {
	color: #ead7a4;
}

.sza-contact-email a,
.sza-footer-help-login {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #c6a15b;
	text-underline-offset: 3px;
}

.sza-contact-email a:hover,
.sza-contact-email a:focus,
.sza-footer-help-login:hover,
.sza-footer-help-login:focus {
	color: #ead7a4;
}

.sza-site-contact [data-sza-footer-help] {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #c6a15b;
	background: transparent;
	color: #fff;
	font: 700 15px/1.45 Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	cursor: pointer;
}

.sza-site-contact [data-sza-footer-help]:hover,
.sza-site-contact [data-sza-footer-help]:focus {
	color: #ead7a4;
}

@media (max-width: 520px) {
	.is-floating .sza-panel {
		left: 8px;
		right: 8px;
		bottom: 8px;
		width: auto;
		max-height: calc(100dvh - 16px);
	}

	.sza-site-contact {
		flex-wrap: wrap;
		padding: 12px 14px;
		font-size: 14px;
	}
}
