.post-functions{background:var(--bg-dark-accent);border-radius:8px;display:flex;justify-content:space-between;width:100%;max-width:512px;margin:auto;padding:8px 0}.post-functions:last-child{margin-bottom:12px}.post-functions .post-functions__button{color:var(--bg-font-dim);font:var(--font-family);font-size:0.8rem;text-decoration:none;min-width:64px;height:24px;display:flex;position:relative;justify-content:center;align-items:center;gap:8px;padding:0;cursor:pointer}.thread-card .post-functions{justify-content:space-around;padding:8px 0;margin:unset}.thread-card .post-functions .post-functions__button{min-width:48px}.post-functions .post-functions__button .post-functions__icon{position:relative}.post-functions .post-functions__button .post-functions__icon::after{content:'';display:block;background-color:var(--bg-font-dim);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-position:center;width:16px;height:16px}.post-functions .post-functions__button .post-functions__icon--reply::after{-webkit-mask-image:url("/img/comment-bubble-small.svg");mask-image:url("/img/comment-bubble-small.svg")}.post-functions .post-functions__button .post-functions__icon--view::after{-webkit-mask-image:url("/img/view.svg");mask-image:url("/img/view.svg")}.post-functions .post-functions__button .post-functions__icon--heart::after{-webkit-mask-image:url("/img/heart.svg");mask-image:url("/img/heart.svg")}.post-functions .post-functions__button .post-functions__icon--bookmark::after{-webkit-mask-image:url("/img/bookmark-hollow.svg");mask-image:url("/img/bookmark-hollow.svg")}.post-functions .post-functions__button .post-functions__icon--share::after{-webkit-mask-image:url("/img/share.svg");mask-image:url("/img/share.svg")}.post-functions .post-functions__button:hover{color:var(--bg-font-clear)}.post-functions .post-functions__button:hover .post-functions__icon::after{background-color:var(--bg-font-clear)}.post-functions .post-functions__button--blocked{cursor:unset}.post-functions .post-functions__button--blocked .post-functions__icon::after{background-color:var(--color-like)}.post-functions .post-functions__button--blocked:hover .post-functions__icon::after{background-color:var(--color-like)}.post-functions .post-functions__button--liked,.post-functions .post-functions__button--liked:hover{color:var(--color-like)}.post-functions .post-functions__button--liked .post-functions__icon::after,.post-functions .post-functions__button--liked:hover .post-functions__icon::after{background:var(--color-like)}.post-functions .post-functions__button--liked .post-functions__icon--heart::after{-webkit-mask-image:url("/img/heart-filled.svg");mask-image:url("/img/heart-filled.svg")}.post-functions .post-functions__button--liked .post-functions__icon::before{content:'';position:absolute;width:24px;height:24px;background:var(--color-like);opacity:0.1;border-radius:50%;transform:translate(-50%, -53%);top:50%;left:50%}.post-functions .post-functions__button--liked:hover .post-functions__icon::before{width:32px;height:32px}.post-functions .post-functions__button--bookmarked,.post-functions .post-functions__button--bookmarked:hover{color:var(--color-bookmark)}.post-functions .post-functions__button--bookmarked .post-functions__icon::after,.post-functions .post-functions__button--bookmarked:hover .post-functions__icon::after{background:var(--color-bookmark)}.post-functions .post-functions__button--bookmarked .post-functions__icon--bookmark::after{-webkit-mask-image:url("/img/bookmark-filled.svg");mask-image:url("/img/bookmark-filled.svg")}.post-functions .post-functions__button--bookmarked .post-functions__icon::before{content:'';position:absolute;width:24px;height:24px;background:var(--color-bookmark);opacity:0.1;border-radius:50%;transform:translate(-50%, -53%);top:50%;left:50%}.post-functions .post-functions__button--bookmarked:hover .post-functions__icon::before{width:32px;height:32px}
