.divi_expand_text__body {
  line-height: 1.7;
}

.divi_expand_text__body p:last-child {
  margin-bottom: 0;
}

.divi_expand_text__more[hidden] {
  display: none;
}

.divi_expand_text__toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 1em;
  padding: 0.55em 1.25em;
  border: 1px solid currentColor;
  border-radius: 3px;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.divi_expand_text__toggle:hover,
.divi_expand_text__toggle:focus {
  opacity: 0.85;
  outline: none;
}

.divi_expand_text__toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.divi_expand_text--expanded .divi_expand_text__toggle {
  margin-top: 1em;
}

.divi_expand_text__vb-note {
  margin-top: 0.75em;
  font-size: 0.85em;
  opacity: 0.65;
  font-style: italic;
}
