
.gradient-bg {
  background: linear-gradient(135deg, #9333EA 0%, #A855F7 100%);
}
.report-content a {
  position: static!important;
  font-size: inherit!important;
  padding: 0!important;
  margin: 0 1px!important;
  width: 18px!important;
  height: 18px!important;
  background-color: rgba(147, 51, 234, 0.4)!important;
  color: white!important;
  border-radius: 50%!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  font-size: 10px!important;
  cursor: pointer!important;
}
.report-content a:hover {
  background-color: rgba(147, 51, 234, 1)!important;
}
.report-content .border-token-border-sharp + div a {
  display: none!important;
}
.report-content .border-token-border-sharp + div .font-medium {
  display: none!important;
}
.report-content h1 {
  margin: 0 0 40px 0;
  font-size: 34px;
  font-weight: bold;
}
.report-content h2 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
}
.report-content h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.report-content h4 {
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.report-content p {
  margin: 5px 0;
  font-size: 16px;
  opacity: 0.9;
}
.report-content ul {
  margin: 5px 0;
}
.report-content li {
  margin: 10px 0 10px 50px;
  list-style-type: disc;
  opacity: 0.9;
}
.report-content img {
  margin: 10px auto;
  width: 80%;
  height: auto;
  display: block;
}