.madjx-frn-wrap {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    padding: 20px 0;
}

.madjx-frn-label,
h2 .madjx-frn-label,
h3 .madjx-frn-label,
h4 .madjx-frn-label {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.25;
}

.madjx-frn-fr {
    font-weight: 700;
    font-size: 1em;
}

.madjx-frn-zh {
    font-size: 0.78em;
    color: #555;
    font-weight: 400;
}

.madjx-frn-group {
    margin-bottom: 30px;
    overflow-x: auto;
}

.madjx-frn-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    font-size: 13px;
}

.madjx-frn-table th,
.madjx-frn-table td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    text-align: center;
}

.madjx-frn-table thead th {
    background: #f3f3f3;
}

.madjx-frn-table input[type="number"] {
    width: 70px;
    text-align: center;
}

.madjx-frn-btn {
    background: #1d2327;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
}

.madjx-frn-btn:hover {
    background: #333;
}

.madjx-frn-message {
    background: #eafaf1;
    border-left: 4px solid #1a7a3a;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.madjx-frn-erreur {
    background: #fdecea;
    border-left: 4px solid #b32d2e;
    padding: 10px 15px;
}

.madjx-frn-logout {
    text-align: right;
    font-size: 13px;
    color: #666;
}

.madjx-frn-login {
    max-width: 380px;
}

.madjx-frn-section-sep {
    border: none;
    border-top: 2px dashed #E2E2DE;
    margin: 40px 0;
}

/* ---------- Page de connexion ---------- */
.madjx-frn-login-card {
    max-width: 420px;
    margin: 40px auto;
    background: #FFFFFF;
    border: 1px solid #E2E2DE;
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.madjx-frn-login-card h2 {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 700;
    color: #1C1C1C;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.madjx-frn-login-field {
    margin-bottom: 18px;
}

.madjx-frn-login-field label {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
    line-height: 1.25;
}

.madjx-frn-login-field input {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #E2E2DE;
    border-radius: 8px;
    background: #F6F6F4;
    font-size: 14px;
    color: #1C1C1C;
}

.madjx-frn-login-field input:focus {
    outline: none;
    border-color: #B8860B;
    background: #fff;
}

.madjx-frn-login-btn {
    width: 100%;
    margin-top: 6px;
    padding: 13px;
}

.madjx-frn-login-hint {
    font-size: 11.5px;
    color: #9CA3AF;
    margin: 6px 0 0;
}

/* Site à usage privé (toi + Judy) — le pied de page du thème (liens Blog, FAQ, etc.)
   n'a aucune utilité ici. Masqué uniquement sur cette page. */
body footer,
footer.wp-block-template-part,
.wp-site-blocks > footer {
    display: none !important;
}

/* Titre de page "Fournisseur" — chinois en gras/plus grand en haut, français en dessous */
.madjx-frn-title-zh {
    display: block;
    font-weight: 700;
    font-size: 1.1em;
}
.madjx-frn-title-fr {
    display: block;
    font-weight: 400;
    font-size: 0.55em;
    color: #6B7280;
    margin-top: 4px;
}

/* Site à usage privé — l'en-tête du thème (titre du site + menu) n'a aucune utilité ici */
body header,
header.wp-block-template-part,
.wp-site-blocks > header {
    display: none !important;
}

/* Retire la marge du haut que le thème applique sur son conteneur racine */
.wp-site-blocks {
    margin-top: 0 !important;
}

/* Padding fixe et prévisible en haut de la page de connexion seulement */
.madjx-frn-login-card {
    margin-top: 8px !important;
}

.madjx-frn-login-logo {
    max-width: 420px;
    margin: 24px auto 0;
    text-align: center;
}
.madjx-frn-login-logo img {
    max-width: 100%;
    height: auto;
}

/* Ligne "Nom — Déconnexion" en haut du calculateur : chinois en gras au-dessus, français dessous */
.madjx-frn-logout-link {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    line-height: 1.25;
}
.madjx-frn-topbar-zh {
    font-weight: 700;
    font-size: 13px;
    color: #1C1C1C;
}
.madjx-frn-topbar-fr {
    font-weight: 400;
    font-size: 10.5px;
    color: #6B7280;
}
