/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 23:02:48 */
/* Sienna accessibility widget: move to bottom-right + shrink */
.asw-menu-btn {
  left: auto !important;
  right: 15px !important;
  bottom: 15px !important;
  transform: scale(0.75) !important;
  transform-origin: bottom right !important;
}

/* Move the panel so it opens from the right side too */
.asw-menu {
  left: auto !important;
  right: 20px !important;
}

@media (max-width: 768px) {
  .asw-menu-btn {
    transform: scale(0.65) !important;
  }
}