.postItemNoteV{background:#fff;border-radius:10px;display:flex;flex-direction:column;position:relative}.postItemNoteV_header{align-items:center;display:flex;justify-content:flex-end;padding:16px 12px}@media(max-width:1220px){.postItemNoteV_header{padding:12px 8px}}@media(max-width:420px){.postItemNoteV_header{padding:10px 6px}}.postItemNoteV_body{display:flex;flex:1;flex-direction:column;padding:0 12px 18px}@media(max-width:1220px){.postItemNoteV_body{padding:0 8px 12px}}@media(max-width:420px){.postItemNoteV_body{padding:0 6px 10px}}.postItemNoteV_title{color:var(--color_black_main);display:-webkit-box;font-size:16px;height:67px;line-clamp:3;-webkit-line-clamp:3;line-height:1.4;margin-bottom:auto;overflow:hidden;-webkit-box-orient:vertical;-webkit-hyphens:auto;hyphens:auto;text-overflow:ellipsis}@media(min-width:330px)and (max-width:389px){.postItemNoteV_title{font-size:12px;height:auto}}.postItemNoteV_rating{margin-bottom:18px}@media(max-width:991px){.postItemNoteV_rating{margin-bottom:12px}}@media(min-width:330px)and (max-width:389px){.postItemNoteV_rating .postRating-hover_btn{font-size:10px!important;height:28px;padding:0 5px!important}.postItemNoteV_rating .postRating-hover_btn span{height:16px!important;width:16px!important}.postItemNoteV_rating .postRating-hover-center span{font-size:10px}.postItemNoteV_rating .postRating-hover--like .postRating-hover-center svg{height:24px;width:24px}.postItemNoteV_rating .postRating-hover--dislike .postRating-hover-center svg{height:18px;width:18px}.postItemNoteV_rating .postRating-choice{height:34px}.postItemNoteV_rating .postRating-choice_btn{height:28px;padding:0 5px!important}.postItemNoteV_rating .postRating-choice_btn svg{height:16px!important;width:16px!important}.postItemNoteV_rating .postRating-choice_state{font-size:12px}.postItemNoteV_rating .postRating-choice_state svg{height:20px;width:20px}.postItemNoteV_rating .postRating--like .postRating-choice .button-like{left:68%}.postItemNoteV_rating .postRating--dislike .postRating-choice .button-dislike{right:32%}}.postItemNoteV_imgs{display:grid;flex:1;gap:12px;grid-template-columns:1fr;margin:18px 0}.postItemNoteV_imgs--2,.postItemNoteV_imgs--3{grid-template-columns:1fr 1fr}.postItemNoteV_imgs--3>:first-child{grid-row:span 2}.postItemNoteV_imgs--4{grid-template-columns:1fr 1fr}.postItemNoteV_imgs--5{grid-template-columns:1fr 1fr 1fr 1fr}.postItemNoteV_imgs--5>:first-child{grid-column:span 4}@media(max-width:767px){.postItemNoteV_imgs{margin:12px 0}}.postItemNoteV_imgs-item{border-radius:8px;display:block;margin:0}.postItemNoteV_imgs-item figure{border-radius:8px;height:100%}.postItemNoteV_imgs-item img{display:block;height:100%;object-fit:cover;width:100%}.postItemNoteV_footer{align-items:center;display:flex;justify-content:space-between}.postItemNoteV_user{align-items:center;display:flex;transition:none}.postItemNoteV_user figure{border-radius:100%;display:block;flex:0 0 24px;height:24px;margin:0 8px 0 0;min-width:24px}@media(max-width:991px){.postItemNoteV_user figure{margin-right:5px}}.postItemNoteV_user img{display:block;height:auto;width:100%}.postItemNoteV_user-info{font-size:12px;line-height:1.2}@media(max-width:991px){.postItemNoteV_user-info{font-size:11px}}.postItemNoteV_user-info span{color:var(--color_black_main);display:block;height:14px;overflow:hidden;word-break:break-all}@media(max-width:991px){.postItemNoteV_user-info span{margin-bottom:0}}.postItemNoteV_user-info time{color:var(--color_black_60);white-space:nowrap}.postItemNoteV_comments{align-items:center;display:flex;height:100%}.postItemNoteV_comments svg{color:var(--color_black_60);display:block;height:16px;transition:inherit;width:16px}@media(max-width:991px){.postItemNoteV_comments svg{height:14px;width:14px}}.postItemNoteV_comments span{color:var(--color_black_60);display:block;font-size:12px;margin-left:7px}@media(max-width:991px){.postItemNoteV_comments span{font-size:11px;margin-left:5px}}.postItemNoteV_comments:hover svg{color:var(--color_red_main)}