.dr-note-box {
  background: #fff8e8;
  border: 1px solid #f0d9a7;
  border-left: 5px solid #d4a017;
  padding: 22px 20px;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.dr-note-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #7a5a00;
}

.dr-note-box p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.dr-note-box p:last-child {
  margin-bottom: 0;
}

.dr-note-thanks {
  font-weight: 600;
  color: #5f4a00;
}