.themo-button-wrapper{display:flex;flex-flow:row wrap;gap:1rem;padding:1rem 0}.themo-button{border:1px solid #000;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:all .15s ease-in}.themo-button--fill{background-color:#000;color:#fff}.themo-button--border{background-color:#fff;color:#000}.themo-button--fill:focus-within,.themo-button--fill:hover{background-color:#fff;color:#000;text-decoration:none}.themo-button--border:focus-within,.themo-button--border:hover{background-color:#000;color:#fff;text-decoration:none}