.grade-comparison-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid #0f766e;
  background: #f0fdfa;
}

.grade-comparison-note h4 {
  margin: 0 0 10px;
  color: #134e4a;
  font-size: 17px;
}

.grade-comparison-note ul {
  margin: 0;
  padding-left: 1.4em;
}

.grade-comparison-note li {
  margin: 6px 0;
  line-height: 1.75;
}

.grade-comparison-note p {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.8;
}

.grade-comparison-note p:last-child {
  margin-bottom: 0 !important;
}

.voxy-db-page .voxy-akapen-proof-judge.is-normal .judge-symbol {
  background: #f59e0b;
  color: #ffffff;
}

.akapen-proof-image--pending,
.voxy-akapen-proof-image--pending {
  display: grid;
  min-height: 230px;
  place-items: center;
  border: 2px dashed #cbd5e1;
  background: #f8fafc;
  color: #64748b;
  text-align: center;
  font-weight: 800;
  line-height: 1.7;
}

.voxy-db-page .trade-proof-card .trade-proof-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
}

@media (max-width: 640px) {
  .grade-comparison-note {
    padding: 14px;
  }

  .voxy-db-page .trade-proof-compare {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .voxy-db-page .trade-proof-card {
    width: 100%;
    min-width: 0;
  }

  .voxy-db-page .trade-proof-card .trade-proof-image {
    width: 100%;
    height: auto;
  }

  .akapen-proof-image--pending,
  .voxy-akapen-proof-image--pending {
    min-height: 180px;
  }
}
