/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2024 | 04:07:11 */
#fullText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit text to 3 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

#fullText.expanded {
  -webkit-line-clamp: unset; /* Show full text */
}

#readMoreBtn {
  background-color: transparent;
  color: blue;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
#readMoreBtn1 {
  background-color: transparent;
  color: blue;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}