                    .prose {
                        color: #374151;
                        line-height: 1.8;
                    }
                    .prose p {
                        margin-bottom: 1.5em;
                        font-size: 1.125rem;
                    }
                    .prose h2 {
                        font-family: 'Cormorant Garamond', serif;
                        font-size: 2rem;
                        font-weight: 600;
                        color: #0f172a;
                        margin-top: 2.5em;
                        margin-bottom: 1em;
                    }
                    .prose h3 {
                        font-family: 'Cormorant Garamond', serif;
                        font-size: 1.5rem;
                        font-weight: 600;
                        color: #0f172a;
                        margin-top: 2em;
                        margin-bottom: 0.75em;
                    }
                    .prose img {
                        width: 100%;
                        height: auto;
                        margin: 2em 0;
                    }
                    .prose a {
                        color: #d97706;
                        text-decoration: underline;
                    }
                    .prose a:hover {
                        color: #b45309;
                    }
                    .prose ul, .prose ol {
                        margin: 1.5em 0;
                        padding-left: 1.5em;
                    }
                    .prose li {
                        margin-bottom: 0.5em;
                    }
                    .prose blockquote {
                        border-left: 4px solid #d97706;
                        padding-left: 1.5em;
                        margin: 2em 0;
                        font-style: italic;
                        color: #6b7280;
                    }
                    .prose figure {
                        margin: 2em 0;
                    }
                    .prose figcaption {
                        text-align: center;
                        font-size: 0.875rem;
                        color: #6b7280;
                        margin-top: 0.5em;
                    }
