/* Styles for users with JavaScript disabled and for the .prerender
   crawler fallback in index.html. The inline head script sets
   html[data-js] before first paint, so app users never see either. */

html[data-js] .prerender {
  display: none;
}

.prerender {
  box-sizing: border-box;
  max-width: 720px;
  margin: 24px auto 48px;
  padding: 0 20px;
  color: #1a1a1a;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans",
    "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.prerender h1 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.prerender h2 {
  margin-top: 1.5em;
  font-size: 1.2rem;
}

.prerender h3 {
  margin-bottom: 0.3em;
  font-size: 1rem;
}

.prerender h3 + p {
  margin-top: 0;
}

.prerender a {
  color: #d85139;
}


.no-js-warning {
  box-sizing: border-box;
  max-width: 720px;
  margin: 40px auto;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff3cd;
  color: #664d03;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans",
    "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.no-js-warning h1 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.no-js-warning p {
  margin: 0;
  font-size: 0.95rem;
}
