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

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

.tout--checkedlist .tout--inner p {
	margin: 0 0 0 5px;
	font-weight: bold;
	padding: 0;
}

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

.tout--checkedlist .tout--inner .tout--checkedlist .tppicon-tick {
	line-height: 2.3;
	font-size: 12px;
	color: #2800a0;
}

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

/* .tout--checkedlist .tout--inner .tout--checkedlist a,
.tout--checkedlist .tout--inner .tout--checkedlist a:hover,
.tout--checkedlist .tout--inner .tout--checkedlist a:focus,
.tout--checkedlist .tout--inner .tout--checkedlist a:active {
  color: #05d2fa;
  display: contents;
  width: 100%;
}
.tout--checkedlist .tout--inner .tout--checkedlist a:visited {
  color: #660099;
}
.tout--checkedlist .tout--inner .tout--checkedlist.link-selected a, .tout--checkedlist .tout--inner .tout--checkedlist a:hover {
  font-weight: bold;
} */
.tout--checkedlist .tout--inner .tout--checkedlist svg {
	margin-top: 8px;
	margin-right: 5px;
}

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

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

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

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

.tout--checkedlist .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%;
	}
}
