.text-show-more button.show-more {
	border: none;
	border-radius: 3px;
	padding: 0.2rem;
	background: none;
	text-decoration: underline;
	color: currentColor;
}
.text-show-more .summary-brief{
  display: inline;
}
.text-show-more .summary-expand{
  display: inline-flex;
}
