.telegram-username-help {
  margin-top: 10px;
  border: 1px solid #cbd8e5;
  border-radius: 9px;
  background: #f7fafc;
  color: #38536d;
  font-size: 11px;
}

.telegram-username-help summary {
  padding: 10px 12px;
  cursor: pointer;
  color: #245f91;
  font-weight: 850;
  list-style-position: inside;
}

.telegram-username-help[open] summary {
  border-bottom: 1px solid #dbe4ec;
}

.telegram-username-help div {
  padding: 8px 12px 11px;
}

.telegram-username-help p {
  margin: 4px 0;
  line-height: 1.65;
}

.telegram-username-help code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #e7eef5;
  color: #174f7f;
  font-size: inherit;
}
