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

// =============================================================================
// :: Log
// =============================================================================
.bp-c-log {
	border-color: $bp-border-color-base !important;
	background-color: $bp-background-color-white !important;
}
// =============================================================================
// :: Elements
// =============================================================================

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

	color: $bp-text-color-base !important;
	background-color: $bp-background-color-light;

	@include bp-respond-to(bp-get-breakpoint("viewport-7")) {
		border-bottom: $bp-border-color-base !important;
	}

	@include bp-respond-at(bp-get-breakpoint("viewport-7")) {
		border-right: $bp-border-color-base !important;
	}
}

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

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