@charset "UTF-8";.sl-post-cats{position:relative}.sl-post-cats .sl-cats-track{display:grid;grid-template-columns:repeat(var(--sl-cat-cols-desktop,5),1fr);gap:24px}.sl-post-cats .sl-post-cat-item{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit}.sl-post-cats .sl-post-cat-item:hover .sl-post-cat-img img{transform:scale(1.04)}.sl-post-cats .sl-post-cat-img{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:16px}.sl-post-cats .sl-post-cat-img img,.sl-post-cats .sl-post-cat-img svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.sl-post-cats .sl-post-cat-name{font-weight:600;margin-top:12px;display:block}.sl-post-cats .sl-post-cat-count{font-size:13px;color:#888;margin-top:4px;display:block}.sl-post-cats .sl-cats-nav-btn{display:none}.sl-post-cats .sl-cats-pagination{display:none}@media (max-width:1024px){.sl-post-cats .sl-cats-track{grid-template-columns:repeat(var(--sl-cat-cols-tablet,3),1fr)}}@media (max-width:767px){.sl-post-cats{padding:0 16px 30px 16px}.sl-post-cats .sl-cats-track{display:flex}.sl-post-cats.swiper{overflow:hidden}.sl-post-cats.swiper .sl-cats-track{gap:0!important}.sl-post-cats:not(.swiper-initialized) .sl-cats-track{overflow-x:auto;gap:16px;-webkit-overflow-scrolling:touch}.sl-post-cats:not(.swiper-initialized) .sl-post-cat-item{width:100%;max-width:100%;flex:0 0 100%;box-sizing:border-box}.sl-post-cats.swiper-initialized .sl-post-cat-item{box-sizing:border-box}.sl-post-cats .sl-cats-pagination{display:block;position:absolute;bottom:0;left:0;width:100%;text-align:center;z-index:10}.sl-post-cats .sl-cats-pagination .swiper-pagination-bullet{width:6px;height:6px;background:#d9d9d9;opacity:1;margin:0 4px;transition:all .3s ease}.sl-post-cats .sl-cats-pagination .swiper-pagination-bullet-active{background:#111;width:16px;border-radius:4px}.sl-post-cats .sl-cats-nav-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:calc(50% - 35px);transform:translateY(-50%);width:40px;height:40px;background:rgba(255,255,255,.9);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10;cursor:pointer;color:#111;transition:all .2s ease}.sl-post-cats .sl-cats-nav-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.sl-post-cats .sl-cats-nav-btn:hover:not(.swiper-button-disabled){background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.15)}.sl-post-cats .sl-cats-nav-prev{left:10px}.sl-post-cats .sl-cats-nav-next{right:10px}}