.prompt-box {
  background-color: #fff3cd; /* 浅黄色背景 */
  border: 1px solid #ffeeba;
  border-radius: 6px;
  padding: 1em;
  margin: 1.2em 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.prompt-title {
  font-weight: bold;
  color: #856404;
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

.prompt-content {
  color: #6b4f0e;
  font-size: 1em;
  line-height: 1.5;
}