.video-card{border:2px solid var(--border-color);border-radius:20px;overflow:hidden;position:relative;cursor:pointer;background-color:#fff;text-align:left!important;width:100%}.video-card:hover{border:2px solid var(--primary-color)}.video-card .top .video-thumbnail{width:100%;max-height:260px;object-fit:cover}.video-card .bottom{padding:10px}.video-card .bottom .video-tag{border:1px solid var(--primary-color);border-radius:20px;padding:0 10px;width:-moz-fit-content;width:fit-content}.video-card .bottom .video-tag .text{font-size:12px;color:var(--primary-color);line-height:24px;margin:4px 0 0;font-weight:600}.video-card .bottom .video-tag .anticon{margin-right:5px}.video-card .bottom .video-title{font-weight:600;font-size:18px;line-height:22px;text-transform:capitalize}