/*
 * SP Comarquage — Mode "Thème WordPress"
 * S'intègre au design du thème actif sans imposer de styles externes
 */

.comarquage {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}

/* Breadcrumb */
.sp-breadcrumb {
    margin-bottom: 1.5em;
    font-size: 0.875em;
    color: #666;
}
.sp-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.sp-breadcrumb li + li::before {
    content: "›";
    margin-right: 6px;
    color: #999;
}
.sp-breadcrumb a {
    color: inherit;
    text-decoration: underline;
}

/* Notices */
.sp-notice {
    padding: 12px 16px;
    border-radius: 4px;
    margin: 12px 0;
    border-left: 4px solid #999;
    background: #f9f9f9;
}
.sp-notice-info  { border-color: #2271b1; background: #f0f6fc; }
.sp-notice-error { border-color: #dc3232; background: #fdf1f1; }

/* Attribution */
.sp-attribution {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0;
    font-size: 0.8em;
    color: #888;
}

/* Reset minimal pour le contenu comarquage en mode thème */
.comarquage .co-title { font-size: 1.5em; font-weight: bold; margin-bottom: 0.5em; }
.comarquage .co-content { max-width: 100%; }
.comarquage ul, .comarquage ol { padding-left: 1.5em; }
.comarquage a { color: inherit; }
.comarquage table { width: 100%; border-collapse: collapse; }
.comarquage th, .comarquage td { padding: 8px; border: 1px solid #ddd; text-align: left; }
.comarquage .miseenevidence { font-weight: bold; }
.comarquage .valeur { font-style: italic; }
