/* v68 resources crisp filter pills */
.filter-buttons{
  gap:12px;
  flex-wrap:wrap;
}
.filter-buttons button{
  height:42px;
  padding:0 18px;
  border:1px solid #d8e4f2;
  background:#fff;
  border-radius:999px;
  color:#506178;
  font:600 12px "Noto Sans SC";
  box-shadow:0 8px 18px rgba(18,52,104,.04);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.filter-buttons button.active{
  background:linear-gradient(180deg,#fafdff,#edf5ff);
  color:#195fcd;
  border-color:#cadcff;
  box-shadow:0 10px 22px rgba(30,94,217,.08);
}
.tool-filter-bar{min-height:88px;height:auto;padding:18px 0;gap:18px;}
.tool-filter-bar>span{font-size:11px;}
.resource-tools-list a span:last-child b,
.resource-tools-list a span:last-child small,
.filter-buttons button,
.resource-all-tools{
  filter:none!important;
  opacity:1!important;
}
.resource-tools-list a,
.resource-all-tools{
  border-radius:14px;
}
