.plugin-web-update-notify {
  cursor: pointer;
}

.plugin-web-update-notify-box {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
  user-select: none;
}

.plugin-web-update-notify-content {
  padding: 12px 16px;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014,
    0 9px 28px 8px #0000000d;
  line-height: 1.5715;
  color: #000000d9;
  background-color: #fff;
}

.plugin-web-update-notify-content-title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.plugin-web-update-notify-content-desc {
  font-size: 13px;
  line-height: 24px;
}

.plugin-web-update-notify-content-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1;
  color: #1890ff;
  transition: background-color 0.2s linear;
}

.plugin-web-update-notify-content-btn:hover {
  background-color: rgba(64, 87, 109, 0.1);
}
