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

// =============================================================================
// :: Pages
// =============================================================================
// .bp-c-urls {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-urls__title {
	font-family: $bp-font-family-primary !important;
}

.bp-c-urls__item {
	border-color: $bp-border-color-base !important;
}

.bp-c-urls__name,
.bp-c-urls__action {
	font-family: $bp-font-family-secondary !important;

	border-right-color: $bp-border-color-base !important;
}

.bp-c-urls__action {
	background-color: $bp-background-color-light !important;
}

.bp-c-urls__name {
	color: $bp-text-color-base !important;
}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-urls__item {

	&:hover {

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