.forum-home-tabs{--tabPX:12px;position:relative;width:100%;box-sizing:border-box}.forum-home-tabs:has(.forum-home-tabs__arrow--prev) .forum-home-tabs__wrapper{border-radius:16px 0 0 16px}.forum-home-tabs:has(.forum-home-tabs__arrow--next) .forum-home-tabs__wrapper{border-radius:0 16px 16px 0}.forum-home-tabs:has(.forum-home-tabs__arrow--prev):has(.forum-home-tabs__arrow--next) .forum-home-tabs__wrapper{border-radius:16px}.forum-home-tabs__wrapper{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth}.forum-home-tabs__wrapper::-webkit-scrollbar{display:none}.forum-home-tabs__content{--gapX:8px;display:flex;width:-moz-fit-content;width:fit-content;flex-direction:row;column-gap:var(--gapX);align-items:center}@media(max-width:1023px){.forum-home-tabs__content{--gapX:6px}}.forum-home-tabs__item{--FS:12px;--color:#595c61;--activeColor:#fff;--bg:#efefef;--activeBg:#000;--LH:16px;--PY:8px;--PX:16px;--hoverBg:#ddd;flex:0 0 auto;min-width:auto;width:auto;height:auto;padding:var(--PY) var(--PX);border:0;border-radius:12px;background:var(--bg);box-shadow:none;color:var(--color);font-family:var(--label-small-ex-font,var(--eco-design-font-M));font-size:var(--FS);font-weight:var(--label-small-ex-weight,400);line-height:var(--LH);text-align:center;white-space:nowrap;cursor:pointer;transition-property:color,background;transition-duration:.2s}.forum-home-tabs__item:hover{background:var(--hoverBg)}.forum-home-tabs__item.ant-btn{display:inline-flex;align-items:center;justify-content:center}.forum-home-tabs__item.ant-btn:active,.forum-home-tabs__item.ant-btn:focus,.forum-home-tabs__item.ant-btn:hover{background:var(--bg);color:var(--color)}.forum-home-tabs__item.is-active,.forum-home-tabs__item.is-active.ant-btn:active,.forum-home-tabs__item.is-active.ant-btn:focus,.forum-home-tabs__item.is-active.ant-btn:hover{background:var(--activeBg);color:var(--activeColor)}.forum-home-tabs__item.is-edit-focus{border:1px solid #000;box-sizing:border-box}.forum-home-tabs__arrow{position:absolute;top:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;min-width:32px;height:32px;padding:0;border:0;border-radius:50%;box-shadow:0 0 14.5px 0 rgba(0,0,0,.15);cursor:pointer}.forum-home-tabs__arrow,.forum-home-tabs__arrow:active,.forum-home-tabs__arrow:focus,.forum-home-tabs__arrow:hover{background:var(--dark-mode-primary,#fff);color:#595c61}.forum-home-tabs__arrow--prev{left:0}@media(min-width:1024px){.forum-home-tabs__arrow--prev{transform:translateX(-50%)}}.forum-home-tabs__arrow--prev svg{transform:rotate(180deg)}.forum-home-tabs__arrow--next{right:0}@media(min-width:1024px){.forum-home-tabs__arrow--next{transform:translateX(50%)}}