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

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