.hccc-otq-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.hccc-otq-intro h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.hccc-otq-intro p {
  margin: 0 0 18px;
  color: #4b5563;
}

.hccc-otq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.hccc-otq-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.hccc-otq-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 10px 14px;
  background: #fff;
}

.hccc-otq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.hccc-otq-button:hover {
  background: #1d4ed8;
}

.hccc-otq-message {
  margin-top: 18px;
  border-radius: 12px;
  padding: 14px 16px;
}

.hccc-otq-message p {
  margin: 0;
}

.hccc-otq-error {
  background: #fef2f2;
  color: #991b1b;
}

.hccc-otq-success,
.hccc-otq-empty {
  background: #eff6ff;
  color: #1e3a8a;
}

.hccc-otq-results {
  margin-top: 18px;
}

.hccc-otq-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  margin-top: 16px;
  background: #fff;
}

.hccc-otq-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.hccc-otq-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 13px;
}

.hccc-otq-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 14px;
}

.hccc-otq-trackings-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.hccc-otq-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 12px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  word-break: break-all;
}

.hccc-otq-pill-muted {
  background: #f3f4f6;
  color: #4b5563;
}

@media (max-width: 767px) {
  .hccc-otq-wrap {
    padding: 18px;
  }

  .hccc-otq-grid {
    grid-template-columns: 1fr;
  }

  .hccc-otq-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
