.ui-products {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}

.ui-product {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 444px;
  flex-direction: column;
  gap: 12px;
  border-radius: 4px;
  background: var(--bg-secondary);
  padding: 20px;
}

.ui-product-title {
  margin: 0;
  padding-right: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-secondary);
}

.ui-files {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-secondary);
}

.ui-files-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  row-gap: 8px;
}

.ui-file-note {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--text-tertiary);
}

.ui-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
