.questionFormWrapper{
    background-color: white;
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 45px;
    display: flex;
    flex-direction : column;
}
.questionFromTitle{
    font-size: 32px!important;
    margin-bottom: 30px!important;
}
.questionTextarea{
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5714285714285714;
    vertical-align: bottom;
    transition: all 0.3s,height 0s;
    resize: vertical; 
    margin-bottom: 0;
    border-color: transparent!important;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    font-size: 20px;
    color: black;
    box-shadow: none !important;
}
.questionSubmitButton{
    height: 52px;
    min-width: 180px;
    margin-bottom: 0;
    margin-inline-start: auto;
    display: flex;
    border-radius: 12px
    font-weight: 700;
    padding: 18px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.questionsListWrapper{
    padding: 60px;
    border-radius: 15px;
    background-color: #fff;
}
.result_grid{
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    transition: grid-template-columns .3s ease-in-out;
}
.commentBlock {
    display: flex;
    margin-bottom: 26px;
    width: 100%;
    flex-direction: row;
}
.commentDescriptionWrapper {
    padding-top: 10px;
    flex-grow: 1;
}
._userNameWrapper_1c75s_29 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 13px;
}
.commentUserName{
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}
._imageWrapper_1v4zf_5 {
    padding-inline-end: 20px;
    flex-shrink: 0;
}
.replyImageBlock {
    width: 40px !important;
    height: 40px !important;
    background-color: transparent
}
.commentDate {
    font-weight: 500;
    font-size: 12px;
    color: #656565;
}
._commentDetails_1c75s_47 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 14px;
    margin-top: 11px;
}
._reactButton_1c75s_64 {
    background-color: transparent;
    border: none;
    font-size: 25px;
    padding: 2px;
    cursor: pointer;
    color: #bababa;
    display: flex;
    align-items: center;
    transition: .5s;
}
._commentReaction_1c75s_58 {
    display: flex;
    align-items: center;
    margin-inline-end: 37px;
    position: relative;
}
.replyButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #656565;
    transition: .5s;
}
._commentInteraction_1c75s_53 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.repliesToggle {
    transition: .5s;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
}
.repliesToggle:before {
    content: "";
    display: block;
    width: 0;
    border-width: 10px 7px 0px 7px;
    border-color: #8f1313 transparent #8f1313 transparent;
    border-style: solid;
    margin-inline-end: 5px;
}
._reactNumber_1c75s_75 {
    font-weight: 500;
    font-size: 12px;
    margin-inline-start: 3px;
    color: #656565;
}
.replyFormWrapper{
    display: flex;
    margin-top: 20px;
}
.reply-control-input-content{
    box-sizing: border-box;
    margin: 0;
    padding: 3px 10px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100% !important;
    min-width: 0 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #d9d9d9 !important;
    transition: all 0.2s !important;
    border-radius: 0 !important;
    border-top: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    box-shadow: none !important;
}
.formButtonsWrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.replyFormButton{
    min-width: 94px;
    height: 28px;
    border-radius: 40px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 11px;
    border-color: #8f1313;
    margin: 2px;
    color:#8f1313;
}
.replyblock{
    padding:10px
}
.reactlike.active{
    color: #8f1313;
}
.reactdeslike.active{
    color: #8f1313;
}
.repliesToggle.active:before {
    transform: rotate(180deg);
}
.