/* =============================================================================
   Composition: Wrapper
   CUBE CSS: Max-width container centered on the page.
   Usage: <div class="wrapper"> or override --wrapper-max for custom width.
   ============================================================================= */

.wrapper {
    max-width: var(--wrapper-max, 900px);
    margin-inline: auto;
}
