/**
 * Widget « Lifestyle — Lafiya (Bien-être) » — L'Africaine Elementor Addons
 * Préfixe : .laf-lwell
 */

.laf-lwell {
	display: grid;
	grid-template-columns: 0.85fr 1.4fr;
	gap: 60px;
	align-items: start;
	background-color: #fff;
	padding: 70px 60px;
}

/* --------------------------- Colonne gauche : intro --------------------------- */

.laf-lwell__title {
	margin: 0 0 18px;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.laf-lwell__text {
	margin: 0 0 28px;
	color: #5b6152;
	font-size: 14px;
	line-height: 1.7;
}

/* --------------------------- Carte dictionnaire --------------------------- */

.laf-lwell__word {
	padding: 24px;
	background-color: #f3efe0;
	border-left: 3px solid #8a7a3e;
}

.laf-lwell__word-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.laf-lwell__word-icon {
	width: 14px;
	height: 14px;
	fill: currentColor;
	color: #8a7a3e;
	flex: 0 0 auto;
}

.laf-lwell__word-eyebrow {
	color: #8a7a3e;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.laf-lwell__word-term {
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.1;
}

.laf-lwell__word-term a {
	color: inherit;
	text-decoration: none;
}

.laf-lwell__word-note {
	margin-top: 4px;
	color: #8a7a3e;
	font-size: 12px;
	font-style: italic;
}

.laf-lwell__word-def {
	margin: 12px 0 0;
	color: #5b6152;
	font-size: 13px;
	line-height: 1.6;
}

.laf-lwell__word-link {
	display: inline-block;
	margin-top: 18px;
	padding: 8px 16px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.laf-lwell__word-link:hover {
	background-color: #384a30;
	color: #fff;
}

/* --------------------------- Colonne droite --------------------------- */

.laf-lwell__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.laf-lwell__card-img {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 16px;
	background-color: #e7e4da;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.laf-lwell__cards--bw .laf-lwell__card-img {
	filter: grayscale(1);
}

.laf-lwell__card-title {
	margin: 0 0 10px;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.laf-lwell__card-title a {
	color: inherit;
	text-decoration: none;
}

.laf-lwell__card-text {
	margin: 0;
	color: #5b6152;
	font-size: 13px;
	line-height: 1.6;
}

/* --------------------------- Dossier vedette --------------------------- */

.laf-lwell__dossier {
	display: flex;
	gap: 20px;
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid #e2e0d6;
}

.laf-lwell__dossier-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 10px;
	background-color: #b02926;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.laf-lwell__dossier-title {
	margin: 0 0 12px;
	color: #000000;
	font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.laf-lwell__dossier-title a {
	color: inherit;
	text-decoration: none;
}

.laf-lwell__dossier-text {
	margin: 0 0 16px;
	color: #5b6152;
	font-size: 13px;
	line-height: 1.65;
}

.laf-lwell__dossier-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

.laf-lwell__dossier-link:hover {
	opacity: 0.7;
}

.laf-lwell__dossier-link svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

/* --------------------------- Responsive --------------------------- */

@media (max-width: 991px) {
	.laf-lwell {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 50px 24px;
	}
}

@media (max-width: 767px) {
	.laf-lwell__cards {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}
