.krexp-subcats{width:100%;margin:8px 0 24px}.krexp-subcats__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}@media (max-width:1200px){.krexp-subcats__list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.krexp-subcats__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.krexp-subcats__list{grid-template-columns:1fr}}.krexp-subcats__list.is-collapsed>li:nth-child(n+13){display:none}.krexp-subcats__item{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--krexp-shadow);border-radius:.75rem;padding:.75rem .9rem;box-shadow:0 2px 10px 0 var(--krexp-shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .06s ease}.krexp-subcats__item:hover{border-color:var(--krexp-accent);box-shadow:0 4px 16px 0 var(--krexp-shadow)}.krexp-subcats__item:active{transform:translateY(1px)}.krexp-subcats__name{font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:1rem;line-height:1.2;padding-right:.75rem}.krexp-subcats__count{min-width:2.2rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;font-size:.85rem;border-radius:999px;background:#f6f7f8;border:1px solid #e8eaee}.krexp-subcats__more{margin-top:10px;display:flex;justify-content:center}.krexp-subcats__toggle{appearance:none;border:1px solid #e8eaee;background:#fff;padding:8px 14px;border-radius:10px;font-family:"Montserrat",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;cursor:pointer;box-shadow:0 2px 10px 0 var(--krexp-shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .06s ease}.krexp-subcats__toggle:hover{border-color:var(--krexp-accent)}.krexp-subcats__toggle:active{transform:translateY(1px)}