.btn-0c0dfc45 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-icon-0c0dfc45 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.btn-text-0c0dfc45 {
    transition: color 0.3s ease-in-out;
}

.btn-icon-0c0dfc45.has-hover-anim {
    transform: translateX(0);
}

.btn-0c0dfc45:hover .btn-icon-0c0dfc45.has-hover-anim {
    transform: translateX(var(--move-dist, 0px));
}

.btn-icon-0c0dfc45 img {
    max-width: 100%;
}