.download-file {
  align-items: center;
  background: #2563eb;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  line-height: 30px;
  padding: 0 11px;
  text-decoration: none;
  white-space: nowrap;
}

.download-file:hover {
  background: #1d4ed8;
}

.download-file span {
  font-size: 15px;
  line-height: 1;
}
