/* Only the homepage hosting the room needs this Avada integration. */
body.av-front #boxed-wrapper,
body.av-front #wrapper {
  /* Keep the existing edge clipping without creating a non-scrolling
     ancestor that disables the room's position:sticky. */
  overflow: clip !important;
}
#avelkon-experience {
  overflow-anchor: none;
}
@media (max-width: 700px) {
  /* Leave the site's existing WhatsApp shortcut outside the control panel. */
  #avelkon-experience .avx-scenario-panel { bottom: 74px; }
  #avelkon-experience .avx-usage-hint { left: 16px; right: auto; }
}
@container avx-stage (max-height: 380px) {
  #avelkon-experience .avx-scenario-panel { bottom: 12px; }
}
