@media(max-width:760px){
  .test-mode-banner{display:grid;justify-items:center;justify-content:stretch;gap:4px;padding:6px 10px;text-align:center;line-height:1.45}
  .test-mode-banner strong{width:max-content;max-width:100%;padding:3px 9px;border-radius:7px;font-size:calc(8px + var(--ui-font-add,3px));line-height:1.45}
  .test-mode-banner span{max-width:34rem;font-size:calc(7px + var(--ui-font-add,3px));line-height:1.55}
}
