.warmer-version-notice {
  padding: 12px 20px !important;
  border: 1px solid oklch(87.1% 0.006 286.286deg) !important;
  border-radius: 8px !important;
}
.warmer-version-notice h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  gap: 6px;
}
.warmer-version-notice svg {
  width: 16px;
  height: auto;
}
.warmer-version-notice p {
  color: oklch(37% 0.013 285.805deg) !important;
  line-height: 1.6;
}
.warmer-version-notice-actions {
  margin-top: 15px !important;
}
.warmer-notice-button-explore {
  padding: 8px 12px;
  border: 1px solid #d44730;
  border-radius: 6px;
  background: #d44730;
  color: #FFF !important;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.warmer-notice-button-explore:hover {
  background: #c1410d;
  color: #fff;
}
.warmer-dismiss-notice {
  margin-left: 9px;
  padding: 8px 12px;
  border: 1px solid #d4d4d8;
  border-radius: 6px;
  background: #fafafa;
  color: #3f3f46;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.warmer-dismiss-notice:hover {
  background-color: #e4e4e7;
}