
.ea-hub-vehicule-container { max-width: 1200px; margin: 32px auto; padding: 0 24px; font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #374151; }
.ea-hub-vehicule-container * { box-sizing: border-box; }
.ea-collapsible { background: #fff; border: 1px solid #EEEFF3; border-radius: 6px; margin: 12px 0; overflow: hidden; transition: all 0.2s; }
.ea-collapsible:hover { border-color: #C8A961; box-shadow: 0 10px 30px rgba(13,17,68,0.08); }
.ea-collapsible[open] { border-color: #C8A961; box-shadow: 0 10px 30px rgba(13,17,68,0.08); }
.ea-collapsible > summary { padding: 16px 22px; font-weight: 700; color: #0D1144; cursor: pointer; display: flex; align-items: center; gap: 12px; font-size: 15px; list-style: none; user-select: none; }
.ea-collapsible > summary::-webkit-details-marker { display: none; }
.ea-collapsible > summary::after { content: '+'; margin-left: auto; font-size: 24px; color: #C8A961; font-weight: 400; transition: transform 0.25s ease; }
.ea-collapsible[open] > summary::after { transform: rotate(45deg); }
.ea-collapsible .ea-icon { width: 32px; height: 32px; background: #f0e3c0; color: #0D1144; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ea-collapsible .ea-icon img.emoji { width: 18px !important; height: 18px !important; }
.ea-collapsible .summary-meta { font-size: 11px; color: #6B7280; font-weight: 500; margin-top: 2px; }
.ea-collapsible-body { padding: 0 22px 22px 66px; font-size: 14px; line-height: 1.7; color: #374151; animation: ea-slideIn 0.3s ease; }
@keyframes ea-slideIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.ea-collapsible-body table { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 13px; }
.ea-collapsible-body th { background: #F8F8FA; color: #0D1144; padding: 10px 12px; text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ea-collapsible-body td { padding: 10px 12px; border-bottom: 1px solid #EEEFF3; }
.ea-collapsible-body td.kg { font-weight: 700; color: #0D1144; }
.ea-rule { background: #F8F8FA; border-left: 4px solid #C8A961; padding: 14px 18px; border-radius: 4px; margin: 12px 0; font-size: 14px; }
.ea-rule strong { color: #0D1144; }
.ea-example { background: linear-gradient(135deg, #f5f7fb 0%, #ebeff8 100%); padding: 16px 20px; border-radius: 6px; margin-top: 12px; border-left: 4px solid #0D1144; font-size: 14px; }
.ea-steinhof-warning { background: #fff7e0; border: 1px solid #C8A961; padding: 12px 16px; border-radius: 4px; margin: 12px 0; font-size: 13px; color: #5a4a1a; }
.ea-steinhof-warning strong { color: #0D1144; }
.ea-source-note { font-size: 12px; color: #6B7280; font-style: italic; margin-bottom: 8px; }
.ea-faq-nested-item { background: #F8F8FA; border-radius: 4px; margin-top: 8px; overflow: hidden; }
.ea-faq-nested-item > summary { padding: 12px 16px; font-weight: 600; color: #0D1144; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 14px; list-style: none; }
.ea-faq-nested-item > summary::-webkit-details-marker { display: none; }
.ea-faq-nested-item > summary::after { content: '+'; font-size: 18px; color: #C8A961; transition: transform 0.2s; }
.ea-faq-nested-item[open] > summary::after { transform: rotate(45deg); }
.ea-faq-nested-body { padding: 0 16px 14px; font-size: 13px; line-height: 1.65; color: #374151; }
.ea-verbatims-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 12px; }
.ea-verbatim { background: #fff; padding: 18px; border-radius: 4px; border-left: 3px solid #C8A961; }
.ea-verbatim .quote { font-size: 13px; line-height: 1.55; color: #374151; font-style: italic; margin-bottom: 10px; }
.ea-verbatim .attrib { font-size: 11px; color: #6B7280; font-weight: 600; }
.ea-verbatim .stars { color: #C8A961; margin-bottom: 6px; font-size: 12px; }
.ea-reglementation-list { list-style: none; padding: 0; margin-top: 12px; }
.ea-reglementation-list li { padding: 10px 0; border-bottom: 1px solid rgba(13,17,68,0.06); font-size: 13px; color: #374151; display: flex; gap: 10px; }
.ea-reglementation-list li::before { content: '◆'; color: #C8A961; font-size: 9px; padding-top: 5px; flex-shrink: 0; }
.ea-reglementation-list li:last-child { border-bottom: none; }
.ea-reglementation-list strong { color: #0D1144; }
@media (max-width: 768px) {
    .ea-verbatims-grid { grid-template-columns: 1fr; }
    .ea-collapsible > summary { padding: 14px 18px; font-size: 14px; }
    .ea-collapsible-body { padding: 0 18px 18px 56px; }
}
