.esm-eval2-box,
.esm1426-box.esm-eval2-box {
  max-width: 900px;
  margin: 42px auto 34px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  clear: both;
  box-shadow: 0 22px 48px rgba(15,23,42,.12);
  box-sizing: border-box;
}
.esm-eval2-box * { box-sizing: border-box; }
.esm-eval2-head {
  padding: 28px 30px;
  background: linear-gradient(135deg,#0f172a 0%,#1d4ed8 58%,#2563eb 100%);
  color: #fff;
}
.esm-eval2-badge {
  color: #dbeafe;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 10px;
}
.esm-eval2-head h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.esm-eval2-head p {
  margin: 0 !important;
  color: #e5e7eb !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.esm-eval2-body { padding: 28px 30px; }
.esm-eval2-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.esm-eval2-stats div {
  background: #f8fafc;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 15px;
  text-align: center;
}
.esm-eval2-stats span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.esm-eval2-stats strong {
  display: block;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}
.esm-eval2-guide {
  font-weight: 900;
  color: #1e3a8a;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 13px 15px;
  margin-bottom: 14px;
}
.esm-eval2-buttons {
  display: grid;
  grid-template-columns: repeat(10,minmax(42px,1fr));
  gap: 8px;
  margin: 12px 0 18px;
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}
.esm-eval2-score {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid #93c5fd;
  background: #fff;
  color: #1e3a8a;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: .15s;
}
.esm-eval2-score:hover,
.esm-eval2-score.active {
  transform: translateY(-2px);
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 18px rgba(37,99,235,.25);
}
.esm-eval2-selected {
  font-size: 18px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 10px;
}
.esm-eval2-selected strong { color: #2563eb; }
.esm-eval2-bar {
  height: 14px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}
.esm-eval2-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg,#2563eb,#60a5fa);
  border-radius: 999px;
  transition: .2s;
}
.esm-eval2-review-fields {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 13px;
  margin: 0 0 14px;
  box-shadow: 0 8px 18px rgba(37,99,235,.08);
}
.esm-eval2-label {
  display: block;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.esm-eval2-review-fields textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  line-height: 1.65;
  resize: vertical;
}
.esm-eval2-wallet {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 16px;
  color: #4b5563;
  font-weight: 700;
}
.esm-eval2-wallet-link {
  display: inline-flex !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}
.esm-eval2-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: #2563eb;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(37,99,235,.25);
}
.esm-eval2-submit:disabled { opacity: .55; cursor: not-allowed; }
.esm-eval2-msg {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #047857;
  font-weight: 900;
  line-height: 1.65;
}
.esm-eval2-msg.is-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}
.esm-eval2-review-output { margin-top: 18px; }
.esm-eval2-my-review,
.esm-eval2-review-list {
  margin-top: 16px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #bfdbfe;
  border-radius: 18px;
  color: #0f172a;
}
.esm-eval2-section-title {
  font-size: 19px;
  font-weight: 900;
  color: #0f2a5f;
  margin-bottom: 12px;
}
.esm-eval2-review-row {
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}
.esm-eval2-review-row:last-child { border-bottom: 0; }
.esm-eval2-review-score {
  font-size: 16px;
  font-weight: 900;
  color: #1d4ed8;
  margin-bottom: 8px;
}
.esm-eval2-stars {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
}
.esm-eval2-review-text {
  font-size: 17px;
  line-height: 1.85;
  color: #0f172a;
  font-weight: 800;
  word-break: keep-all;
}
.esm-eval2-review-time {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}
body.single-post .esm-web3-review-box,
body.single-post .smbatm-cheer-review-v3720,
body.single-post .smbatm-cheer-review-body,
body.single-post .smbatm-cheer-list-v3721,
body.single-post .esm-web3-bottom-review,
body.single-post .esm-web3-legacy-review,
body.single-post .esm15263-card {
  display: none !important;
}
@media(max-width:720px) {
  .esm-eval2-box { margin: 34px 12px 28px; border-radius: 22px; }
  .esm-eval2-head,
  .esm-eval2-body { padding: 24px 22px; }
  .esm-eval2-stats { grid-template-columns: 1fr; }
  .esm-eval2-buttons { grid-template-columns: repeat(5,minmax(42px,1fr)); padding: 14px; }
  .esm-eval2-wallet { align-items: stretch; flex-direction: column; }
  .esm-eval2-wallet-link { justify-content: center; }
}
