:root{--screen-xs:470px;--screen-sm:768px;--screen-md:992px;--screen-lg:1021px;--screen-xl:1140px;--screen-xxl:1880px;--screen-maxw:1440px}.comments_component{font-family:Kanit;display:inline-flex;flex-wrap:wrap;width:100%;background:#fff;color:#000;border-radius:4px;padding:25px 16px}@media only screen and (min-width:0px) and (max-width:960px){.comments_component{border-radius:0;padding:22px 16px}}.comments_component_header{display:flex;width:100%;justify-content:space-between;margin-bottom:24px}.comments_component_header_title{font-style:italic;font-weight:600;font-size:20px;line-height:30px;text-transform:uppercase;color:#000}@media only screen and (min-width:0px) and (max-width:960px){.comments_component_header_title{font-size:18px;line-height:27px}}.comments_component_header_filters{display:inline-flex;justify-content:flex-end;gap:24px}.comments_component_header_filters_desktop{display:flex}@media only screen and (min-width:0px) and (max-width:960px){.comments_component_header_filters_desktop{display:none}}.comments_component_header_filters_mobile{display:none}@media only screen and (min-width:0px) and (max-width:960px){.comments_component_header_filters_mobile{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:#fff;border:1px solid #000;border-radius:4px}}.comments_component_list{display:inline-flex;gap:16px;flex-wrap:wrap;width:100%}.comments_component_list .card_comment{display:flex;flex-wrap:wrap;width:100%;border:1px solid #ccc;border-radius:4px;padding:16px}.comments_component_list .card_comment_header{display:flex;justify-content:space-between;width:100%;margin-bottom:12px}.comments_component_list .card_comment_header .info{display:inline-flex;justify-content:flex-start;gap:12px}.comments_component_list .card_comment_header .info .image{width:40px;height:40px}.comments_component_list .card_comment_header .info .image img{width:40px;height:40px;border-radius:50%}.comments_component_list .card_comment_header .info .labels .name{font-weight:500;font-size:14px;line-height:21px}.comments_component_list .card_comment_header .info .labels .date{font-weight:400;font-size:12px;line-height:18px;color:#7c7c7b}.comments_component_list .card_comment_header .rate{display:flex;justify-content:flex-end}.comments_component_list .card_comment__comment{font-style:normal;font-weight:400;font-size:14px;line-height:21px;color:#303642}.comments_component_list .container_see_more{width:100%}.comments_component_list .container_see_more .see_more{isolation:isolate;border:0;opacity:.3}.comments_component_list .container_see_more .see_more_label{position:relative;top:-55px;text-align:center;font-style:normal;font-weight:500;font-size:14px;line-height:21px;text-decoration-line:underline;color:#ff6a00}.comments_component_list .container_see_more .see_more_label span{cursor:pointer}