.appleogz-imei-app {
  max-width: 760px;
  margin: 20px auto;
  padding: 24px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
}

.appleogz-imei-step h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  color: #1f2a37;
}

.appleogz-imei-step select,
.appleogz-imei-step input[type="text"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.appleogz-imei-step button {
  min-height: 44px;
  border: 0;
  background: #0d6efd;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.appleogz-imei-step button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#appleogz-model-check-result.ok { color: #0f8a2b; font-weight: 600; }
#appleogz-model-check-result.err { color: #b11f1f; font-weight: 600; }

.appleogz-note {
  font-size: 14px;
  color: #4c5563;
  background: #f4f8ff;
  border: 1px solid #d6e5ff;
  border-radius: 10px;
  padding: 10px 12px;
  line-height: 1.5;
}

.appleogz-info-box {
  font-size: 14px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #3b82f6;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 8px 0 12px;
  line-height: 1.55;
}

.appleogz-warning-box {
  font-size: 14px;
  font-weight: 600;
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 4px solid #f97316;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 8px 0 12px;
  line-height: 1.55;
}

.appleogz-step2-guide-image {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 10px 0 14px;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
}

#appleogz-payment-status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0f766e;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  border-radius: 10px;
  padding: 10px 12px;
  display: inline-block;
}

.appleogz-dl {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  background: #1d9a5f;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
}
