/* 86366afd - Brand Color Safeguard Overrides */
:root {
    --primary-brand: #000000;
    --accent-brand: #ffffff;
    --text-brand: #000000;
    --bg-warning: #f4f4f5;
    --border-warning: #e11d48;
}

/* Eliminate all green, red, and powder blue buttons/logos text */
.brand-title, .brand-logo-text, .nav-logo {
    color: #000000 !important;
}

.jlr-btn, .elementor-button, .button, button {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: 1px solid #000000 !important;
}

.jlr-btn:hover, .elementor-button:hover, .button:hover, button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Eradicate green texts across pages */
.green-text, .text-green-600, .text-green-500, .price ins, .stock.in-stock {
    color: #000000 !important;
}

/* Warning Background Fix - replace pinkish backgrounds with neutral light gray */
.industry-warning, .warning-panel, .scam-alert {
    background-color: var(--bg-warning) !important;
    border: 2px solid var(--border-warning) !important;
    border-left-width: 8px !important;
    color: #000000 !important;
    padding: 1.25rem !important;
    border-radius: 4px !important;
}
