.thumbnail {
  width: 390px;
}

.video-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.video-info-grid {
 display: flex;
 align-items: center;
 gap: 12px;
}






.profile-picture {
  position: relative;
  width: 36px;
  border-radius: 50px;
}

.thumbnail-row {
  margin-bottom: 8px;
  position: relative;
}

.video-author,
.video-stats {
  font-size: 12px;
  color: rgb(96, 96, 96);
}

.video-author {
  margin-bottom: 4px;
}

.video-grid2{
display: flex;
}


.video-grid {
 
gap: 20px;
display: flex;
align-items: center;
  margin-left: 26px;
}
/* hsacjhn xcfgvhbsjc */
.video-time {
  font-family: Roboto, Arial;
  font-size: 12px;
  font-weight: 500;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 2px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
body{
  font-family: Roboto, Arial;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
.video-title-link {
  text-decoration: none;
  color: black;
}


