.posts_header{align-items:center;gap:8px;width:fit-content;display:flex}.posts_header_icon{width:24px}.posts_header_title{color:var(--black);font-family:Regular;font-size:16px;font-weight:400;line-height:1}.posts{grid-template-columns:repeat(3,calc(33.3333% - 13.3333px));gap:20px;width:100%;display:grid}.post{background:var(--white);cursor:pointer;border-radius:8px;flex-direction:column;flex-shrink:0;align-items:center;gap:16px;width:100%;max-width:573.3px;height:fit-content;padding:20px;display:flex}.post_img{object-fit:cover;border-radius:8px;width:100%;height:auto}.post_header{justify-content:space-between;align-items:center;width:100%;padding:0 8px;display:flex}.post_header_details{flex-direction:column;gap:5px;width:75%;display:flex}.post_name,.post_price{color:var(--black);font-size:16px;line-height:1}.post_name{white-space:nowrap;text-overflow:ellipsis;font-family:SemiBold;font-weight:600;line-height:1.3;overflow:hidden;width:100%!important}.post_price{white-space:nowrap;text-overflow:ellipsis;font-family:Regular;font-weight:400;overflow:hidden}.post_icon{flex-shrink:0;width:20px}.post_features{align-items:center;gap:7px;width:100%;display:flex}.post_feature{flex-direction:column;justify-content:space-between;width:calc(33% - 7px);height:53px;padding:4px 8px;display:flex}.post_feature_icon{width:24px}.post_feature_name{color:var(--black);white-space:nowrap;text-overflow:ellipsis;font-family:Regular;font-size:14px;font-weight:400;line-height:1;overflow:hidden}.view_more_btn{letter-spacing:-.48px;background:var(--blue);width:fit-content;height:48px;color:var(--white);border-radius:4px;align-self:center;align-items:center;gap:10px;margin-top:30px;padding:0 20px;font-family:Regular;font-size:16px;font-weight:400;line-height:1;text-decoration:none;transition:all .5s;display:flex}.view_more_btn:hover{background:var(--bright-blue)}.view_more_btn_icon{width:16px}@media (320px<=width<=360px){.posts{grid-template-columns:100%;gap:16px}}@media (361px<=width<=600px){.posts{grid-template-columns:repeat(2,calc(50% - 8px));gap:16px}}@media (320px<=width<=900px){.post{width:100%;padding:12px}.post_img{height:114px}.post_name{font-size:14px}.post_features .post_feature:nth-child(3),.post_features .separator_line:nth-child(2){display:none}.post_feature{width:calc(50% - 7.5px)}}
.tooltip_wrapper{display:inline-block;position:relative}.tooltip_box{background:var(--black);color:var(--white);white-space:nowrap;opacity:0;z-index:1000;border-radius:6px;margin-bottom:8px;padding:6px 16px;font-family:Regular;font-size:14px;font-weight:400;animation:.2s forwards fadeIn;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.tooltip_arrow{border-left:10px solid #0000;border-right:10px solid #0000;border-top:10px solid var(--black);width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@keyframes fadeIn{to{opacity:1}}
