.pattern-social-wall .wp-block-bedrock-elfsight-social-wall [class*=CardContainer]{
  min-height:0;
}
@media (min-width:600px){
  .pattern-social-wall .wp-block-bedrock-elfsight-social-wall .es-grid-layout{
    gap:var(--wp--preset--spacing--50) !important;
  }
}
@media (max-width:782px){
  .pattern-social-wall .wp-block-bedrock-elfsight-social-wall .es-grid-layout{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .pattern-social-wall .wp-block-bedrock-elfsight-social-wall .eapps-widget-toolbar{
    display:none;
  }
}
/*# sourceMappingURL=social-wall.css.map */
