/* MTG Shop Sidebar: solo sidebar */

.mtg-shop-cats a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.mtg-shop-cat-count {
  flex: 0 0 auto !important;
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(37, 99, 235, .10) !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mtg-shop-cats a.is-active .mtg-shop-cat-count {
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
}
