.download-pdf-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #e0e0e0;
  color: #000000;
  padding: 0.5rem 1rem;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.download-pdf-button:hover,
.download-pdf-button:focus {
  background: #d0d0d0;
  outline: none;
}

.download-pdf-button__icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
}

.download-pdf-button__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
