/* Sticky titles meet the scrollport edge; no padded strip above them. */
.save-conflict-notice:not([hidden]) {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
}
body.mobile-panel-open .seed-panel,
body[data-mobile-panel="soil"].mobile-panel-open .soil-lab {
  padding: 0 16px 16px;
}
body.mobile-panel-open .seed-panel > .panel-heading,
body[data-mobile-panel="soil"].mobile-panel-open .soil-lab > .panel-heading {
  position: sticky;
  top: 0;
  z-index: 12;
  margin: 0 -16px 10px;
  padding: 12px 16px;
  background: #fff;
  opacity: 1;
  backdrop-filter: none;
}
/* Keep one pinned title, rather than guessing its height for a second bar. */
body[data-mobile-panel="tools"] .tool-shelf-heading {
  position: static;
  top: auto;
  margin: 0 0 12px;
  background: #fff;
  box-shadow: none;
}
.info-sheet,
.caretaker-sheet {
  padding-top: 0;
}
.info-sheet > header,
.caretaker-sheet > header {
  top: 0;
  margin-top: 0;
  background: #fff;
  opacity: 1;
  backdrop-filter: none;
}
.community-sheet {
  padding-top: 0;
}
.community-sheet > header {
  top: 0;
  z-index: 12;
  margin: 0 -22px;
  padding: 16px 22px;
  background: #fff;
}
.community-sheet .leaderboard > header {
  position: static;
}
.feedback-sheet > header {
  background: #fff;
  opacity: 1;
}
@media (max-width: 600px) {
  .community-sheet > header {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
