/* ==========================================================================
   ARTICLE: Contrôle Sanitaire Restaurant — Page-specific CSS
   Accent color: Purple #7c5ccc / #5e45b3
   This file extends article-base.css. Overrides base red (#dc3545) → purple.
   ========================================================================== */

/* Hero: purple gradient */
.article-hero.hero-controle {
    background: linear-gradient(135deg, #7c5ccc 0%, #5e45b3 100%);
}

/* Section headers */
.article-page .section-header {
    border-bottom-color: #7c5ccc;
}

.article-page .section-header h2 i {
    color: #7c5ccc;
}

/* Quick nav hover */
.quick-nav-list li a:hover {
    background: #7c5ccc;
    border-color: #7c5ccc;
}

/* Law cards */
.article-page .law-card {
    border-left-color: #7c5ccc;
}

.article-page .law-card h3 {
    color: #7c5ccc;
}

.article-page .law-reference strong {
    color: #7c5ccc;
}

/* Legal sources icon */
.sources-box h3 i {
    color: #7c5ccc;
}

/* Bullets */
.section-content ul li:before {
    color: #7c5ccc;
}

/* Steps counter circles */
.steps-list li:before {
    background: #7c5ccc;
}
