.telegram-banner {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 8px 16px;
  background: var(--tg-theme-secondary-bg-color, #e8f2dc);
  color: var(--tg-theme-hint-color, #557251);
  font-size: 11px;
  font-weight: 700;
}

.telegram-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #76a714;
}

.inside-telegram body {
  background: var(--tg-theme-bg-color, #f7f8f2);
}

.inside-telegram .app-shell {
  max-width: none;
  background: var(--tg-theme-bg-color, #f7f8f2);
}

.inside-telegram .screen {
  min-height: calc(100vh - 34px);
}
