/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
 
 /* Main navigation active states */
body.section-years nav#header-nav a.years {
	border-bottom-color: #fff;
}
body.section-general-elections nav#header-nav a.general-elections {
	border-bottom-color: #fff;
}
body.section-constituencies nav#header-nav a.constituencies {
	border-bottom-color: #fff;
}
body.section-parties nav#header-nav a.parties {
	border-bottom-color: #fff;
}
body.section-candidates nav#header-nav a.candidates {
	border-bottom-color: #fff;
}

/* Secondary navigation active states */
body.subsection-elections .subnav a.elections {
	border-bottom-color: #CBC9CD;
}
body.subsection-parties .subnav a.parties {
	border-bottom-color: #CBC9CD;
}