#product-desc iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 500px;
    height: auto;
    border: none;
}


.baby-section-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 18px;
  color: #333;
  line-height: 1.8;
}

.baby-intro-banner {
  background: linear-gradient(135deg, #edf8ee, #fff6df);
  border-radius: 8px;
  padding: 28px 34px;
  text-align: center;
  margin-bottom: 40px;
}

.baby-intro-banner h3,
.baby-section-title {
  color: #2e7d32;
  text-align: center;
  font-weight: 700;
}

.baby-intro-banner h3 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.baby-highlight-text {
  color: #d35400;
  font-weight: 700;
}

.baby-section-title {
  font-size: 1.7rem;
  margin: 42px 0 24px;
}

.baby-features-grid,
.baby-brand-grid {
  display: grid;
  gap: 22px;
  margin-bottom: 38px;
}

.baby-features-grid,
.baby-brand-grid {
  grid-template-columns: repeat(3, 1fr);
}

.baby-feature-card,
.baby-brand-card {
  background: #fff;
  border: 1px solid #e2e8e2;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.baby-feature-card {
  border-top: 4px solid #43a047;
}

.baby-feature-card h4,
.baby-brand-card h4 {
  color: #2e7d32;
  font-weight: 700;
  margin-bottom: 12px;
}

.baby-brand-card h4 a,
.baby-inline-link {
  color: #2e7d32;
  text-decoration: underline;
  font-weight: 700;
}

.vitagrow-bullet {
  margin-bottom: 8px;
}

.baby-footer-note {
  background: #f7f8f7;
  border-radius: 8px;
  padding: 28px 34px;
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 900px) {
  .baby-features-grid,
  .baby-brand-grid {
    grid-template-columns: 1fr;
  }
}

