.single__summary {
	  padding: 1.25rem;
    /* padding-bottom: 1.25rem; */
    margin-bottom: 1.25rem;
    /* border-top: 1px solid #e6e6e6; */
    border: 1px solid #e6e6e6;
}
.single__summary .headline {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    text-align: left;
}
.single__summary .chapters {
	list-style: none;
		margin: 0;
		padding: 0;
}
.single__summary .chapters li {
    margin-bottom: 10px;
}
.single__summary .chapters li a {
    display: block;
    padding-left: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
}
.single__summary .chapters li a:after {
    content: "";
    display: block;
    width: 0;
    background-color: transparent;
    border-color: transparent transparent transparent #FF0034;
    border-style: solid;
    border-width: 5px 7px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

		top: 4px;
    transform: none;
}