          html {
            padding: 18px 36px;
          }

          head {
            display: block;
          }

          body {
            margin: 0;
            padding: 0;
          }

          body > * {
            display: none !important;
          }

          head:after, body:before, body:after {
            display: block !important;
          }

          head:after {
            font-family: sans-serif;
            font-size: large;
            font-weight: bold;
            content: "Error compiling CSS asset";
          }

          body:before, body:after {
            font-family: monospace;
            white-space: pre-wrap;
          }

          body:before {
            font-weight: bold;
            content: "\000a ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https:\002f \002f github.com\002f rails\002f execjs for a list of available runtimes.";
          }

          body:after {
            content: "\000a   \002f usr\002f local\002f bundle\002f ruby\002f 3.4.0\002f gems\002f execjs-2.10.0\002f lib\002f execjs\002f runtimes.rb:68:in 'ExecJS::Runtimes.autodetect'";
          }
