.dse-content {
  color: #333;
  line-height: 1.6;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  word-break: break-word;
}

.dse-content h1 {
  color: #444;
  margin-bottom: 20px;
}

.dse-content h2 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 5px;
}

.dse-content h3 {
  color: #666;
  margin-top: 15px;
  margin-bottom: 5px;
}

.dse-content p {
  margin: 10px 0;
}

.dse-content a {
  color: #007bff;
  text-decoration: none;
}

.dse-content a:hover {
  text-decoration: underline;
}

.dse-content ul,
.dse-content ol {
  margin: 10px 0;
  padding-left: 20px;
}

.dse-content li {
  margin-bottom: 5px;
}
