.storybook-button{display:inline-block;cursor:pointer;font-weight:700;line-height:1;font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center}.storybook-button--primary{color:#fff}.storybook-button--secondary{background-color:transparent;position:relative;overflow:hidden;display:flex;flex-direction:row!important;align-items:center;justify-content:center;gap:2px;transition:color .3s ease;z-index:1;&:hover{.storybook-button--secondary--hover-bg{width:110%;height:102%;border-radius:30px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}box-shadow:0 0 20px 5px rgba(41,171,226,.4)}&:active,&:focus{border:1px solid #00bfff}}.storybook-button--secondary--hover-bg{position:absolute;bottom:0;right:0;width:60px;height:30px;background-color:#00bfff;clip-path:polygon(100% 100%,100% 0,0 100%);transition:all .5s ease;z-index:-1}.storybook-button--outline{border:1px solid #fff;background-color:transparent;color:#fff}.storybook-button--large{padding:10px 16px;height:45px;font-size:20px}.storybook-button--medium{padding:11px 20px;font-size:17px;height:35px}.storybook-button--small{padding:10px 16px;font-size:13px;height:30px}