/* Desktop social-feed width, isolated from older PWA-cached layout assets. */
@media (min-width: 761px) {
  .social-posts-home .social-posts-rail {
    grid-template-columns: minmax(0, 560px) !important;
    justify-content: center !important;
  }

  .social-posts-home .social-posts-card {
    width: 100% !important;
    max-width: 560px !important;
  }
}
