/* BienHabillé — widgets SEO Landing Elementor */
.bh-seo-landing-hero {
	padding: clamp(2rem, 5vw, 4rem) 0;
}
.bh-seo-landing-hero__inner {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}
.bh-seo-landing-hero--has-image .bh-seo-landing-hero__inner {
	grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
	.bh-seo-landing-hero--has-image .bh-seo-landing-hero__inner {
		grid-template-columns: 1fr;
	}
}
.bh-seo-landing-hero__eyebrow {
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.75;
	margin: 0 0 0.5rem;
}
.bh-seo-landing-hero__title {
	margin: 0 0 1rem;
	line-height: 1.15;
}
.bh-seo-landing-hero__intro {
	margin: 0;
	max-width: 52ch;
}
.bh-seo-landing-hero__image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
}
.bh-seo-landing-section-title {
	margin: 0 0 1.25rem;
}
.bh-seo-products-section__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.25rem;
}
.bh-seo-products-section__empty,
.bh-seo-landing-placeholder {
	padding: 1.5rem;
	border: 1px dashed #c3c4c7;
	background: #f6f7f7;
	color: #50575e;
	text-align: center;
	border-radius: 4px;
}
.bh-seo-composer-cta {
	padding: 2rem;
	background: #f8f8f8;
	border-radius: 6px;
	text-align: center;
}
.bh-seo-composer-cta__title {
	margin: 0 0 1rem;
}
.bh-seo-quick-filters__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bh-seo-quick-filters__link {
	display: inline-block;
	padding: 0.45rem 0.9rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.9rem;
}
.bh-seo-related-links__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bh-seo-related-links__item + .bh-seo-related-links__item {
	margin-top: 0.5rem;
}
.bh-seo-related-links__link {
	text-decoration: underline;
}
.bh-seo-faq {
	padding: 2rem 0;
}
.bh-seo-faq__list {
	display: grid;
	gap: 0.75rem;
}
.bh-seo-faq__item {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 0.75rem 1rem;
	background: #fff;
}
.bh-seo-faq__question {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}
.bh-seo-faq__question::-webkit-details-marker {
	display: none;
}
.bh-seo-faq__answer {
	margin-top: 0.75rem;
	color: #444;
}
.bh-seo-faq__answer p:last-child {
	margin-bottom: 0;
}
