.scrollbar {
  float: left;
  max-height: 180px;
  width: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

.scrollbar p:last-child {
  margin-bottom: 0;
}

.force-overflow {
  padding-right: 3%;
}

#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #342803;
  background-color: #7e7ea800;
  border-radius: 10px;
}

#style-7::-webkit-scrollbar {
  width: 7px;
}

#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eb8f53;
}
