.member-card__character{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}.member-card__character-image{position:relative;width:8rem;flex-direction:column;justify-content:flex-start;overflow:hidden;border-radius:var(--radius)}.member-card__character-image,.member-card__text{display:flex;align-items:center;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.member-card__text{height:100%;width:100%;justify-content:center;text-wrap:wrap;padding:.25rem;text-align:center}.member-card__nickname{margin:0;padding:0;font-size:.75rem;line-height:1rem;font-weight:800;text-transform:uppercase;line-height:1;color:hsl(var(--background))}.AnotherRoles{transition:all .2s linear}.AnotherRoles:before{content:"ІНШІ ВІДОМІ РОЛІ";position:absolute;right:-85px;top:43%;rotate:90deg;background-color:#BA0000;border-radius:calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;padding:3px 5px;text-wrap:nowrap}.others-wrapper{max-width:0;opacity:0;transform:translateX(-20px);pointer-events:none}.others-wrapper.others-open{max-width:1000px;opacity:1;transform:translateX(0);pointer-events:auto}.AnotherRolesActive{transition:min-width .2s ease-out}