/* origem: site/0155.css */
/* SOURCE: /assets/refactor-v943/css/site/0378.css */
/* v16.1.613 — solução simples e estável: card compacto, sticky nativo e lista interna com 8 itens. */
@media (min-width:901px){
  html body.pc.spb-home-model-blog_sidebar .spb-blog-home-sidebar,
  html body.pc.spb-home-model-blog_sidebar .spb-blog-list-sidebar,
  html body.pc.spb-home-model-blog_sidebar .spb-blog-article-sidebar{
    position:relative!important;
    overflow:visible!important;
    align-self:stretch!important;
    height:auto!important;
    min-height:0!important;
  }
  html body.pc.spb-home-model-blog_sidebar .spb-blog-sidebar-flow{
    display:flex!important;
    flex-direction:column!important;
    position:relative!important;
    overflow:visible!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"]{
    order:999999!important;
    position:sticky!important;
    position:-webkit-sticky!important;
    top:60px!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:300px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:30px 0 0!important;
    transform:none!important;
    z-index:30!important;
    align-self:flex-start!important;
    overflow:hidden!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list{
    display:block!important;
    height:auto!important;
    max-height:352px!important; /* aproximadamente 8 categorias visíveis */
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin!important;
    scrollbar-color:var(--spb-primary,var(--green,#80ba27)) rgba(0,0,0,.08)!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list::-webkit-scrollbar{width:7px!important;}
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list::-webkit-scrollbar-track{background:rgba(0,0,0,.06)!important;}
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list::-webkit-scrollbar-thumb{
    background:var(--spb-primary,var(--green,#80ba27))!important;
    border-radius:20px!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list a{
    min-height:44px!important;
    height:44px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    display:flex!important;
    align-items:center!important;
  }
  html body.pc.spb-home-model-blog_sidebar [data-sidebar-module="categories"] .spb-blog-category-list a em{
    color:var(--spb-primary,var(--green,#80ba27))!important;
    -webkit-text-fill-color:var(--spb-primary,var(--green,#80ba27))!important;
  }
  html body.pc .spb-cat-host-610,
  html body.pc .spb-cat-anchor-610,
  html body.pc .spb-cat-anchor-609,
  html body.pc .spb-cat-anchor-608,
  html body.pc .spb-cat-marker-606,
  html body.pc .spb-cat-marker-605,
  html body.pc .spb-category-sticky-placeholder,
  html body.pc .spb-category-force-placeholder{display:none!important;height:0!important;margin:0!important;padding:0!important;}
}
@media (max-width:900px){
  html body.pc [data-sidebar-module="categories"]{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    max-width:none!important;
  }
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list{
    max-height:352px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:thin!important;
    scrollbar-color:var(--spb-primary,var(--green,#80ba27)) rgba(0,0,0,.08)!important;
  }
}

