.login-form-wrap #registerAccount {
  margin-bottom: 10px;
}

dialog:has(> .settings-card) {
  width: min(520px, calc(100vw - 32px));
  max-width: none;
  overflow: hidden;
  border-radius: 12px;
  background: #f1f1f1;
}

dialog > .settings-card {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.wechat-pay-panel {
  display: grid;
  grid-template-columns: 144px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d9d9d6;
  border-radius: 12px;
  background: #f1f1ef;
  color: #111;
}

.wechat-pay-panel[hidden] {
  display: none;
}

.wechat-pay-panel img {
  width: 144px;
  height: 144px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}

.wechat-pay-panel div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wechat-pay-panel strong {
  font-size: 16px;
}

.wechat-pay-panel span {
  font-size: 24px;
  font-weight: 700;
}

.wechat-pay-panel small {
  color: #686866;
}

.wechat-pay-panel.is-paid {
  border-color: #20a464;
  background: #edf8f2;
}

@media (max-width: 560px) {
  .wechat-pay-panel {
    grid-template-columns: 112px 1fr;
  }

  .wechat-pay-panel img {
    width: 112px;
    height: 112px;
  }
}
