.wechat-download-notice {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 28px;
  align-items: center;
  margin: 28px 0 0;
  padding: 20px 22px;
  border: 1px solid rgba(41, 151, 255, 0.42);
  border-radius: 10px;
  background: #09111d;
}

.wechat-download-notice[hidden] {
  display: none;
}

.wechat-download-notice > div:first-child {
  display: grid;
  gap: 6px;
}

.wechat-download-notice > div:first-child > span {
  color: #2997ff;
  font-size: 12px;
  font-weight: 700;
}

.wechat-download-notice strong {
  font-size: 18px;
}

.wechat-download-notice p,
.wechat-copy-status {
  margin: 0;
  color: rgba(247, 248, 251, 0.65);
  font-size: 13px;
  line-height: 1.65;
}

.wechat-download-notice-actions,
.wechat-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.wechat-download-notice .button,
.wechat-help-link,
.wechat-dialog-actions .button {
  min-height: 42px;
  padding: 10px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.wechat-help-link {
  border: 0;
  background: transparent;
  color: #75bcff;
}

.wechat-help-link:hover {
  color: #fff;
}

.wechat-download-notice > .wechat-copy-status {
  grid-column: 1 / -1;
  min-height: 0;
  color: #75bcff;
}

.wechat-download-dialog form {
  gap: 16px;
}

.wechat-dialog-actions .button {
  justify-self: auto;
}

.wechat-dialog-actions .ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #f7f8fb;
}

.wechat-download-dialog .wechat-copy-status {
  color: #75bcff;
}

@media (max-width: 720px) {
  .wechat-download-notice {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .wechat-download-notice-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wechat-download-notice .button,
  .wechat-help-link {
    width: 100%;
    justify-content: center;
  }
}
