
/* TVStar blog shell compatibility - does not alter article content */
header.sticky, footer.border-t { box-sizing:border-box; }
header.sticky *, footer.border-t * { box-sizing:border-box; }
header.sticky .container-x, footer.border-t .container-x {
  width:100%;
  max-width:80rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
}
@media (min-width:640px){
  header.sticky .container-x, footer.border-t .container-x { padding-left:1.5rem; padding-right:1.5rem; }
}
@media (min-width:1024px){
  header.sticky .container-x, footer.border-t .container-x { padding-left:2rem; padding-right:2rem; }
}
