#p-show-post{padding-top:16px;padding-bottom:48px}@media only screen and (min-width: 768px){#p-show-post{padding-top:48px}}body[data-theme=dark] #p-show-post input{background-color:var(--colors-gray-100)}#p-show-post .p-show-post__back-link{display:inline-flex;align-items:center;margin-bottom:16px;color:var(--colors-gray-600);text-decoration:none}#p-show-post .p-show-post__back-link:hover{color:var(--colors-gray-900);text-decoration:none}#p-show-post .p-show-post__main-col{display:flex;flex-direction:column;gap:24px}#p-show-post .p-show-post__post-card{background-color:var(--colors-white);border:1px solid var(--colors-gray-200);border-radius:12px;padding:28px;box-shadow:none}body[data-theme=dark] #p-show-post .p-show-post__post-card{background-color:var(--colors-gray-200)}#p-show-post .p-show-post__title{font-family:"Newsreader Variable","Newsreader","Iowan Old Style","Charter","Georgia",ui-serif,serif;font-size:24px;font-weight:500;line-height:1.1;letter-spacing:-0.015em;color:var(--colors-gray-900)}@media only screen and (min-width: 768px){#p-show-post .p-show-post__title{font-size:36px}}@media only screen and (min-width: 992px){#p-show-post .p-show-post__title{font-size:44px}}#p-show-post .p-show-post__meta{display:flex;align-items:center;flex-wrap:wrap;row-gap:8px}#p-show-post .p-show-post__vote-section{margin-top:40px}#p-show-post .p-show-post__description-section{margin-top:28px}#p-show-post .p-show-post__actions{border-top:5px solid var(--colors-blue-500);padding-top:16px;margin-top:32px}@media only screen and (max-width: 768px){#p-show-post .p-show-post__actions .flex-grow{display:none}}#p-show-post .p-show-post__discussion-section{display:flex;flex-direction:column;gap:24px}#p-show-post .p-show-post__discussion-header{margin-bottom:8px}#p-show-post .p-show-post__discussion-count{width:25px;height:25px;margin-left:16px;border-radius:9999px;text-align:center;background-color:var(--colors-blue-100);color:var(--colors-blue-400)}body[data-theme=dark] #p-show-post .p-show-post__discussion-count{background-color:var(--colors-blue-500);color:var(--colors-blue-800)}#p-show-post .p-show-post__action-col{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 768px){#p-show-post .p-show-post__action-col{margin-top:24px}}#p-show-post .p-show-post__action-col--desktop{display:none}@media only screen and (min-width: 992px){#p-show-post .p-show-post__action-col--desktop{display:flex}}#p-show-post .p-show-post__action-col--mobile{display:flex}@media only screen and (min-width: 992px){#p-show-post .p-show-post__action-col--mobile{display:none}}#p-show-post .p-show-post__action-col>.card{background-color:var(--colors-white);border:1px solid var(--colors-gray-200);border-radius:12px;padding:24px;box-shadow:none}body[data-theme=dark] #p-show-post .p-show-post__action-col>.card{background-color:var(--colors-gray-200)}#p-show-post .p-show-post__action-col__follow-button--follow,#p-show-post .p-show-post__action-col__follow-button--following{text-align:center;color:var(--colors-gray-800);background-color:var(--colors-white);border:1px solid var(--colors-gray-800);width:100%}body[data-theme=dark] #p-show-post .p-show-post__action-col__follow-button--follow,body[data-theme=dark] #p-show-post .p-show-post__action-col__follow-button--following{background-color:var(--colors-gray-100);border:1px solid var(--colors-gray-400)}@media only screen and (max-width: 768px){#p-show-post .c-comment-input .c-avatar{display:none}}#p-show-post .c-comment-input-card{flex-grow:1;background-color:var(--colors-white);border:1px solid var(--colors-gray-200);border-radius:12px;padding:24px;box-shadow:none}body[data-theme=dark] #p-show-post .c-comment-input-card{background-color:var(--colors-gray-200)}#p-show-post .c-response-details__card{flex-grow:1;background-color:var(--colors-gray-100);border:1px solid var(--colors-gray-200);border-radius:12px;padding:24px;box-shadow:none}body[data-theme=dark] #p-show-post .c-response-details__card{background-color:var(--colors-gray-200)}#p-show-post .c-response-details__content{color:var(--colors-gray-700);line-height:1.6}@media only screen and (min-width: 992px){#p-show-post .p-show-post{display:grid;gap:24px;grid-template-columns:320px 1fr;grid-template-rows:auto;grid-template-areas:"Action Main" "Action Main"}#p-show-post .p-show-post__main-col{grid-area:Main}#p-show-post .p-show-post__action-col{grid-area:Action}}
@media only screen and (max-width: 768px){.c-comment .c-avatar{display:none}}.c-comment__card{flex-grow:1;background-color:var(--colors-white);border-radius:20px;padding:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}body[data-theme=dark] .c-comment__card{background-color:var(--colors-gray-200)}.c-comment__content{flex-grow:1}.c-comment__content--highlighted{padding:8px;background-color:var(--colors-yellow-50);border-radius:8px}
.c-vote-section__button{transition:transform .15s ease}.c-vote-section__button--animating{animation:vote-bounce .2s ease}.c-vote-section__button--voted .c-vote-section__icon{animation:icon-pop .3s ease}.c-vote-section__button--downvoted .c-vote-section__icon{animation:icon-pop .3s ease}.c-vote-section__icon{transition:transform .15s ease}.c-vote-section__count-wrapper{position:relative}.c-vote-section__count{position:relative;display:inline-block}.c-vote-section__pop{position:absolute;top:0;left:100%;margin-left:4px;font-size:16px;font-weight:700;color:var(--colors-primary-base);animation:vote-pop .5s ease forwards;pointer-events:none}@keyframes vote-bounce{0%{transform:scale(1)}50%{transform:scale(0.92)}100%{transform:scale(1)}}@keyframes vote-pop{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}@keyframes icon-pop{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}@media(prefers-reduced-motion: reduce){.c-vote-section__button--animating,.c-vote-section__button--voted .c-vote-section__icon{animation:none}.c-vote-section__pop{animation:none;opacity:0}}.c-vote-section__icon-wrap{position:relative;display:inline-flex;--burst-color: var(--colors-blue-300)}
.c-votes-panel__header{display:flex;justify-content:space-between;align-items:center}.c-votes-panel__count-badge{background-color:var(--colors-gray-100);color:var(--colors-gray-700);font-size:13px;font-weight:600;padding:4px 8px;border-radius:999px;line-height:1}.c-votes-panel__avatars{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.c-votes-panel__avatars .c-avatar{border:2px solid var(--colors-white);box-shadow:none}.c-votes-panel__more-avatar{width:40px;height:40px;border-radius:999px;border:1px solid var(--colors-gray-200);background-color:var(--colors-gray-50);color:var(--colors-gray-500);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}body[data-theme=dark] .c-votes-panel__more-avatar{border-color:var(--colors-gray-300);background-color:var(--colors-gray-100);color:var(--colors-gray-600)}.c-votes-panel__more-avatar svg{width:18px;height:18px}.c-votes-panel__more-avatar:hover:not(:disabled){border-color:var(--colors-primary-base);color:var(--colors-primary-base);background-color:var(--colors-white)}.c-votes-panel__more-avatar:disabled{display:none}
.c-votes-modal__list{margin-top:16px}.c-votes-modal__item{padding:16px;transition:background-color .15s ease}.c-votes-modal__item--alternate{background-color:var(--colors-gray-50)}.c-votes-modal__date{padding-right:16px;flex-shrink:0}.c-votes-modal__vote-icon{width:16px;height:16px;flex-shrink:0;color:var(--colors-primary-base)}.c-votes-modal__vote-icon--down{color:var(--colors-red-500)}
.c-action-button{display:inline-flex;align-items:center;padding:8px 12px;border:none;background-color:rgba(0,0,0,0);border-radius:8px;color:var(--colors-gray-700);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}.c-action-button:hover{background-color:var(--colors-gray-100)}.c-action-button--danger{color:var(--colors-red-700)}.c-action-button--danger:hover{background-color:var(--colors-red-50)}.c-action-button__icon{width:18px;height:18px;flex-shrink:0}.c-action-button__text{white-space:nowrap}
.c-copy-link{position:relative}.c-copy-link__icons{position:relative;display:inline-grid}.c-copy-link__icons>*{grid-area:1/1;transition:opacity .2s ease,transform .25s cubic-bezier(0.23, 1, 0.32, 1)}.c-copy-link__tick{width:16px;height:16px;color:var(--colors-green-700);opacity:0;transform:scale(0.6)}.c-copy-link__tick path{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .26s cubic-bezier(0.23, 1, 0.32, 1) .05s}.c-copy-link__labels{display:inline-grid}.c-copy-link__label{grid-area:1/1;transition:opacity .2s ease}.c-copy-link__label--done{opacity:0;color:var(--colors-green-700)}.c-copy-link--copied .c-copy-link__copy{opacity:0;transform:scale(0.6)}.c-copy-link--copied .c-copy-link__tick{opacity:1;transform:scale(1)}.c-copy-link--copied .c-copy-link__tick path{stroke-dashoffset:0}.c-copy-link--copied .c-copy-link__label--idle{opacity:0}.c-copy-link--copied .c-copy-link__label--done{opacity:1}@media(prefers-reduced-motion: reduce){.c-copy-link__icons>*,.c-copy-link__label,.c-copy-link__tick path{transition:none}}
