article#post-46 .et_pb_row_1 h3 {
    font-weight: 700;
    font-size: 25px;
    color: #f7941e !important;
    line-height: 1.2em;
}

#section {
    word-wrap: break-word;
    background-color: #fff;
    padding: 10px;
}

.truncated {
    display: -webkit-box; /* Use flexbox */
    -webkit-box-orient: vertical; /* Vertical orientation */
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Show ellipsis */
    line-height: 1.5; /* Line height for readability */
}

.moreless-button {
    display: inline; /* Keep the button inline with the text */
    text-decoration: none; /* Optional: Remove underline */
    color: #f7941e; /* Optional: Button color */
    cursor: pointer; /* Show pointer on hover */
}
