/* Dev / Maintenance */
/* 11. Dev / Maintenance */
#maintenance-screen {
  min-height: 100vh;
  padding:
    calc(var(--tg-top, 0px) + 24px)
    24px
    calc(var(--tg-bottom, 0px) + 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
}

.maintenance-wrap {
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.maintenance-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin: 0 auto 16px;
  display: block;
}

.maintenance-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-color);
}

.maintenance-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--tg-hint-color, #8e8e93);

}