.comment-form__form-content{display:grid;grid-template-columns:1fr auto;gap:12px}@media (max-width: 768px){.comment-form__form-content{grid-template-columns:1fr}}:root{--comments-icon-light: var(--black-1-light)}.comments .expandable-container__content{display:flex;flex-direction:column;gap:24px}.comments__header{display:flex;align-items:center;gap:8px}.comments__header-icon{width:24px;height:24px;min-width:24px}body.light .comments__header-icon{color:var(--comments-icon-light)}.comment-list,.comment-list__replies{display:flex;flex-direction:column}.comment-list,.comment-list__replies{gap:24px}.comment-list__comment-form,.comment-list__replies{padding-left:60px}:root{--comment-list-item-icon-delete-light: var(--danger-light-increased);--comment-list-item-time-light: var(--black-3-light);--comment-list-item-heart-icon-filled-light: var(--ternary-light)}.comment-list-item{display:grid;grid-template-columns:auto 1fr 24px;gap:12px}.comment-list-item__avatar{height:48px;width:48px;border-radius:50%;min-width:48px;object-fit:cover}.comment-list-item--reply .comment-list-item__avatar{width:40px;height:40px;min-width:40px}.comment-list-item__heart-icon{width:20px;min-width:20px}.comment-list-item__heart-icon.comment-list-item__heart-icon--can-take-action:hover{cursor:pointer;opacity:.7}.comment-list-item__content{display:flex;flex-direction:column;gap:4px}.comment-list-item__content-top{display:flex;align-items:center;gap:12px}.comment-list-item__full-name{font-weight:500}.comment-list-item__full-name:hover{text-decoration:underline}.comment-list-item__full-name-deleted{font-weight:500;font-style:italic}.comment-list-item__delete-icon{visibility:hidden;cursor:pointer}.comment-list-item__text--deleted{font-style:italic}.comment-list-item--show-delete-icon:hover .comment-list-item__delete-icon{visibility:visible}.comment-list-item--show-delete-icon:hover .comment-list-item__delete-icon:hover{opacity:.7}.comment-list-item__content-bottom{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500}body.light .comment-list-item__delete-icon{color:var(--comment-list-item-icon-delete-light)}body.light .comment-list-item__time{color:var(--comment-list-item-time-light)}body.light .comment-list-item__heart-icon--is-filled{color:var(--comment-list-item-heart-icon-filled-light)}body.light .comment-list-item__likes-count{color:var(--comment-list-item-time-light)}body.light .comment-list-item--highlighted{animation:highlightedBackground 3s ease-in-out;border-radius:12px}.comment-list-item__text{overflow-wrap:anywhere}@keyframes highlightedBackground{0%{background-color:var(--black-4-light)}to{background-color:transparent}}@media (max-width: 768px){.comment-list-item__content-top{align-items:baseline;flex-direction:column;gap:0}}
