.ezm-generativeai-html * {
  border-collapse: separate;
}

.ezm-generativeai-html p {
  margin-bottom: 0.5em;
}

.ezm-generativeai-html h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.ezm-generativeai-html h4 {
  font-size: 1.35em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.ezm-generativeai-html h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.ezm-generativeai-html h6 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.ezm-generativeai-html ul {
  list-style-type: disc;
  padding-left: 2em;
  margin-bottom: 1em;
}

.ezm-generativeai-html ul ul {
  list-style-type: circle;
}

.ezm-generativeai-html ul ul ul {
  list-style-type: square;
}

.ezm-generativeai-html ol {
  list-style-type: decimal;
  padding-left: 2em;
  margin-bottom: 1em;
}

.ezm-generativeai-html ol[type="a"] {
  list-style-type: lower-alpha;
}

.ezm-generativeai-html ol[type="A"] {
  list-style-type: upper-alpha;
}

.ezm-generativeai-html ol[type="i"] {
  list-style-type: lower-roman;
}

.ezm-generativeai-html ol[type="I"] {
  list-style-type: upper-roman;
}


.ezm-generativeai-html li {
  list-style-type: inherit;
}