/* supplement.css — layout fixes loaded last */

/* Newspaper smart sidebar pins .td-ss-main-sidebar with inline position:fixed */
.td-ss-main-sidebar {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.hello .offerColTableInner,
.hello1 .offerColTableInner {
  position: static !important;
  bottom: auto !important;
}
