/* Show only 5 lines, scrollable */
#checkin-success-answers,
#checkin-success-description {
  max-height: calc(1.25rem * 5); /* 1.25rem line-height * 5 rows */
  overflow-y: scroll;
  padding-right: 1rem; /* for scrollbar space */
  margin-bottom: 0;
  position: relative;
}

/* Container for fade effect */
.scroll-fade {
  position: relative;
}

/* Fade effect at the bottom */
.fade-bottom {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  height: 0.25rem;
  background: linear-gradient(to top, rgb(139 31 31 / 0%), #00000040 100%);
}
.checkin-answers-list {
  margin: 0;
  padding-left: 0em;
}
.checkin-answers-list li {
  margin-bottom: 0.2em;
  line-height: 1.25rem;
  font-size: 0.875rem;
  list-style-position: inside;
}
.display-center {
    display: grid;
    align-content: space-around;
    justify-content: center;
}
body.common-list .ticket-list .block-contents .members-wrapper td.tickets-no-width-important {
    text-align: left !important;
    padding-left: 16px !important; /* or 0 if you want flush left */
    width: auto !important;
    white-space: normal;
}