.green-button{border-radius:10px;font-size:18px;line-height:140%;padding:11px 32px 14px 20px;position:relative}.green-button:after{background-color:var(--black);border:4px solid var(--white);border-radius:50%;content:"";height:16px;position:absolute;right:-7px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:16px}.green-button:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border:unset;height:40px;right:-19px;width:40px}.green-button.disabled{opacity:.5;pointer-events:none}.green-button.active:after{background-color:var(--red2)}
