ion-item ion-label[data-v-aec3c074],
ion-item ion-label p[data-v-aec3c074] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.sticky-header[data-v-aec3c074] {
  position: sticky;
  /* ion-padding puts 16px above the header and sticky pins to the content box below that
     padding; cancel both so the header starts at the very top and stays put when scrolling */
  margin-top: -16px;
  top: -16px;
  z-index: 10;
  background: var(--ion-background-color);
  padding: 16px;
  border-bottom: 1px solid var(--ion-border-color);
  margin-bottom: 8px;
}