.wheel-plate-box{flex-direction:column;width:100%;height:100%;display:flex}.navigation-wheel{flex-direction:row;justify-content:center;align-items:center;margin-top:31px;display:flex}.feedback-plate-wheel{flex-direction:row;justify-content:center;align-items:center;gap:41px;display:flex}.points-container{flex-direction:row;justify-content:center;align-items:center;gap:12px;margin:0 30px;display:flex}
.feedbackPlate{border:solid 1px var(--pink);box-sizing:border-box;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:360px;height:249px;display:flex}.feedbackPlate .authorName{-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-direction:column;flex:2;justify-content:center;align-items:center;max-height:30px;margin-top:25px;margin-bottom:25px;padding:0 15px;font-size:20px;font-weight:400;display:-webkit-box;overflow:hidden}.feedbackPlate .text{text-align:center;max-height:68px;color:var(--grey-dark);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:3;margin-bottom:30px;padding:0 15px;font-size:16px;font-weight:400;display:-webkit-box;overflow:hidden}.feedbackPlate .btnFeedbackBox{flex:1.8}.feedbackPlate .btnFeedbackBox .btnFeedback{width:161px;height:40px;padding:0}@media (max-width:768px){.feedbackPlate{border:solid 1px var(--pink);box-sizing:border-box;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:360px;height:249px;display:flex}}
