.Button-os button,.Button-os a{border:2px solid var(--brand-color);color:#fff;background:var(--brand-color);cursor:pointer;border-radius:8px;padding:8px 1rem;font-size:16px;font-weight:500;line-height:20px;transition:color .3s ease-in-out;position:relative;overflow:hidden}.Button-os a{width:-moz-fit-content;width:fit-content;display:flex}.Button-os button[disabled]{opacity:.6;cursor:not-allowed}.Button-os button:before,.Button-os a:before{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 100%);width:50%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.Button-os button:hover:before,.Button-os a:hover:before{animation:1s forwards shine}@keyframes shine{to{left:125%}}
