.social-grid {
  columns: 1;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .social-grid {
    columns: 2;
  }
}
@media screen and (min-width: 1025px) {
  .social-grid {
    columns: 3;
  }
}

.community-post-item {
  contain: layout style;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.instagram-media {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin-inline: auto !important;
  will-change: transform;
}

@media (max-width: 767px) {
  .social-grid {
    grid-template-columns: 1fr;
  }

  .community-post-item {
    min-height: 790px;
  }

  .instagram-media {
    min-height: 790px !important;
  }

  .community-post-item.is-mobile-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .community-post-item {
    min-height: 650px;
  }

  .instagram-media {
    min-height: 650px !important;
  }
}