.post-vote-form{display:flex;flex-direction:column;padding-top:25px;padding-bottom:20px;border:2px solid rgba(var(--colorDecorationBorder),1);border-radius:5px}.post-vote-form--voted .post-vote-form__option{justify-content:space-between;background:transparent}.post-vote-form--voted .post-vote-form__option .post-vote-form__fake-bar{background:rgba(var(--colorDecorationBorder),.5)}.post-vote-form--voted .post-vote-form__option--my-vote{border-color:rgba(var(--colorGreenBorder),1)}.post-vote-form--voted .post-vote-form__option--my-vote .post-vote-form__fake-bar{background:rgba(var(--colorDecorationBorder),.5)}.post-vote-form--voted .post-vote-form__option-text{color:rgba(var(--colorBlackText),1)!important;font-weight:400}@media(min-width:760px){.post-vote-form--voted .post-vote-form__option-text{text-align:left}}.post-vote-form--voted .post-vote-form__option-percentage{display:inline;display:initial}.post-vote-form__option{display:flex;position:relative;align-items:center;justify-content:center;width:100%;min-height:40px;margin-bottom:10px;padding:7px 18px;border:1px solid rgba(var(--colorDecorationBorder),1);border-radius:3px;background:rgba(var(--colorDecorationBorder),1);font-size:15px;line-height:23px;cursor:pointer}.post-vote-form__option:before{position:absolute;top:0;left:0;width:50%;height:100%}.post-vote-form__option-text{font-weight:700}@media(min-width:760px){.post-vote-form__option-text{text-align:center}}.post-vote-form__option-percentage{display:none;margin-left:10px;font-weight:700}.post-vote-form__option--my-vote{background:rgba(var(--colorGreenBackground),.5)}.theme--dark .post-vote-form__option--my-vote{background:rgba(var(--colorGreenBackground),1)}.post-vote-form__option--my-vote .post-vote-form__option-text{color:rgba(var(--colorBlackText),1)}.post-vote-form__option-percentage,.post-vote-form__option-text{z-index:10}.post-vote-form__fake-bar{position:absolute;top:0;left:0;height:100%}.post-vote-form__bottom-bar{display:flex;justify-content:center;margin-top:10px}.post-gallery{display:flex}.post-gallery:not(:only-child){margin-top:15px}@media(min-width:1000px){.post-gallery{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.post-gallery{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.post-gallery{margin-right:20px;margin-left:20px}}.post-gallery__img{position:relative;width:100%;height:250px;overflow:hidden;border-radius:5px;background-position:50%;background-size:cover}.post-gallery__img:not(:last-child){margin-right:5px}.post-gallery--images-limit{position:relative}.post-gallery--images-limit .post-gallery__img:last-of-type:before{content:"+" attr(data-more-count);display:flex;position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.6);color:#fff;font-size:21px;cursor:pointer}.date{position:relative;color:rgba(var(--colorGreyText),1);white-space:nowrap}.user-anonymous{display:grid;grid-auto-flow:column;grid-template-columns:auto 1fr}.user-anonymous__avatar{grid-row:1/3}.post-title{text-decoration:none!important;word-break:break-word}