.captcha-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.captcha-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
}
.captcha-actions button svg {
    max-width: 80%;
    max-height: 80%;
}