/* Keep the AI video section aligned with the shared official content container
   and visually consistent with the surrounding light theme. */
.official-ai-life {
  width: min(100% - 64px, 1210px);
  background: #f7fbfc;
  box-shadow: none;
  color: #0f1a24;
}

.official-ai-life::before {
  border-color: #d6e6ee;
}

.official-ai-life .official-ai-life-eyebrow {
  color: #1f6f9b;
}

.official-ai-life h2,
.official-ai-life-caption strong {
  color: #0f1a24;
}

.official-ai-life-copy > p,
.official-ai-life-meta,
.official-ai-life-caption {
  color: #5c6b79;
}

.official-ai-life-meta {
  border-top-color: #d6e6ee;
}

.official-ai-life-card {
  border-color: #d6e6ee;
  background: #fff;
  box-shadow: 0 12px 32px rgba(41, 91, 118, 0.08);
}

@media (max-width: 720px) {
  .official-ai-life {
    width: min(100% - 36px, 1210px);
  }
}
