.sub-read-more button {
  margin-left: 4px;
  font-weight: bold;
  text-decoration: underline;
}

.sub-read-more__excerpt p,
.sub-read-more__more p {
  margin: 0 0 1rem;
}

.sub-read-more:not(.is-expanded) .sub-read-more__excerpt p:last-of-type {
  display: inline;
  margin-bottom: 0;
}

.sub-read-more.is-expanded .sub-read-more__more p:last-of-type {
  display: inline;
  margin-bottom: 0;
}

.sub-read-more__toggle {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.sub-read-more__toggle:hover {
  color: var(--wp--preset--color--primary);
}