.sl-app-install-prompter-word {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  min-height: 72px;
  max-height: 72px;
  background-color: #FFFFFF;
  z-index: 1000;
}
.sl-app-install-prompter-word.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1000;
}
.sl-app-install-prompter-word.top {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .sl-app-install-prompter-word-active {
    display: flex;
  }
}
.sl-app-install-prompter-word-close {
  margin-right: 14px;
  cursor: pointer;
}

.sl-app-install-prompter-word-close-img {
  display: block;
}

.sl-app-install-prompter-word-logo {
  margin-right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.sl-app-install-prompter-word-logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.sl-app-install-prompter-word-content {
  margin-right: 14px;
  flex: 1;
}

.sl-app-install-prompter-word-name {
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}

.sl-app-install-prompter-word-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  color: #7B7F84;
}

.sl-app-install-prompter-word-button {
  padding: 4px 8px;
  max-width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}