body p#z-theme-switcher-button-toggle {position:fixed;bottom:20px;right:0;z-index:9999;display:flex;justify-content:end;align-items:center;}body p#z-theme-switcher-button-toggle a {font-family:sans-serif;text-decoration:none;font-size:14px;letter-spacing:1px;font-weight:500;border-radius:6px 0 0 6px;padding:10px 20px 10px 12px;background:#25ab84;color:white;transform:translateX(calc(100% - 44px));transition:all 250ms ease-in-out;}body p#z-theme-switcher-button-toggle a::before {margin-right: 10px;transform: rotate(-45deg) translate(-2px, 1px) scale(1);transition: all 250ms ease-in-out;}body p#z-theme-switcher-button-toggle a:focus-within,body p#z-theme-switcher-button-toggle a:hover {transform:translateX(0);background:#233a33;}body p#z-theme-switcher-button-toggle a:focus-within:before,body p#z-theme-switcher-button-toggle a:hover:before {opacity: 0.35;transform:rotate(-45deg) translate(-1px, 1px) scale(0.9);}