/* New - for upgrade page */
h1 {
  font-size: 2.2rem;
  color: #1a1a1a;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
  margin-top: 40px;
}
h2 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-top: 30px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}
h3 {
  font-size: 1.2rem;
  color: #34495e;
  margin-top: 20px;
}
p, ol, ul {
  margin-bottom: 20px;
}
li {
  margin-bottom: 10px;
}
code {
  background-color: #f1f3f5;
  color: #d63384;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 85%;
}
.note {
  background-color: #fff9db;
  border-left: 4px solid #fab005;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}
.note strong {
  color: #f59f00;
}
.tip {
  background-color: #e7f5ff;
  border-left: 4px solid #228be6;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}
.tip strong {
  color: #1c7ed6;
}
hr {
  border: 0;
  height: 1px;
  background: #eaeaea;
  margin: 40px 0;
}
a {
  color: #228be6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}