.desktop-notice {
  display: none;
}

.desktop-required .shell {
  display: none;
}

.desktop-required .desktop-notice {
  display: block;
  max-width: 480px;
  margin: 15vh auto 0;
  padding: 28px;
  color: #edf5f8;
  font:
    16px/1.6 Arial,
    sans-serif;
}

.desktop-notice h1 {
  font-size: 28px;
  white-space: normal;
  line-height: 1.2;
  margin: 14px 0;
}

.desktop-notice p {
  color: #afc1ce;
}

.desktop-notice a {
  display: inline-block;
  margin-top: 12px;
  color: #9cf4ce;
}
