:root {
  --ecosystem-product-bar-height: 2.75rem;
}

.ecosystem-product-bar-surface {
  background-color: rgb(5 7 11 / 98%);
}

.ecosystem-product-shell-offset {
  padding-top: var(--ecosystem-product-bar-height);
}

.ecosystem-sticky-below-product-bar {
  top: var(--ecosystem-product-bar-height);
}

.ecosystem-sidebar-below-headers {
  top: calc(var(--ecosystem-product-bar-height) + 4rem);
  height: calc(100vh - var(--ecosystem-product-bar-height) - 4rem);
}
