/*
 * Nextac Configurator — color overrides
 * Only three elements get #e41e26 (red):
 *   1. Total List Price bar background
 *   2. Price breakdown header divider line
 *   3. Form field focus/filled border
 */

[data-form="nextac"] .price-total-bar {
    background: #e41e26;
}

[data-form="nextac"] .price-breakdown-header {
    border-bottom-color: #e41e26 !important;
}

[data-form="nextac"] .form-section select:focus,
[data-form="nextac"] .form-section select.filled,
[data-form="nextac"] .form-section select.fixed-single-option {
    border-color: #e41e26;
}

[data-form="nextac"] .model-number-value,
[data-form="nextac"] .model-number-hint {
    color: #e41e26;
}

[data-form="nextac"] .reset-btn {
    color: #e41e26;
    border-color: #e41e26;
}

[data-form="nextac"] .reset-btn:hover {
    background-color: #fbd0d1;
    color: #e41e26;
}

[data-form="nextac"] .price-breakdown-chevron {
    color: #e41e26;
}
