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

// =============================================================================
// :: Download-thumb
// =============================================================================
// .bp-c-download-thumb {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-download-thumb__image {
	border-color: $bp-border-color-base !important;
}

.bp-c-download-thumb__overlay {
	background-color: $bp-secondary-color !important;
}

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

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

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

.bp-c-download-thumb__action {
	fill: $bp-primary-color !important;
}

.bp-c-download-thumb__copy {
	fill: $bp-primary-color !important;
}
