/* WordPress-only integration for the exact compiled Scanlons design. */
.scanlons-source-build .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.scanlons-source-build .wp-site-blocks,
.scanlons-source-build main {
  margin: 0;
}

body.admin-bar .scanlons-source-build header.sticky,
body.admin-bar header.sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .scanlons-source-build header.sticky,
  body.admin-bar header.sticky {
    top: 46px;
  }
}
.scanlons-fluent-bridge {
	position: fixed !important;
	left: -10000px !important;
	top: 0 !important;
	width: 2px !important;
	height: 2px !important;
	overflow: hidden !important;
	opacity: 0.001 !important;
	pointer-events: none !important;
}
