/* === Doofinder classic (v1) === */
.df-classic .doofinderLogo {
	display: none !important;
}
.df-rating {
	text-shadow: none !important;
}
.df-rating__value {
	color: black !important;
}
.df-card__main {
	padding: 0 !important;
}
.df-card__content > * {
	margin-bottom: 0 !important;
}
[data-layout=grid] .df-card__image {
	margin: 0 !important;
}
[data-layout=list] .df-card__content {
	margin-top: 10px;
}

/* === Doofinder nuevo (v2 / dfd) === */
@media (min-width: 1200px) {
	.dfd-classic {
		width: 95vw !important;
	}
}
.dfd-classic .dfd-content {
	gap: 10px !important;
	padding: 0 10px !important;
}
.dfd-classic .dfd-results-grid {
	gap: 5px !important;
}
.dfd-classic {
	padding: 0 0 10px !important;
}
.dfd-branding {
	display: none;
}
.dfd-classic .dfd-layer {
	gap: 0 !important;
}
.dfd-classic .dfd-card {
	padding: 15px !important;
}
.dfd-classic .dfd-card-row {
	margin-top: 0 !important;
}
.dfd-card-rating {
	font-size: 16px;
}
.dfd-classic .dfd-card:hover,
.dfd-classic .dfd-card:focus-visible {
	box-shadow: 0 0 0 2px #9BCFBF !important;
}
