.categories-icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:15px;margin:20px 0;max-width:100%}.category-icon-item .category-icon-wrapper,.category-icon-single .category-icon-wrapper{width:100%;height:100%;min-height:60px;min-width:60px}.category-icon-auto .category-icon-wrapper{width:100%;height:100%;min-height:40px;min-width:40px}.category-icon-auto .category-icon-wrapper img{width:100%;height:100%;object-fit:contain}.category-icon-item a,.category-icon-single a,.category-icon-auto a{text-decoration:none;display:block;width:100%;height:100%}.category-icon-item a:hover,.category-icon-single a:hover,.category-icon-auto a:hover{text-decoration:none}@media (max-width:768px){.categories-icons-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:10px}.category-icon-item .category-icon-wrapper,.category-icon-single .category-icon-wrapper{min-height:50px;min-width:50px}.category-icon-auto .category-icon-wrapper{width:100%!important;height:100%!important;min-height:40px;min-width:40px;padding:8px}.category-icon-auto .category-icon-wrapper img{width:100%!important;height:100%!important;object-fit:contain;max-width:none!important;max-height:none!important}.category-icon-auto a{display:block!important;width:100%!important;height:100%!important;text-decoration:none}}@media (max-width:480px){.categories-icons-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px}.category-icon-item .category-icon-wrapper,.category-icon-single .category-icon-wrapper{min-height:40px;min-width:40px}.category-icon-auto .category-icon-wrapper{min-height:35px;min-width:35px;padding:6px}.category-icon-auto .category-name{font-size:11px!important;margin-top:3px!important}}