.tpt-section-custom-text:last-child {
	margin-bottom: 40px;
}

tpt-customtext {
	display: block;
}

.tpt-customtext__content {
	line-height: 1.6;
	transition: all 0.3s ease;
}

.tpt-customtext__toggle {
	margin-top: 15px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	left: 50%;
	text-decoration: none;
	position: relative;
	transform: translateX(-50%);
}

.tpt-customtext__toggle:hover {
	text-decoration: underline;
}
