/* BDC public styles — Bangla editorial typography */
.bdc-prose { font-size: 1.1rem; line-height: 2; color: #1a1a1a; }
.dark .bdc-prose { color: #e5e5e5; }
.bdc-prose p { margin: 0 0 1.1rem; }
.bdc-prose h2, .bdc-prose h3 { font-weight: 800; margin: 1.5rem 0 .75rem; line-height: 1.5; }
.bdc-prose h2 { font-size: 1.4rem; }
.bdc-prose h3 { font-size: 1.2rem; }
.bdc-prose img { border-radius: .75rem; margin: 1rem auto; max-width: 100%; height: auto; }
.bdc-prose blockquote { border-right: 4px solid #e8b400; background: #faf8f0; padding: .9rem 1.1rem; border-radius: .5rem 0 0 .5rem; margin: 1.2rem 0; font-weight: 600; }
.dark .bdc-prose blockquote { background: #1c1917; }
.bdc-prose ul, .bdc-prose ol { margin: 0 0 1.1rem 1.4rem; }
.bdc-prose ul { list-style: disc; }
.bdc-prose ol { list-style: bengali; }
.bdc-prose a { color: rgb(var(--brand-600, 11, 110, 62)); text-decoration: underline; }
.bdc-prose table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .95rem; }
.bdc-prose th, .bdc-prose td { border: 1px solid #e5e5e5; padding: .5rem .7rem; }
.bdc-embed iframe { width: 100%; aspect-ratio: 16/9; border-radius: .75rem; }
.line-clamp-2, .line-clamp-3 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { -webkit-line-clamp: 2; }
.line-clamp-3 { -webkit-line-clamp: 3; }
