.prompt-parent {
  padding: 12px;
  box-sizing: border-box;
}

.prompt-title {
  display: flex;
  align-items: flex-start;
}

.prompt-title img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 14px;
}

.prompt-title h3 {
  margin: 12px;
  font-size: 18px;
  font-weight: 700;
  color: black;
}

.prompt-sections {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.prompt-section {
  background: #f5f5f5;
  border-radius: 14px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 14px;
  color: #404040;
  font-weight: 700;
}

.prompt-section b {
  opacity: 0.7;
}