/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 13:27:57 */
/* Styles the Read More / Less toggle link */
.read-more-btn {
    color: #23a455; /* Change this to your theme color */
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.read-more-btn:hover {
    text-decoration: underline;
}