.blog-content p { color: rgb(55 65 81); line-height: 1.8; margin-bottom: 1.5rem; font-size: 1.05rem; }
.dark .blog-content p { color: rgb(209 213 219); }
.blog-content h3 { font-size: 1.4rem; font-weight: 700; color: rgb(17 24 39); margin-top: 2.5rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid rgb(229 231 235); }
.dark .blog-content h3 { color: rgb(255 255 255); border-bottom-color: rgb(55 65 81); }
.blog-content ul { list-style: disc; padding-left: 1.75rem; margin-bottom: 1.5rem; }
.blog-content ul li { color: rgb(55 65 81); margin-bottom: 0.5rem; line-height: 1.75; }
.dark .blog-content ul li { color: rgb(209 213 219); }
.blog-content strong { font-weight: 700; color: rgb(17 24 39); }
.dark .blog-content strong { color: rgb(255 255 255); }
