/* src/notification.css */
.plugin-update-notification-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999;
  min-width: 260px;
  border-radius: 6px;
  padding: 8px 12px 6px 12px;
  background: rgb(50, 50, 50);
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.2) 0px 6px 10px 0px,
    rgba(0, 0, 0, 0.2) 0px 1px 18px 0px;
}
.plugin-update-notification-content {
}
.plugin-update-notification-title {
}
.plugin-update-notification-message {
}
.plugin-update-notice-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.plugin-update-notice-footer-button {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 5px;
  cursor: pointer;
}
