.ce-textexpand-btn,
.ce-textexpand-text {
  margin-top: var(--ce-margin-extra-small, 1rem);
}

.ce-textexpand-btn {
  display: flex;
  align-items: baseline;
  gap: 0.3125em;
  border: none;
  background: none;
  padding: 0;
  color: var(--bs-primary, inherit);
}

.ce-textexpand-btn[aria-expanded=false]:not(:first-of-type) {
  display: none;
}

.ce-textexpand-btn[aria-expanded=true]:first-of-type {
  display: none;
}