.page-checklist .chk-pink-lbl {
	color: var(--pink);
	font-family: Loew;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 21.6px; /* 120% */
	width: 165px;
}
.page-checklist .chk-content {
	color: var(--grey);
	font-family: Loew;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 127.273% */
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.page-checklist .chk-content ul {
	padding-left: 13px;
}
.page-checklist .chk-content ul li {
	margin-bottom: 5px;
}
.page-checklist .chk-content::before {
	content: "";
	width: 14px;
	height: 14px;
	background: var(--pink);
	position: absolute;
	left: -22px;
	top: 2px;
}
.page-checklist .chk-content.selected::before {
	content: "✔";
	color: var(--soft-pink);
	font-size: 17px;
}

.page-checklist .checklist-left,
.page-checklist .checklist-right {
	width: 453px;
	margin-left: 72px;
}
.page-checklist .checklist-right {
	padding-top: 221px;
}
.page-checklist .chk-item {
	width: 100%;
	border-bottom: 1px solid var(--grey);
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.page-checklist .chk-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-checklist .chk-item > div {
	width: 313px;
}
