tpt-customtext {
  display: block;
}

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

.tpt-customtext__toggle {
  margin-top: 8px;
padding: 0;
background: none;
border: none;
cursor: pointer;
font-size: 14px;
color: #000;
font-weight: 700;
text-decoration: underline;
text-underline-offset: 3px;
}

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