/*--------------------------------------------------------------
# Custom list block
--------------------------------------------------------------*/
.s3t-vpb-list-single {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  width: 100%;
}

.s3t-vpb-list-single:last-of-type {
  margin-bottom: 0;
}

.s3t-vpb-list-single > div:first-of-type {
  min-height: 16px;
  height: auto;
  padding-top: 3px;
  width: 16px;
}

.s3t-vpb-list-single > div:last-of-type {
  padding-left: 10px;
  width: calc(100% - 16px);
}

.s3t-vpb-list-single > div:last-of-type p {
  margin-bottom: 0;
}

.academy-list {
  height: 55px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
