.swiper {
    width: 100%;
    height: 550px ;
}
.yvs-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    width: 432px;
    height: 432px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
     
}
.yvs-card img {
    width: 100%;
    height: 249px;
    border-radius: 8px 8px 0px 0px;
}
.yvs-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 21px 10px 8px 10px;
    line-height: 28px;
    font-family: "inter", sans-serif;
    display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  color: #212121;
}
.yvs-card p{
    margin: 5px 10px 10px 10px;
    font-family: "inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}
.yvs-card .yvs-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #424242;
    padding: 8px 20px 0px 20px;
    width: 100%;
    font-family: "inter", sans-serif;
}

.yvs-meta img {
    margin-right: 4px;
}
.vl{
    display: flex;
    gap: 20px;
    
}


.views, .likes{
    display: flex;
justify-content: center;

}
.update-date{
    font-size: 10px;
    color: #424242;
}
.yvs-play-btn{
    width: 46px;
    height: 32px;
    position: absolute;
    margin-top: 99px;
    margin-left: 180px;
}

