/* v68 blog category pills */
.blog-filter{
  min-height:92px;
  height:auto;
  flex-wrap:wrap;
  gap:12px;
  padding:18px 3%;
  align-items:center;
}
.blog-filter-label{margin-right:8px;}
.blog-filter-label span,
.blog-filter-label small{display:block;}
.blog-filter button{
  height:42px;
  padding:0 18px;
  border:1px solid #d8e5f4;
  border-radius:999px;
  background:#fff;
  color:#5d6d84;
  box-shadow:0 8px 18px rgba(22,55,108,.04);
  font-weight:500;
}
.blog-filter button.active{
  color:#1b56c8;
  border-color:#c7dbff;
  background:linear-gradient(180deg,#fafdff,#eef5ff);
  box-shadow:0 10px 22px rgba(35,106,223,.08);
}
.blog-filter button.active:after{display:none;}
