/* GM Core — Legal Strip. Scoped to .gm-legal. Cream disclaimer band. */
.gm-legal{
  background:var(--cream,#FCF9F2)!important;
  border-top:1px solid var(--border,#E1E7EE)!important;
  padding:34px 0;
  font-family:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif);
  /* full-bleed out of a boxed/padded container */
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw;
}
.gm-legal__in{max-width:1240px;margin:0 auto;padding:0 28px;box-sizing:border-box}
.gm-legal p{font-size:.78rem!important;line-height:1.7!important;color:var(--muted,#63738A)!important;max-width:1000px;margin:0 auto 8px}
.gm-legal p:last-child{margin-bottom:0}
.gm-legal b{color:var(--navy-3,#17375E)!important}
