@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

.ews-embed {
	display: block;
	width: 100%;
	max-width: var(--ews-max-width, 1040px);
	margin: 0 auto;
	padding: 0;
	overflow: hidden !important;
	font-size: 0;
	line-height: 0;
	font-family: Oxygen, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ews-embed__frame {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	overflow: hidden !important;
	touch-action: pan-y;
	overscroll-behavior-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background: transparent;
	vertical-align: top;
	transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ews-embed__frame::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

@media (prefers-reduced-motion: reduce) {
	.ews-embed__frame {
		transition: none;
	}
}
