/* stylelint-disable declaration-no-important */

// =============================================================================
// :: Index list
// =============================================================================
// .bp-c-index-list {}

// =============================================================================
// :: Elements
// =============================================================================
// .bp-c-index-list__item {}

.bp-c-index-list__link {
	font-family: $bp-font-family-secondary !important;

	&::before {
		background-color: $bp-primary-color !important;
	}

	&:hover {

		.bp-c-index-list__text {
			color: $bp-primary-color !important;
		}
	}
}

.bp-c-index-list__text {
	font-family: $bp-font-family-secondary !important;
}

// =============================================================================
// :: States
// =============================================================================
.bp-c-index-list__item {

	&.is-active {

		.bp-c-index-list__text {
			color: $bp-primary-color !important;
		}
	}
}
