/* DPI 页面特定样式 */
.dpi-preview-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.dpi-preview-wrapper {
  width: 100%;
  max-width: 600px;
  height: 400px;
  background-color: #f3f4f6;
  border-radius: 8px;
  border: 1px dashed #d1d5db;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.dpi-preview-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.save-button.secondary {
  background-color: #52c41a;
  margin-left: 10px;
}

.save-button.secondary:hover {
  background-color: #389e0d;
}

.dpi-info-text {
  font-size: 13px;
  color: #6b7280;
  margin-left: 10px;
}
