@media (hover:hover){.button--icon:after{content:"";position:absolute;top:calc(50% - 1px);right:-14px;width:24px;height:24px;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath d="M31.6662 23.7059L19.17 36.666L16.2542 33.642L25.8346 23.7059L16.2542 13.7697L19.17 10.7457L31.6662 23.7059Z" fill="%23002526"/%3E%3C/svg%3E%0A');background-position:50%;background-repeat:no-repeat;background-size:24px;opacity:0;transform:translateY(-50%);transition:opacity .3s cubic-bezier(.4,0,.2,1)}.button--custom .button--icon:after,.button--secondary\/light .button--icon:after{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath d="M31.6662 23.7059L19.17 36.666L16.2542 33.642L25.8346 23.7059L16.2542 13.7697L19.17 10.7457L31.6662 23.7059Z" fill="%23fffff2"/%3E%3C/svg%3E%0A')}.button:has(.button--icon):focus .button--icon:after,.button:has(.button--icon):hover .button--icon:after{opacity:1;transition-duration:.5s}.button:has(.button--icon):focus .button-text,.button:has(.button--icon):hover .button-text{transform:translateX(-.5rem)}}