.ups-project-export-card {
  width: min(520px, 100%);
}

.ups-project-export-name {
  overflow: hidden;
  color: #315b40 !important;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ups-project-export-card small {
  color: #758178;
  font-size: 11px;
  line-height: 1.6;
}

.ups-project-export-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 4px;
}

.ups-project-export-actions > * {
  min-width: 110px;
}

.ups-project-export-download {
  text-decoration: none;
}

@media (max-width: 460px) {
  .ups-project-export-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

