.blog-post{background:var(--color-white);border:1px solid var(--color-black-30);border-radius:5px;color:var(--color-black);cursor:pointer;display:flex;flex-direction:column;height:100%;padding:20px 20px 25px;position:relative}.blog-post:hover{background:#2bca9512}.blog-post__pic{border-radius:5px;height:108px;margin-bottom:15px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1280px){.blog-post__pic{height:152px}}.blog-post__pic__wrap{position:relative}.blog-post__chip{align-items:center;border-radius:5px;display:flex;flex-direction:row;gap:7px;padding:2px 7px;position:absolute;right:10px;top:10px}.blog-post__chip__text{color:var(--color-white);font-size:14px;font-weight:600}.blog-post__chip__popular{background:#fd9154}.blog-post__chip__new{background:#ffb629}.blog-post__body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.blog-post__date{color:var(--color-black-40);font-size:14px}.blog-post__date__wrap{align-items:center;display:flex;flex-direction:row;gap:5px;margin-bottom:7px}.blog-post__header{font-size:22px;font-weight:700;line-height:32px;margin-bottom:7px}.blog-post__header a{color:var(--color-black)}.blog-post__header :deep(span){font-weight:700}.blog-post__text{color:var(--color-black-40);font-size:14px;margin-bottom:15px}.blog-post__stats{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px}.blog-post__views{color:var(--color-black-40);font-size:14px}.blog-post__views__wrap{align-items:center;display:flex;flex-direction:row;gap:5px}.blog-post__reviews{color:var(--color-black-40);font-size:14px}.blog-post__reviews__wrap{gap:5px}.blog-post__footer,.blog-post__reviews__wrap{align-items:center;display:flex;flex-direction:row}.blog-post__footer{justify-content:space-between}.blog-post__author{align-items:center;display:flex;flex-direction:row;gap:7px}.blog-post__author__avatar{border-radius:50%}.blog-post__author__name{font-size:16px}.blog-post__author__position{color:var(--color-black-40);font-size:12px;max-width:200px}.blog-post__action__wrap{align-items:center;border-bottom:1px solid var(--color-main);color:var(--color-main);cursor:pointer;display:flex;flex-direction:row;flex-grow:0;flex-shrink:0;font-size:16px;gap:10px;padding-bottom:4px}@media (min-width:768px) and (max-width:1024px){.blog-post__action__wrap{font-size:12px;gap:7px;padding:0}}
