.insight-hero {
  width: calc(100% - 32px);
  max-width: 820px;
  margin: 0 auto 40px;
}

.insight-hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 14px;
}

.insight-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  margin: -4px 0 20px;
  flex: none;
}

.insight-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card-content {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

@media (max-width: 768px) {
  .insight-hero {
    width: calc(100% - 32px);
    max-width: none;
    margin-bottom: 28px;
  }

  .insight-card-thumb {
    margin-bottom: 16px;
  }
}
