.download-choice {
  position: relative;
}

.download-choice-title {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding-right: 42px;
}

.download-recommended {
  position: absolute;
  top: 8px;
  right: 9px;
  padding: 2px 7px;
  border: 1px solid #f0cf7a;
  border-radius: 999px;
  color: #5a3700;
  background: #f3b545;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
