.okr-ae-inline {
	width: 100%;
	max-width: 100%;
}
/* Full width inside a narrow theme column. frontend.js sets the exact
   width/offset (avoids the 100vw scrollbar overflow); this is the no-JS
   fallback. !important is needed because block themes force auto margins. */
.okr-ae-inline.okr-ae-full {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: 0 !important;
}
.okr-ae-inline > .okr-ae-config {
	display: none;
}
