/*
 * StayCore overrides
 * Keep CheckInAll CSS intact, but neutralize GoCore mainframe chrome constraints
 * that would otherwise break the homepage layout/responsiveness.
 */

.page-shell {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
