
.confidence-section {
  max-width: 720px;
  margin: 30px auto;
  padding: 22px;
  background-color: #f9f5ef;
  color: #4a4a4a;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 8px;
  border: 1px solid #e0dace;
  box-sizing: border-box;
}
.confidence-section h3 {
  color: #7a604d;
  font-size: 18px;
  margin-bottom: 14px;
}
.confidence-section h4 {
  color: #7a604d;
  font-size: 16px;
  margin: 18px 0 10px;
}
.confidence-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 16px 0;
}
.confidence-section ul li {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.confidence-section ul li::before {
  content: "✓";
  color: #7a604d;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.confidence-section .highlight {
  font-weight: bold;
  color: #7a604d;
}
.confidence-section a {
  color: #a57647;
  text-decoration: none;
}
.confidence-section a:hover {
  text-decoration: underline;
}
