/*-----------------------------------------------------------
    Header Sign In / Register buttons
    .btn-icon i is normally rotated -45deg at rest (built for
    the template's arrow glyph, which points true horizontal
    only on hover). A login/user-plus icon has no such
    direction, so keep it upright in both states.
-----------------------------------------------------------*/

.text-btn .btn-icon i.fa-solid,
.tj-primary-btn .btn-icon i.fa-solid {
    -webkit-transform: none;
            transform: none;
}
