.support-chat-embed {
	box-sizing: border-box;
	bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
	display: flex;
	justify-content: flex-end;
	position: fixed;
	right: calc(1rem + env(safe-area-inset-right, 0px));
	width: min(640px, calc(100% - 2rem));
	z-index: 2147483000;
}

.support-chat-embed__frame {
	border: 0;
	display: block;
	height: 120px;
	max-width: 100%;
	min-height: 120px;
	width: 320px;
}

@media (max-width: 480px) {
	.support-chat-embed {
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
	}
}
