.pdf-download-bar {
  background: linear-gradient(90deg, #c0392b, #e74c3c);
  color: #fff;
  padding: 0.65rem 0;
  font-size: 0.92rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.pdf-download-bar a.btn-download-pdf {
  background: #fff;
  color: #c0392b;
  font-weight: 700;
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}
.pdf-download-bar a.btn-download-pdf:hover {
  background: #fff8e7;
  color: #a93226;
}
