/**
 * Page /questions-frequentes/ - shell minimal. Liste et recherche : faq-public.css.
 */

html {
    min-height: 100vh;
}

body.questions-frequentes-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.questions-frequentes-page main.questions-frequentes-main {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

.questions-frequentes-main {
    padding-bottom: 4rem;
    padding-top: 0.5rem;
}

/* Même axe que `.site-shell` + `.page-header-card` : max 1400px centré dans `main` (gouttière globale).
   Pas de `container-content` : évite le padding horizontal `modern-theme` + l’ancien mode pleine largeur. */
.questions-frequentes-main .site-container.faq-help-container {
    width: 100%;
    max-width: var(--site-content-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.questions-frequentes-section {
    padding-top: 0.25rem;
}

.questions-frequentes-empty {
    margin: 0;
    padding: 3rem 2rem;
    text-align: center;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(15, 23, 42, 0.06);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
