.list-button{display:flex;flex-direction:row;font-family:var(--font-highlight);font-size:clamp(14px,14px + 14 * (1.5 - 1) * (100vw - 320px)/320,18px);justify-content:space-between;padding:5px;text-transform:uppercase;transition:all .5s ease-in-out;width:100%}.list-button .icon{width:16px}.list-button:hover{background-color:#e6e6e6}.list-button:hover .icon{color:var(--C1)}.button-list-wrapper{width:100%}
