/* Local overrides for the self-hosted Sienna accessibility widget.
   Keeps the floating toggle clear of the estimate wizard's sticky mobile CTA. */
.asw-menu-btn {
  width: 52px !important;
  height: 52px !important;
}

@media (max-width: 640px) {
  .asw-menu-btn {
    left: 12px !important;
    bottom: calc(6.5rem + env(safe-area-inset-bottom)) !important;
  }
}
