.price-checker-body {
  margin: 0;
}

.price-checker-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px;
}

.price-checker-shell {
  width: 100%;
  max-width: 980px;
}

.price-checker-head {
  margin-bottom: 1rem;
}

.price-checker-logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
}

.price-checker-logout-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.price-checker-form .form-label {
  font-weight: 600;
}

.price-checker-code-input {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.price-checker-code-input:focus {
  box-shadow: none;
}

.price-checker-result {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.price-checker-result-inner {
  width: 100%;
  max-width: 860px;
}

.price-checker-state {
  font-size: 1rem;
}

.price-checker-item-code {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.price-checker-item-name {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 1rem;
}

.price-checker-item-price-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.price-checker-item-price {
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #14532d;
}

.price-checker-item-currency {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 700;
  color: #166534;
  margin-bottom: 0.4rem;
}

.price-checker-item-unit-wrap {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 1rem;
}

.price-checker-item-unit {
  font-weight: 700;
}

.price-checker-item-description {
  white-space: pre-wrap;
  font-size: 1rem;
  line-height: 1.4;
  color: #1f2937;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.9rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .price-checker-result {
    min-height: 44vh;
  }

  .price-checker-code-input {
    font-size: 1.2rem;
  }
}
