/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 09 2026 | 15:34:19 */
.post-detail-page .et_pb_post{
margin-bottom: 0px !Important;
}
 .post-detail-page .post{
padding-bottom: 0px !Important;
}
 .post-detail-page .entry-title a:hover{
color: #D97706;
}
.post-detail-page .entry-title a{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-detail-page h2.entry-title a{
	padding-top:10px !important;
}