.jeeboshy-browser-unsupported,
.jeeboshy-browser-unsupported body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #f7fbff;
}

.browser-unsupported {
  display: table;
  width: 100%;
  min-height: 100vh;
  padding: 24px;
  color: #263238;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
}

.browser-unsupported__card {
  display: table-cell;
  vertical-align: middle;
}

.browser-unsupported__logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.browser-unsupported h1 {
  margin: 20px 0 12px;
  color: #172033;
  font-size: 26px;
}

.browser-unsupported p {
  margin: 0;
  color: #607087;
  font-size: 15px;
  line-height: 1.8;
}

.browser-unsupported__actions {
  margin: 28px 0 18px;
}

.browser-unsupported__actions a,
.browser-unsupported__actions button {
  display: inline-block;
  min-width: 136px;
  height: 42px;
  margin: 0 6px 10px;
  padding: 0 18px;
  border: 1px solid #2f7df6;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.browser-unsupported__actions a {
  color: #ffffff;
  background: #2f7df6;
  text-decoration: none;
}

.browser-unsupported__actions button {
  color: #2f7df6;
  background: #ffffff;
}

.browser-unsupported .browser-unsupported__hint {
  color: #8a98aa;
  font-size: 13px;
}
