/* Match the “Atenção” contrast treatment to the other buying-guide statuses. */
.section-buying-guide .buying-guide-card,
.section-buying-guide .buying-guide-card:hover {
	background-color: color-mix(in srgb, var(--buying-guide-color), var(--color-background-100) 84%);
}

.section-buying-guide .buying-guide-card.is-buy,
.section-buying-guide .buying-guide-card.is-buy:hover {
	background-color: color-mix(in srgb, #00c853, var(--color-background-100) 84%);
}

.light .section-buying-guide .buying-guide-status.is-watch {
	background-color: color-mix(in srgb, #f59e0b, var(--color-background) 52%);
	color: color-mix(in srgb, #f59e0b, var(--color-contrast) 68%) !important;
}
