.pu-tp-unfold-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.pu-tp-unfold-body {
	overflow: hidden;
	max-height: 120px;
	position: relative;
	transition: max-height 0.25s ease;
}

.pu-tp-unfold.is-expanded .pu-tp-unfold-body {
	max-height: 4000px;
}

.pu-tp-unfold-toggle {
	background: none;
	border: none;
	color: #16457a;
	font-weight: 600;
	cursor: pointer;
	padding: 8px 0 0;
}

.pu-tp-unfold-toggle:hover {
	text-decoration: underline;
}

.pu-tp-unfold-extra-link {
	display: inline-block;
	margin-top: 8px;
	margin-left: 12px;
	color: #16457a;
}
