#syntax-error-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 16px 80px 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  gap: 4px;
  max-width: 768px;
  margin: auto;
  background-color: #fff;
  z-index: 999999;
}

#syntax-error-fallback img.browser-error-image {
  width: 100px;
  height: 100px;
}

#syntax-error-fallback h1.browser-error-title {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  word-break: break-word;
  color: #424242;
}

#syntax-error-fallback p.browser-error-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #424242;
  margin: 0;
}
