/* glacial/home-intro — the design's .doctor-section is 1.1fr text / 0.9fr photo; keep those proportions when the photo moves left */
.doctor-section.gl-image-left {
  grid-template-columns: 0.9fr 1.1fr;
}

/* editor only: the InnerBlocks region is one extra <div> inside .doc-text-div (flex column, 20px gap) — keep the paragraph rhythm */
.editor-styles-wrapper .doc-text-div .gl-intro-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
