.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:none;padding:1.25rem 1.875rem;font-weight:600;border-radius:var(--border-radius-block);background:#5e5df0;box-shadow:0 10px 20px -10px #5e5df0;color:#fff;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;width:-moz-fit-content;width:fit-content;word-break:break-word;text-align:center;transform-style:preserve-3d;transition:box-shadow .4s ease-in-out,transform .3s ease-in-out;cursor:pointer}.button:hover{transform:scale(.98)}.button:active,.button:hover{box-shadow:0 5px 20px -10px #5e5df0}.button:active{transform:scale(.9)}