/* Video Card Customization */
.video-card .video-overlay {
  display: none !important;
}

.video-card .video-duration {
  display: block;
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(50, 34, 34, 0.85);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(50, 34, 34, 0.12);
  letter-spacing: 0.05em;
}

.video-card .video-thumbnail-link {
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.video-card .insight-image {
  position: relative;
}

.video-card .insight-image .material-icons-outlined {
  color: var(--primary-gold);
  font-size: 64px;
  filter: none;
  text-shadow: none;
  border: none;
  background: none;
}

@media (min-width: 1000px) {
  .insights-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px;
  }
  .insight-card {
    min-width: 0;
  }
}
