/* ========================================================================== */
/*                                  READ MORE                                 */
/* ========================================================================== */
.more-link span::after {
	display: inline-block;
	margin-left: 0.25rem;
}
.more-link span:nth-child(1)::after {
	content: "+";
}
.more-link span:nth-child(2)::after {
	content: "-";
}