.runtime-status-banner{
  position:fixed;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom));
  transform:translateX(-50%);
  z-index:9999;
  width:min(680px,calc(100% - 28px));
  padding:12px 16px;
  border:1px solid #d3b56e;
  border-radius:12px;
  background:#fffaf0;
  color:#24282a;
  box-shadow:0 10px 28px rgba(20,24,26,.16);
  font-weight:650;
  line-height:1.45;
}
