/* Post Detail Content Styling */
.dlab-post-text strong, .dlab-post-text b { font-weight: 700 !important; color: #333; }
.dlab-post-text em, .dlab-post-text i { font-style: italic !important; }
.dlab-post-text ul { list-style-type: disc; padding-left: 20px; margin-bottom: 15px; }
.dlab-post-text ol { list-style-type: decimal; padding-left: 20px; margin-bottom: 15px; }
.dlab-post-text ul li, .dlab-post-text ol li { margin-bottom: 5px; }
.dlab-post-text h1, .dlab-post-text h2, .dlab-post-text h3, .dlab-post-text h4, .dlab-post-text h5, .dlab-post-text h6 { margin-top: 20px; margin-bottom: 10px; font-weight: 600; color: #333; }
.dlab-post-text blockquote { border-left: 4px solid #009142; padding-left: 15px; font-style: italic; color: #555; background: #f9f9f9; padding: 10px 15px; margin: 20px 0; }
.dlab-post-text p { margin-bottom: 15px; line-height: 1.6; color: #333; }
