.tout--linkedlist {
	border-color: transparent;
	background-color: transparent;
}

.tout--linkedlist .tout--inner {
	display: flex;
	flex-wrap: wrap;
	padding: 32px;
	padding-bottom: 0;
}

.tout--linkedlist .tout--inner .section {
	border-color: transparent;
}

.tout--linkedlist .tout--inner img {
	display: inline-block;
	max-width: 4rem;
	max-height: 4rem;
}

.tout--linkedlist .tout--inner .tout--linkedlist {
	display: inline-flex;
	width: 100%;
	padding-top: 1rem;
	margin: 0;
}

.tout--linkedlist .tout--inner .tout--linkedlist:not(:last-of-type) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #4b4b55;
}

.tout--linkedlist .tout--inner .tout--linkedlist a {
	color: #4b4b55;
	text-decoration: none;
}
.tout--linkedlist .tout--inner .tout--linkedlist a:hover {
	text-decoration: underline;
}

.tout--linkedlist .tout--inner .tout--linkedlist a:before,
.tout--linkedlist .tout--inner .tout--linkedlist a:hover:before,
.tout--linkedlist .tout--inner .tout--linkedlist a:focus:before,
.tout--linkedlist .tout--inner .tout--linkedlist a:active:before {
	display: inline-block;
	content: ">";
	font-weight: normal;
	margin-right: 5px;
	content: "";
}

.tout--linkedlist .tout--inner .tout--linkedlist svg {
	margin-top: 5px;
}

.tout--linkedlist .tout--inner .tout--linkedlist svg path {
	fill: #2800A0;
}

.tout--linkedlist.tout--style-default .tout--inner {
	background-color: #F7F7F8;
	color: #4b4b55;
}

.tout--linkedlist.tout--style-default .tout--inner .tout--title {
	color: #4b4b55;
}

.tout--linkedlist.tout--style-default .tout--inner .tout--linkedlist {
	border-color: #4b4b55;
}

.tout--linkedlist.tout--style-default .tout--inner .tout--linkedlist a {
	color: #4b4b55;
}

.tout--linkedlist .tout--inner> :last-child {
	margin-bottom: 30px;
}

.tout.tout--size-13 {
	flex: 0 0 33.33333%;
	/* max-width: 33.33333%; */
}

.tout.tout--size-23 {
	flex: 0 0 66.66667%;
	/* max-width: 66.66667%; */
}

.tout.tout--size-full {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 767px) {

	.tout.tout--size-13,
	.tout.tout--size-23 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
