.page-contents .ramboll-toolbar {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  height: 48px;
  margin-bottom: 0px;
  padding-right: 8px;
  border-bottom: 1px solid #d0cfc5;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 2;
}
.page-contents .ramboll-toolbar:not(:first-child) {
  top: 49px;
}
