.postTypes{display:flex}.postTypes__item{color:var(--color_black_70);background:#fff;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:12px;transition:all .3s;display:flex}.postTypes__item svg{width:24px;height:24px;display:block}.postTypes__item--active{color:#fff;background:#000}@media (min-width:992px){.postTypes__item:hover{color:#fff;background:#000}}
.postFilterSelected{flex-wrap:wrap;flex:1;order:5;align-items:center;gap:6px;min-width:100%;display:flex}.postFilterSelected__item{color:var(--color_black_70);text-align:center;background:#fff;border-radius:60px;align-items:center;gap:8px;height:36px;padding:8px 12px;font-size:14px;line-height:1.4;transition:all .3s;display:flex}.postFilterSelected__item svg{color:var(--color_black_main);flex:0 0 10px;min-width:10px;height:10px;display:block}@media (min-width:992px){.postFilterSelected__item:hover{background-color:var(--color_black_main);color:#fff}.postFilterSelected__item:hover svg{color:#fff}}.postFilterSelected__item--all{background-color:var(--color_black_main);color:#fff}
