
/* DaruGet category top-area normalization.
   Matches sports/mother/sexual category pages to category.html only. */

body.category-page-body,
body:has(main.category-page){
  background:#fff!important;
}

main.category-page{
  margin-top:0!important;
  padding-top:0!important;
  background:#fff!important;
}

main.category-page > .dd-category-hero,
.dd-category-hero{
  margin-top:18px!important;
  padding-top:0!important;
  background:transparent!important;
}

@media(max-width:980px){
  main.category-page > .dd-category-hero,
  .dd-category-hero{
    margin-top:14px!important;
  }
}

@media(max-width:680px){
  main.category-page > .dd-category-hero,
  .dd-category-hero{
    margin-top:10px!important;
  }
}
