.pdf-icon img{
  display: inline-block;
}
.pdf-icon {
  margin-left: 5px;
  margin-right: 5px;
}

.text-important {
  color: #BA2B00;
}
html[data-theme=dark] .text-important {
  filter: brightness(1.25);
}

