.social-connect {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.social-connect h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  color: #555;
  margin-bottom: 40px;
}

/* GRID */
.social-grid {
  /* display: flex; */
  /* flex-direction: column; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  max-width: 1200px;
  margin: auto;
}

.social-grid iframe {
  width: 100%;
  min-height: 448px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);

  border-radius: 12px;
}

/* CARD */
.social-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 12px;
  overflow: hidden;
}

/* Instagram needs height fix */
.instagram {
  min-height: 420px;
}
