/* v4.40.0: consistent reading alignment on Romanian and English home pages. */
.gd-home-page .gd-home-section > p,
.gd-home-page .gd-home-section--tint > p {
  text-align: justify !important;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

/* Headings and structured lists intentionally remain left aligned. */
.gd-home-page .gd-home-section h2,
.gd-home-page .gd-home-section li {
  text-align: left;
}
