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

// =============================================================================
// :: Section
// =============================================================================
// .bp-l-section {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-l-section__title {
	font-family: $bp-font-family-primary !important;

	color: $bp-text-color-base !important;
}

// =============================================================================
// :: Modifiers
// =============================================================================
.bp-l-section--light {
	background-color: $bp-background-color-light !important;
}

.bp-l-section__content--with-divider,
.bp-l-section--with--divider {
	border-top: $bp-border-width-base solid $bp-border-color-base !important;
}
