.paymentPreviewWrapper{grid-template-areas:"header" "main" "footer";grid-template-columns:auto;grid-template-rows:auto 1fr auto}.paymentPreviewWrapper--showPaymentPreview{grid-template-areas:"header header header header" "pay pay pay pay" "main main main main" "footer footer footer footer";grid-template-columns:auto auto auto 352px;grid-template-rows:auto 1fr auto}@media (min-width:992px){.paymentPreviewWrapper--showPaymentPreview{grid-template-areas:"header header header pay" "main main main pay" "footer footer footer footer";grid-template-columns:auto auto auto 352px;grid-template-rows:auto 1fr auto}}