.button-component{align-items:center;align-self:stretch;background:var(--surface-color-4);border-radius:8px;cursor:pointer;display:flex;height:48px;justify-content:center;padding:12px 0}.button-component.--small{height:40px}.button-component.--active{background:var(--blue-active)}.button-component.--danger{background:#ff0c85;height:auto;padding:.9rem 2.5rem}.button-component.--danger .label{color:var(--white-white-87);font-weight:700}.button-component.--disabled.--primary{opacity:.2}.button-component.--disabled{background:var(--white-white-15);cursor:default}.button-component.--disabled .label{color:var(--white-white-30)}.button-component.--primary{background:var(--blue-primary)}.button-component.--primary,.button-component.--primary .label{color:var(--white-white-100)}.button-component .text-wrapper{align-items:center;display:flex;flex:1 0 0;flex-direction:column;justify-content:center}.button-component .label{color:var(--white-white-60);font-size:1rem;font-style:normal;font-weight:300}.button-component .description{color:var(--white-white-80);font-size:12px;font-style:normal;font-weight:400}
