.comments-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #dedede}.comments-wrapper .comments-input{width:100%}.comments-wrapper .comments-input .user-login-required>:last-child{margin-left:.5rem;padding-left:.5rem;border-left:1px solid #dedede}.comments-wrapper .comments-body{width:100%;display:flex;flex-direction:column;gap:1rem}.comments-wrapper textarea{width:100%;height:80px;border:none;background:0 0}.comments-wrapper .comment-submit-button{line-height:1;padding:10px 20px}.comments-wrapper .comments-body .comment-load-button{line-height:1;padding:10px 20px}body.pcdark-mode .comments-wrapper textarea{color:#fff}body.pcdark-mode .comments-wrapper textarea::placeholder{color:#fff}.comments-wrapper .comment-card{padding:1rem;border-radius:10px;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.3)}body.pcdark-mode .comments-wrapper .comment-card{box-shadow:0 4px 10px rgb(200 39 14 / 30%)}.comments-wrapper .comment-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.comments-wrapper .comments-input .comment-submit-response{margin-top:1rem}.comments-wrapper .comment-submit-response .success{font-weight:700}.comments-wrapper .comment-submit-response .error{color:#d55057;font-weight:700}.comments-wrapper .user-info{display:flex;align-items:center;gap:.5rem}.comments-wrapper .user-info span a{font-weight:700}.comments-wrapper .user-info img{width:30px;height:30px;border-radius:50%}.comments-wrapper .timestamp{display:flex;align-items:center;gap:.5rem}.comments-wrapper .icon{cursor:pointer}
