/* origem: site/0154.css */
/* SOURCE: /assets/refactor-v943/css/site/0377.css */
/* v16.1.602 — arraste dos stories, cursores do menu e Categorias compacta/fixa em todo o Modelo Blog. */
html body.pc .spb-stories-scroll,
html body.pc .spb-stories-scroll *{
  -webkit-user-drag:none!important;
}
html body.pc .spb-stories-scroll img{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-user-drag:none!important;
}
html body.pc .spb-stories-scroll{cursor:grab!important;}
html body.pc .spb-stories-scroll.is-dragging,
html body.pc .spb-stories-scroll.is-dragging *{cursor:grabbing!important;}

html body.pc .spb-mobile-menu-open,
html body.pc .spb-mobile-menu-open *,
html body.pc .spb-mobile-menu-close,
html body.pc .spb-mobile-menu-close *,
html body.pc .spb-mobile-search-btn,
html body.pc .spb-mobile-search-btn *,
html body.pc .spb-mobile-submenu-open,
html body.pc .spb-mobile-submenu-open *,
html body.pc .spb-mobile-submenu-back,
html body.pc .spb-mobile-submenu-back *,
html body.pc .spb-mobile-menu-list a,
html body.pc .spb-mobile-menu-list a *{
  cursor:pointer!important;
}

@media (min-width:901px){
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-real,
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-home-real{
    height:auto!important;
    max-height:min(520px,calc(100dvh - 80px))!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-real > h3,
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-home-real > h3{
    flex:0 0 auto!important;
    margin:0!important;
    position:relative!important;
    z-index:3!important;
    background:#fff!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-real .spb-blog-category-list,
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"].spb-category-fixed-home-real .spb-blog-category-list{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scrollbar-gutter:stable!important;
    padding-bottom:18px!important;
    scroll-padding-bottom:18px!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list > a:last-child{
    margin-bottom:12px!important;
  }
}

