body { font-family: 'Poppins', sans-serif; }
.prose h2 { font-size: 1.5rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5rem; }
.prose h3 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose p, .prose li { color: #4b5563; line-height: 1.75; }
.prose a { color: #3B82F6; text-decoration: none; }
.prose a:hover { text-decoration: underline; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; }
#language-switcher button { display: flex; align-items: center; gap: 0.5rem; }
#language-switcher img { width: 1.5rem; height: 1.5rem; } 