.comment-cont{display:flex;flex-direction:column;gap:1.5rem;max-height:80vh;overflow-y:auto;scroll-behavior:smooth;padding:0 1.2rem 0 0;width:50vw}@media(max-width:70em){.comment-cont{width:60vw}}@media(max-width:56.25em){.comment-cont{width:70vw}}@media(max-width:70em){.comment-cont{width:85vw}}.comment-user-cont{display:flex;flex-direction:column;gap:1rem;border-radius:7px;border:1px solid var(--color-grey-300);padding:1.2rem}.comment-lister-header{justify-content:center}.comment-header,.comment-lister-header{display:flex;align-items:center;gap:1.2rem}.comment-header{justify-content:space-between}.comment-header-img{position:relative;height:6rem;width:6rem;border-radius:50%}.comment-header-profile{display:flex;flex-direction:column;justify-content:center;gap:1rem}.comment-profile-details{display:flex;align-items:center;justify-content:center;gap:1rem}.comment-text{line-height:1.5;letter-spacing:1.2;max-width:45% vw}