.button-arrow{color:#000;background-color:#fff;border:1px solid #0000;justify-content:space-between;align-items:center;gap:6px;min-width:150px;padding:6px 12px;font-weight:700;display:flex}@media screen and (max-width:768px){.button-arrow{min-width:120px;padding:4px 8px}}.button-arrow:hover{border-color:var(--secondary-color);color:var(--primary-color)}.button-arrow:hover .button-arrow--arrow img{transform:translate(2px)}.button-arrow.dark{color:#fff;background-color:#000}.button-arrow--arrow{background-color:var(--secondary-color);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;padding:6px;display:flex}.button-arrow--arrow img{transition:transform .2s var(--material-cubic-bezier);width:100%}
