.has-text-align-center {
  text-align: center;
}

.alignwide {
  max-width: var(--tsfcp-shell);
  margin-inline: auto;
}

.wp-block-columns {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wp-block-button__link {
  border-radius: 6px;
}

.wp-block-image img,
.wp-block-media-text__media img {
  border-radius: 8px;
}

.tsfcp-editor-surface > *:first-child,
.tsfcp-module-slot > *:first-child {
  margin-top: 0;
}

.tsfcp-editor-surface > *:last-child,
.tsfcp-module-slot > *:last-child {
  margin-bottom: 0;
}
