.adelmann-rezept-pdf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 4px;
  background: #0A2342;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease;
}
.adelmann-rezept-pdf-button:hover {
  background: #0D3881;
  transform: translateY(-1px);
}
.adelmann-rezept-pdf-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
}
