/* ===========================
   DONE 인화 중 / 감사 화면
   =========================== */

.done-screen {
  background: #ffffff;
}

/* 중앙 컨테이너 */
.done-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.58cqw;
}

/* 이미지 + 텍스트 묶음 */
.done-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.15cqw;
}

/* 프린터 이미지 */
.done-image {
  width: 56.22cqw;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* 텍스트 블록 */
.done-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.86cqw;
}

/* 메인 타이틀 */
.done-title {
  font-weight: 700;
  font-size: 6.87cqw;
  line-height: 8.58cqw;
  text-align: center;
  color: #222222;
  margin: 0;
}

/* 서브 텍스트 */
.done-desc {
  font-weight: 400;
  font-size: 3.43cqw;
  line-height: 5.15cqw;
  text-align: center;
  color: #666666;
  margin: 0;
}

/* 카운트다운 */
.done-countdown {
  font-weight: 600;
  font-size: 3.43cqw;
  line-height: 5.15cqw;
  text-align: center;
  color: #333333;
  margin: 0;
}
