<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sticky-header--sticky .lgd-header {
  z-index: 1000;
  top: var(--lgd-sticky-header-position);
  width: 100%;
}

.sticky-header--sticky .lgd-header + * {
  margin-block-start: calc(var(--lgd-sticky-header-position) + var(--lgd-sticky-header-height));
  scroll-padding: var(--lgd-sticky-header-height);
}

.sticky-header-html,
.sticky-header--sticky {
  scroll-padding-block-start: var(--lgd-sticky-header-height);
}
</pre></body></html>