@charset "UTF-8";:root{--community-ratings-height: 1.375rem;--community-ratings-icon-margin: 0 0 0 -.125rem;--community-ratings-icon-padding: 0 .25rem 0 0;--community-ratings-icon-font-size: 1.625rem;--community-ratings-value-padding: 0 .5rem 0 0;--community-ratings-value-font-size: 1.25rem;--community-ratings-description-font-size: .625rem}.communityRatings{display:flex;gap:.25rem}.communityRatings__rating{display:flex;align-items:center;height:var(--community-ratings-height);flex-grow:1;width:0;min-width:10rem}.communityRatings__rating:before{margin:var(--community-ratings-icon-margin);padding:var(--community-ratings-icon-padding);color:#ffc200;font-family:filmweb-ico;font-size:var(--community-ratings-icon-font-size)}.communityRatings__rating--rate:before{content:"\e93e"}.communityRatings__rating--role:before{content:"\e90e"}.communityRatings__rating--wts{display:none}.communityRatings__rating--wts:before{content:"\e918"}.communityRatings__rating--wts:first-child{display:flex}.communityRatings__rating--likes:before{content:"\e92d"}.communityRatings__value{padding:var(--community-ratings-value-padding);font-size:var(--community-ratings-value-font-size)}.communityRatings__description{display:flex;flex-direction:column;color:#888;font-size:var(--community-ratings-description-font-size);text-transform:lowercase;line-height:1}.communityRatings.isShort{--community-ratings-value-padding: 0}.communityRatings.isShort .communityRatings__rating{width:auto;min-width:3rem}.communityRatings.isShort .communityRatings__description{display:none}.communityRatings.isCompact{--community-ratings-value-padding: 0}.communityRatings.isCompact .communityRatings__rating{width:auto;min-width:0;flex-wrap:wrap;justify-content:flex-end;--community-ratings-height: auto}.communityRatings.isCompact .communityRatings__description{display:inline;white-space:nowrap}.communityRatings.isCompact .communityRatings__description span span:last-child{display:none}.communityRatings.isCompact .communityRatings__description>span:first-child:after{content:"\a0"}.communityRatings.showAll .communityRatings__rating{display:flex!important}
