.video-recommend {
  margin-bottom: 20px;
}

.video-suggestion {
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.video-thumbnails-img {
  width: 168px;
  border-radius: 10px;
}

.video-thumbnails {
  position: relative;
  margin-right: 10px;
}

.video-time {
  position: absolute;
  bottom: 7px;
  right: 4px;
  background-color: black;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 3px;
  border-radius: 5px;
}

.video-suggestion-info {
  flex: 1;
}

.video-suggestion-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
  padding-bottom: 3px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-suggestion-author, .video-suggestion-stats {
  font-size: 12px;
  margin: 0; 
  line-height: 18px;
  color: rgb(111, 110, 110);
}

.video-suggestion-title-link {
  color: black;
  text-decoration: none;
}

.watch-later {
  width: 25px;
  border-radius: 5px;
  margin-bottom: 0;
}

.add-playlist {
  margin-top: 5px;
  width: 20px;
  margin-left: 2px;
}

.video-tooltip {
  width: 25px;
  height: 25px;
  background-color: rgba(150, 150, 150, 0.5);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.video-suggestion-tooltip {
  position: absolute;
  left: 140px;
  top: 5px;
  opacity: 0;
}

.video-more-tooltip {
  position: absolute;
  right: 0px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
}

.dots3 {
  width: 15px;

}

.video-suggestion:hover .video-more-tooltip, 
.video-suggestion:hover .video-suggestion-tooltip {
  opacity: 1;
}

.show-more-videos {
  width: 100%;
  line-height: 32px;
  background-color: white;
  color: rgb(50, 129, 233);
  font-weight: 700;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 20px;
}

.show-more-videos:hover {
  cursor: pointer;
  background-color: rgb(220, 236, 247);
  border-color: rgb(220, 236, 247);
}
