.render-error-container
  display flex
  flex-direction column
  justify-content center
  align-items center
  height 100vh
  gap 10px
  color #aaa

.render-error-title
  font-size 18px
  font-weight 300
  color #999
  margin 0

.render-error-message
  font-size 13px
  color #bbb
  margin 0
  max-width 360px
  text-align center
  line-height 1.6
