.watch svg{width:auto!important;height:auto!important}.episode-button{position:relative;z-index:3}.episode-button:before{content:"";position:absolute;z-index:-3;top:50%;left:50%;width:103%;height:108%;border-radius:6px;transform:translate(-50%,-50%);background-color:transparent;background-repeat:no-repeat;background-image:linear-gradient(#DE0000,#7C0000);animation:rotate 4s linear infinite;opacity:0;transition:opacity .3s ease}.episode-button:after{content:"";position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background:#27272a;border-radius:inherit}.episode-button.active:before{opacity:1}.episode-button.active{box-shadow:0 0 10px #7C0000}.episode-button:hover:before{opacity:.7}.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}