.swe-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.swe-content ul {
  list-style-type: disc !important;
  list-style-position: outside !important;
  padding-left: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.swe-content ul li {
  display: list-item !important;
  margin: 0px 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.swe-content ul li p {
  margin: 0 !important;
  padding: 0 !important;
}

.swe-content strong,
.swe-content b {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: inherit !important;
}

.swe-content li p {
  margin: 0 !important;
  line-height: 1.4 !important;
}

.swe-content li {
  display: list-item !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}

.swe-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 15px;
}

.swe-content th,
.swe-content td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: left;
}

.swe-content th {
  background-color: #f5f5f5;
}