/* DOCHIFOOD PUBLIC V5.0.1 */

/* Bỏ bóng */
.v5-search,
.v5-promo-badge,
.v5-quote-bar,
.v5-chapter,
.v5-chapter.active,
.v5-lead-card,
.v5-lead-card input:focus,
.v5-lead-card select:focus,
.v5-lead-card textarea:focus,
.v5-grid-card,
.v5-grid-media,
.v5-grid-media > img,
.v5-grid-player,
.v5-grid-player iframe {
  box-shadow: none !important;
}

/* Khám phá: bỏ lớp tối, chuyển sang nền trắng nhẹ */
.v5-grid-gradient {
  inset: 54% 0 0 !important;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .92) 55%,
    #fff 100%
  ) !important;
}

/* Không hiện nhãn danh mục trên card */
.v5-grid-copy small,
.v5-feed-info small,
.v5-category[data-category="uncategorized"] {
  display: none !important;
}

/* Tên sản phẩm nhỏ và xanh dương */
.v5-grid-copy {
  left: 11px !important;
  right: 9px !important;
  bottom: 11px !important;
  color: var(--navy) !important;
  text-shadow: none !important;
}

.v5-grid-copy strong {
  color: var(--navy) !important;
  font-size: 14px !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  -webkit-line-clamp: 2 !important;
}

.v5-feed-info {
  text-shadow: none !important;
}

.v5-feed-info h2 {
  font-size: clamp(24px, 5vw, 40px) !important;
}

@media (min-width: 760px) {
  .v5-grid-copy strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}
