/* =============================================
   Typographie — orphelins
   ============================================= */
p {
    text-wrap: pretty;
}

/* =============================================
   FAQ Accordion
   ============================================= */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.faq-active .faq-answer {
    max-height: 2000px;
}
.faq-active .faq-icon {
    transform: rotate(180deg);
}

/* =============================================
   Copy Toast
   ============================================= */
#copy-toast {
    transition: opacity 0.4s ease;
}
