/* origem: site/0157.css */
/* SOURCE: /assets/refactor-v943/css/site/0380.css */
@media (min-width:901px){
  html body.pc .spb-blog-sidebar-flow,
  html body.pc .spb-blog-sidebar,
  html body.pc .spb-blog-archive-sidebar,
  html body.pc .spb-blog-archive-body,
  html body.pc .spb-blog-layout,
  html body.pc .spb-single-sidebar{
    overflow:visible!important;
    transform:none!important;
  }
  html body.pc [data-sidebar-module="categories"]{
    order:999999!important;
    position:-webkit-sticky!important;
    position:sticky!important;
    top:60px!important;
    align-self:flex-start!important;
    margin-top:30px!important;
  }
}
@media (max-width:900px){
  html body.pc [data-sidebar-module="categories"]{position:relative!important;top:auto!important;}
}

/* SOURCE: /assets/refactor-v943/css/site/0381.css */
/* v16.1.616 — força a fixação real do card Categorias em todos os contextos desktop. */
@media (min-width:901px){
  html body.pc [data-sidebar-module="categories"]{
    order:999999!important;
    width:300px!important;
    max-width:300px!important;
    margin:30px 0 0!important;
    overflow:hidden!important;
    z-index:80!important;
  }
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list{
    max-height:352px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
  }
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
  }
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list a em,
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list a .count,
  html body.pc [data-sidebar-module="categories"] .spb-blog-category-list a .spb-category-count{
    margin-left:auto!important;
    padding-left:12px!important;
    flex:0 0 auto!important;
    text-align:right!important;
    white-space:nowrap!important;
  }
}

