.r7h-carte { max-width:600px; margin:0 auto; }
.r7h-carte-section { margin-bottom:8px; border:1px solid #e8e0d5; border-radius:8px; overflow:hidden; }
.r7h-carte-section-title {
    font-family:'Nunito',sans-serif;
    font-size:.85em; font-weight:700;
    text-transform:uppercase; letter-spacing:.1em;
    color:#888; margin:0;
    padding:12px 18px;
    cursor:pointer; list-style:none;
    display:flex; align-items:center; justify-content:space-between;
    transition:background .15s;
    -webkit-appearance:none;
}
.r7h-carte-section-title:hover { background:#f9f6f2; }
.r7h-carte-section-title::-webkit-details-marker { display:none; }
.r7h-carte-section-title::marker { display:none; content:''; }
.r7h-carte-section-title::after { content:'+'; font-size:1.3em; font-weight:300; color:#bbb; line-height:1; }
.r7h-carte-section[open] .r7h-carte-section-title::after { content:'−'; }
.r7h-carte-section[open] .r7h-carte-section-title { border-bottom:1px solid #e8e0d5; }
.r7h-carte-section-count {
    font-size:.75em; font-weight:600; color:#bbb;
    background:#f5f0eb; border-radius:10px;
    padding:1px 8px; margin-left:auto; margin-right:10px;
}
.r7h-carte-items { display:flex; flex-direction:column; gap:6px; padding:14px 18px; }
.r7h-carte-item-row { display:flex; align-items:baseline; gap:6px; }
.r7h-carte-item-name { font-family:'Nunito',sans-serif; font-size:.88em; font-weight:600; color:#333; white-space:nowrap; }
.r7h-carte-item-dots { flex:1; border-bottom:1px dotted #ccc; min-width:20px; margin-bottom:4px; }
.r7h-carte-item-price { font-family:'Nunito',sans-serif; font-size:.88em; font-weight:700; color:#333; white-space:nowrap; }
.r7h-carte-item-desc { font-size:.78em; color:#999; margin:0 0 2px; line-height:1.4; padding-left:2px; }
.r7h-carte-meta { font-size:.72em; color:#bbb; margin-top:16px; padding-top:10px; border-top:1px solid #eee; }
.r7h-carte-meta a { color:#519BC0; text-decoration:none; }
.r7h-carte-meta a:hover { text-decoration:underline; }
/* ─── Mode flat (pas d'accordéon) ─── */
.r7h-carte-flat { margin-bottom:20px; }
.r7h-carte-flat-title { font-family:'Nunito',sans-serif; font-size:.85em; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:#888; margin:0 0 12px; padding-bottom:6px; border-bottom:1px solid #e8e0d5; cursor:default; }
