/* Generated by scripts/build-legacy-css.mjs from legacy/templates/index/videos.html. */

/* legacy/templates/index/videos.html */
.page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page {
  display: block;
  width: 34px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  color: #333;
  margin: 0 7px;
  border-radius: 3px;
  border-bottom: 2px solid #eee;
}

.current-page {
  background: #eee;
}

.video-list-video {
  margin: 10px 0;
}

.video-list-video-link {
  display: flex;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.video-list-video-left {
  width: 40%;
  flex-shrink: 0;
}

.video-list-video-right {
  margin: 0 10px;
  color: #352F30;
}

.video-list-video-image {
  width: 100%;
  border-radius: 3px;
}

.video-list-video-title {
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   font-weight: bold;
}

.video-list-video-youtuber {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
}

.video-list-right-channel-image {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  margin-right: 5px;
}
