/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 05:22:37 */
.read-more-content {
  max-height: 18em; /* height of ~2 paragraphs */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.read-more-content.expanded {
  max-height: 2000px;
}

.read-more-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
	padding: 0;
}

.read-more-btn:hover {
  text-decoration: underline;
}