/* JUL27-299 centered public Category Type filters with plain active-pill counts. */
.mdl-category-type-filter-wrap{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto 34px;
}
.mdl-category-type-filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:10px;
}
.mdl-category-type-choice{
  position:relative;
  display:inline-flex;
  justify-content:center;
  padding-bottom:24px;
}
.mdl-category-type-pill{
  appearance:none;
  border:1px solid #cbd5e1;
  border-radius:999px;
  background:#fff;
  color:#334155;
  min-height:38px;
  padding:8px 15px;
  font:inherit;
  font-size:.875rem;
  font-weight:750;
  line-height:1.2;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.mdl-category-type-pill:hover{
  border-color:#64748b;
  color:#0f172a;
  transform:translateY(-1px);
}
.mdl-category-type-pill:active{
  transform:translateY(0) scale(.98);
}
.mdl-category-type-pill:focus-visible{
  outline:3px solid rgba(37,99,235,.22);
  outline-offset:2px;
}
.mdl-category-type-pill.is-active{
  border-color:#10243b;
  background:#10243b;
  color:#fff;
  box-shadow:0 8px 20px rgba(15,35,58,.16);
}
.mdl-category-type-filter-status{
  position:absolute;
  top:calc(100% - 18px);
  left:50%;
  min-height:18px;
  margin:0;
  color:#64748b;
  font-size:.8125rem;
  font-weight:500;
  line-height:1.25;
  white-space:nowrap;
  transform:translateX(-50%);
  transform-origin:center center;
  pointer-events:none;
}
[data-mdl-articles-list]{
  box-sizing:border-box;
  position:relative;
  scroll-margin-top:24px;
}
[data-mdl-articles-list][data-mdl-animating="true"] .mdl-guide-list-card{
  will-change:transform,opacity;
}
.mdl-category-transition-clone{
  box-shadow:0 20px 45px rgba(15,23,42,.12)!important;
  will-change:transform,opacity;
}
.mdl-guide-list-card[hidden],
.mdl-article-feature-wrap[hidden],
.mdl-article-grid[hidden]{
  display:none!important;
}
@media (max-width:640px){
  .mdl-category-type-filter-wrap{
    width:min(100% - 24px,1120px);
    margin-bottom:28px;
  }
  .mdl-category-type-filters{
    gap:8px;
  }
  .mdl-category-type-pill{
    min-height:36px;
    padding:7px 12px;
    font-size:.8125rem;
  }
}
@media (prefers-reduced-motion:reduce){
  .mdl-category-type-pill{
    transition:none!important;
  }
  [data-mdl-articles-list] *,
  .mdl-category-transition-clone{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
