/* =========================================================
   rdio-scanner custom theme (Apache-injected)
   Goals so far:
   - White background everywhere
   - Full-size buttons in #023059
   - Fieldset border + legend/text darker
   - DO NOT TOUCH mini buttons
   ========================================================= */

/* =========================================================
   Top-aligned, horizontally centered layout
   ========================================================= */

/* Ensure the main content container centers horizontally */
.mat-drawer-content,
.mat-sidenav-content {
  display: flex !important;
  flex-direction: column !important;

  /* horizontal centering */
  align-items: center !important;

  /* vertical alignment at top */
  justify-content: flex-start !important;
}

/* Prevent child content from stretching full width */
rdio-scanner-main {
  width: 100%;
  max-width: 1200px;   /* adjust if you want wider/narrower */
}


