#export-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
#export-button-wrapper button {
  background-color: #003366;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
#export-button-wrapper button:hover {
  background-color: #004a8d;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.export-pdf-content {
  padding: 20px 20px 20px 40px;
}
