.sza-header-help,
.sza-header-help * {
	box-sizing: border-box;
	text-transform: none !important;
}

.sza-header-help {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
	margin: 0 12px;
	padding: 5px 12px 5px 5px;
	border: 1px solid rgba(198, 161, 91, 0.7);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
	font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sza-header-help:not(.is-placed):not(.is-fallback) {
	position: absolute;
	left: -9999px;
}

.sza-header-help:hover,
.sza-header-help:focus {
	border-color: #c6a15b;
	background: rgba(198, 161, 91, 0.15);
	transform: translateY(-1px);
}

.sza-header-help img {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #c6a15b;
	border-radius: 50%;
	object-fit: cover;
}

.sza-header-help > span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.05;
}

.sza-header-help strong {
	color: #fff;
	font: 700 15px Georgia, serif;
}

.sza-header-help small {
	margin-top: 4px;
	color: #ead7a4;
	font-size: 10px;
	white-space: nowrap;
}

.sza-header-help.is-fallback {
	position: fixed;
	z-index: 999990;
	top: 14px;
	left: 14px;
}

.sza-bot-avatar {
	overflow: hidden;
	padding: 0 !important;
}

.sza-bot-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.is-floating .sza-panel {
	top: 88px;
	bottom: auto;
}

@media (max-width: 900px) {
	.sza-header-help {
		margin: 0 5px;
		padding: 4px;
	}

	.sza-header-help img {
		width: 36px;
		height: 36px;
	}

	.sza-header-help > span {
		display: none;
	}

	.is-floating .sza-panel {
		top: 72px;
		left: 8px;
		right: 8px;
		bottom: auto;
		width: auto;
		max-height: calc(100dvh - 82px);
	}
}
