html,
body {
  min-height: auto !important;
}

body {
  padding-bottom: 18px !important;
}

.site-final-section,
.site-compact-parent {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-final-section table,
.site-final-section .investor-table,
.site-final-section .holders-table {
  margin-bottom: 0 !important;
}

.site-final-section::after,
.site-compact-parent::after {
  content: none !important;
  display: none !important;
}

html[data-theme="light"] body {
  color-scheme: light;
}

html[data-theme="dark"] body {
  color-scheme: dark;
}
