.sparkdam-media {
  max-width: 100%;
  height: auto;
  display: block;
}

.sparkdam-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0073e6, #1ecbe1);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.sparkdam-download:hover {
  opacity: 0.92;
}
