.components-question-more-render {
  background-color: white;
  .header-title {
    white-space: initial !important;
  }
  .scroll-tab-fixed {
    box-shadow: 0 0 2px rgba(black, 0.1);
    background-color: white;
    z-index: 10;
  }
  .scroll-element {
    padding-bottom: 15px;
    & + .scroll-element {
      border-top: 1px solid #eee;
    }
  }
  .more-item {
    padding: 15px;
    border-top: 1px solid #eee;
    &::after {
      display: none;
    }
    & + .more-item {
      margin-top: 15px;
      border-top: 1px solid #eee;
    }
    .item-body {
      line-height: 1.4;
    }
  }
}
