.wp-block-social-group-social-section-1 .backend-short-code-preview {
  display: flex;
}

.social-section-1 {
  position: relative;
}
.social-section-1.image-background-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-section-1 .content {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.social-section-1 .section-side-one {
  width: 100%;
  text-align: center;
}
.social-section-1 .backend-short-code-preview {
  display: none;
}
.social-section-1 .backend-short-code-preview.short-code-preview {
  display: none;
}
.social-section-1 .short-code-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  border: 1px dotted var(--black);
}
.social-section-1 .social-icons {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: var(--inner-spacing-m);
}
.social-section-1 .social-icon {
  color: var(--black);
}
.social-section-1 .social-icon i {
  font-size: 30px;
}
.social-section-1 .shortcode-content {
  margin-bottom: var(--inner-spacing-l);
}
.social-section-1 .button-row {
  justify-content: center;
}