/**
 * Layout Builder section width options.
 *
 * Provided by the "Largeur de section" Layout Builder Styles group
 * (layout_builder_styles). The selected style adds one of these classes to the
 * section's layout wrapper (e.g. <div class="layout layout--onecol section--wide">).
 *
 * Tune the max-widths to match the theme's grid as needed.
 */
.layout.section--narrow {
  max-width: 720px;
  margin-inline: auto;
}

.layout.section--wide {
  max-width: 1320px;
  margin-inline: auto;
}

/* Full-width / fluid: break out of any constraining container. */
.layout.section--fluid {
  max-width: none;
  width: 100%;
}
