.vrd-card {
  margin: 0 0 18px;
  border: 1px solid #d6e4f1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(39, 69, 102, 0.08);
  overflow: hidden;
}

.vrd-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  position: relative;
  padding: 12px 14px 8px;
}

.vrd-author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.vrd-author {
  color: #2f5776;
  font-weight: 700;
  text-decoration: none;
}

.vrd-author:hover {
  color: #4d80aa;
}

.vrd-date {
  color: #6e8397;
  font-size: 13px;
}

.vrd-moder {
  position: absolute;
  top: 0;
  right: 0;
}


.vrd-title  {
  font-size:26px;
}


.vrd-title a:hover {
  color: #4d80aa;
}

.vrd-media {
  position: relative;
  margin: 0 14px 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dbe7f2;
  background: #eef3f8;
}

.vrd-image {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.vrd-player {
  width: 100%;
  min-height: 260px;
}

.vrd-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d6e4f1;
  background: rgba(255, 255, 255, 0.95);
  color: #4d80aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.vrd-badge:hover {
  color: #2f5776;
}

.vrd-text {
  padding: 0 14px;
  color: #475f75;
  font-size: 15px;
  line-height: 1.55;
  max-height: 120px;
  overflow: hidden;
}

.vrd-footer {
  margin-top: 12px;
  padding: 10px 14px;
  border-top: 1px solid #e2edf7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vrd-comments,
.vrd-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.vrd-comments {
  color: #5b7388;
}

.vrd-comments:hover {
  color: #2f5776;
}

.vrd-like {
  color: #a65f73;
}

.vrd-like:hover,
.vrd-like .like2,
.vrd-like .likeplus_hover {
  color: #c93f66;
}

.vrd-like .likex,
.vrd-like .like2 {
  transition: color .2s ease;
}

@media (max-width: 760px) {
  .vrd-title a {
    font-size: 19px;
  }

  .vrd-image {
    max-height: 240px;
  }

  .vrd-player {
    min-height: 210px;
  }

  .vrd-text {
    font-size: 14px;
  }
}
