.section-header,
.section-header-preview {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-header-back,
.section-header-preview .section-header-back {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.section-header-back-icon,
.section-header-preview .section-header-back-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.section-header-titles {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
