.download-button {
  position: relative;
}

.recommendation-badge {
  position: absolute;
  top: -9px;
  right: -7px;
  padding: 2px 5px;
  border: 2px solid #f5f7f3;
  border-radius: 8px;
  background: var(--green);
  color: #061d13;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 1px 3px #17211d24;
  pointer-events: none;
}
