@charset "UTF-8";.follow-btn{max-width:100%;overflow-x:hidden}.follow-btn--liked .ui-button__icon,.follow-btn--liked .ui-button__icon i,.follow-heart--liked{color:var(--color-danger)}@keyframes shrinkButton{0%{min-width:7.5rem;width:7.5rem}to{min-width:2.25rem;width:2.25rem}}@keyframes expandButton{0%{min-width:2.25rem;width:2.25rem}to{min-width:7.5rem;width:7.5rem}}@keyframes hideTextOut{0%{max-width:8rem;opacity:1;transform:translate(0)}to{max-width:0;opacity:0;transform:translate(12px)}}@keyframes showTextIn{0%{max-width:0;opacity:0;transform:translate(12px)}to{max-width:8rem;opacity:1;transform:translate(0)}}.follow-btn.followed{gap:0;max-width:2.25rem;min-width:2.25rem;overflow-x:hidden;padding-inline:0;width:2.25rem}.follow-btn.followed .ui-button__label{display:inline-block;margin:0;max-width:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;white-space:nowrap}.follow-btn.followed.animated{animation:shrinkButton .45s ease forwards}.follow-btn.followed.animated .ui-button__label{animation:hideTextOut .35s ease forwards}.follow-btn.unfollowed{min-width:7.5rem;overflow-x:hidden}.follow-btn.unfollowed.animated{animation:expandButton .45s ease forwards}.follow-btn.unfollowed.animated .ui-button__label{animation:showTextIn .35s ease forwards;display:inline-block;overflow:hidden;white-space:nowrap}.follow-btn.compact{gap:var(--space-sm);max-width:none!important;min-width:0!important;padding-inline:.5rem;width:auto!important}.follow-btn.compact.followed,.follow-btn.compact.unfollowed{animation:none!important;max-width:none!important;min-width:0!important;width:auto!important}.follow-btn.compact .ui-button__label{display:none!important}
