.btn{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;outline:0;border:0;cursor:pointer;transition:all 0.2s ease-in-out;font-size:1rem;line-height:calc(22em/16);gap:calc(11em/16);box-shadow:0 calc(4em/16) calc(15em/16) rgba(0,0,0,0.05)}.btn:hover{box-shadow:0 calc(4em/16) calc(15em/16) rgba(0,0,0,0.1)}.btn>img{transition:all 0.2s ease-in-out;height:1.6em;width:auto}.btn.blue{padding:0.7em 1.5em;font-weight:500;color:var(--color-text-inverted);background-color:var(--color-blue-600);border-radius:0.2rem}.btn.blue>img{filter:brightness(0) invert(1)}.btn.blue:hover{background-color:var(--color-blue-700)}.btn.green{padding:0.8em 1.5em 0.7em;font-weight:500;color:var(--color-text-inverted);background-color:var(--color-green-400);border-radius:0.2rem}.btn.green>img{filter:brightness(0) invert(1)}.btn.green:hover{background-color:var(--color-green-500)}.btns,.buttons-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;grid-gap:1rem 1.5rem}
/*# sourceMappingURL=buttons.css.map */