.g4e-alc-post-loop.card {
	border: 1px solid rgba(7, 21, 37, 0.1);
	border-radius: 6px;
	box-shadow: 0 14px 36px rgba(7, 21, 37, 0.08);
	overflow: hidden;
}

.g4e-alc-post-loop .card__header {
	align-items: center;
	background: #001122!important;
	border: 1px solid #152332!important;
	display: flex;
	justify-content: space-between;
	min-height: 0;
	padding: 21px 26px 19px;
	position: relative;
}

.g4e-alc-post-loop .card__header::before {
	background: #e7c46a;
	content: "";
	height: 3px;
	left: 26px;
	position: absolute;
	top: 0;
	width: 44px;
}

.g4e-alc-post-loop .card__header h4,
.g4e-alc-post-loop .card__header .card__header-title {
	color: #fff;
	font-family: Anton, Oswald, Impact, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.g4e-alc-post-loop .card-header__button {
	background: transparent;
	border: 0;
	color: #071525;
	font-family: Anton, Oswald, Impact, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
}

.g4e-alc-post-loop .card-header__button:hover,
.g4e-alc-post-loop .card-header__button:focus {
	color: #e7c46a;
}

.g4e-alc-post-loop > .card__content {
	background: #fff;
	padding: 0;
	position: relative;
}

.g4e-alc-post-loop .card__content > .card {
	border: 0;
	box-shadow: none;
	margin: 0;
}

.g4e-alc-post-loop .card__content > .card > .card__content {
	padding: 12px 12px 8px;
}

.g4e-alc-post-loop__items.posts--simple-list .posts__item {
	border-bottom: 1px solid rgba(111, 128, 146, 0.26);
	padding: 0 0 28px;
}

.g4e-alc-post-loop__items.posts--simple-list .posts__item + .posts__item {
	margin-top: 28px;
}

.g4e-alc-post-loop__items .posts__inner {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 930px;
	row-gap: 20px;
}

.g4e-alc-post-loop__items .g4e-simple-list__meta {
	align-items: center;
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 236px 1px minmax(0, 1fr);
	min-height: 28px;
}

.g4e-alc-post-loop__items .g4e-simple-list__meta::after {
	background: rgba(111, 128, 146, 0.32);
	content: "";
	grid-column: 2;
	grid-row: 1;
	height: 28px;
	justify-self: center;
	width: 1px;
}

.g4e-alc-post-loop__items .posts__date {
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: #6f8092;
	display: inline-flex;
	font-size: 16px;
	font-weight: 900;
	gap: 12px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	min-height: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.g4e-alc-post-loop__items .posts__date::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 24px;
	width: 24px;
}

.g4e-alc-post-loop__items .posts__date::after {
	background:
		linear-gradient(currentColor, currentColor) 50% 5px / 2px 8px no-repeat,
		linear-gradient(currentColor, currentColor) 50% 12px / 7px 2px no-repeat;
	border-radius: 50%;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.g4e-alc-post-loop__items .posts__cat {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	grid-column: 3;
	grid-row: 1;
	padding-left: 32px;
}

.g4e-alc-post-loop__items .posts__cat-label {
	background: transparent !important;
	border-radius: 0;
	color: #9b2118;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.2;
	min-height: 0;
	padding: 0;
	text-transform: uppercase;
}

.g4e-alc-post-loop__items .posts__cat-label.category-feminines,
.g4e-alc-post-loop__items .posts__cat-label.category-feminine,
.g4e-alc-post-loop__items .posts__cat-label.category-feminin,
.g4e-alc-post-loop__items .posts__cat-label.category-feminins {
	color: #c54cd6;
}

.g4e-alc-post-loop__items .posts__cat-label.category-transferts,
.g4e-alc-post-loop__items .posts__cat-label.category-transfert,
.g4e-alc-post-loop__items .posts__cat-label.category-mercato {
	color: #e38c16;
}

.g4e-alc-post-loop__items .posts__title {
	grid-column: 1 / -1;
	font-family: Poppins, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.38;
	margin: 0;
	max-width: 820px;
	overflow: visible !important;
	padding-left: 0px !important;
	text-align: left !important;
	text-transform: none;
	white-space: normal !important;
}

.g4e-alc-post-loop__items .posts__title a {
	color: #263443;
	display: block;
	overflow: visible !important;
	text-decoration: none;
	text-overflow: clip !important;
	white-space: normal !important;
}

.g4e-alc-post-loop__items .posts__title a:hover,
.g4e-alc-post-loop__items .posts__title a:focus {
	color: #071525;
	text-decoration: none;
}

.g4e-alc-post-loop__items .posts__excerpt {
	color: #667085;
	display: none;
	grid-column: 1 / -1;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -2px;
	padding-left: 132px;
}

.g4e-alc-post-loop__pagination {
	align-items: center;
	background: #f7f8fa;
	border-top: 1px solid rgba(7, 21, 37, 0.1);
	display: flex;
	gap: 8px;
	justify-content: center;
	padding: 14px 18px;
}

.g4e-alc-post-loop__page,
.g4e-alc-post-loop__ellipsis {
	align-items: center;
	color: #071525;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	text-decoration: none;
}

.g4e-alc-post-loop__page {
	background: #fff;
	border: 1px solid rgba(7, 21, 37, 0.12);
}

.g4e-alc-post-loop__page:hover,
.g4e-alc-post-loop__page:focus,
.g4e-alc-post-loop__page.is-current {
	background: #071525;
	border-color: #071525;
	color: #fff;
	text-decoration: none;
}

.g4e-alc-post-loop__page.is-disabled {
	opacity: 0.38;
	pointer-events: none;
}

.g4e-alc-post-loop.is-loading > .card__content::after {
	align-items: center;
	background: rgba(255, 255, 255, 0.74);
	color: #071525;
	content: "...";
	display: flex;
	font-size: 28px;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 5;
}

@media (max-width: 640px) {
	.g4e-alc-post-loop .card__header {
		padding: 18px 18px 16px;
	}

	.g4e-alc-post-loop .card__header::before {
		left: 18px;
	}

	.g4e-alc-post-loop .card__header h4,
	.g4e-alc-post-loop .card__header .card__header-title {
		font-size: 21px;
	}

	.g4e-alc-post-loop .card__content > .card > .card__content {
		padding: 22px 18px 6px;
	}

	.g4e-alc-post-loop__items.posts--simple-list .posts__item {
		padding-bottom: 22px;
	}

	.g4e-alc-post-loop__items.posts--simple-list .posts__item + .posts__item {
		margin-top: 22px;
	}

	.g4e-alc-post-loop__items .posts__inner {
		grid-template-columns: 1fr;
		row-gap: 14px;
	}

	.g4e-alc-post-loop__items .g4e-simple-list__meta {
		gap: 9px 12px;
		grid-template-columns: 1fr;
	}

	.g4e-alc-post-loop__items .g4e-simple-list__meta::after {
		display: none;
	}

	.g4e-alc-post-loop__items .posts__cat {
		grid-column: 1;
		grid-row: auto;
		padding-left: 33px;
	}

	.g4e-alc-post-loop__items .posts__title {
		font-size: 18px;
		grid-column: 1;
		padding-left: 0 !important;
	}

	.g4e-alc-post-loop__items .posts__excerpt {
		padding-left: 0;
	}
}

/* Force the G4E simple list layout over the legacy Alchemists post-loop rules. */
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items.posts--simple-list {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items.posts--simple-list > .posts__item {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(111, 128, 146, 0.26) !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
	width: 100% !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items.posts--simple-list > .posts__item + .posts__item {
	margin-top: 10px !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__inner {
	align-items: stretch !important;
	display: block !important;
	margin: 0 auto !important;
	max-width: 760px !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .g4e-simple-list__meta {
	align-items: center !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	justify-content: flex-start !important;
	margin: 0 0 5px !important;
	min-height: 28px !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .g4e-simple-list__meta::after {
	background: rgba(111, 128, 146, 0.34) !important;
	content: "" !important;
	display: block !important;
	flex: 0 0 1px !important;
	height: 28px !important;
	margin: 0 22px 0 0 !important;
	order: 2 !important;
	width: 1px !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__date {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	color: #6f8092 !important;
	display: inline-flex !important;
	flex: 0 1 190px !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	gap: 12px !important;
	justify-content: flex-start !important;
	letter-spacing: 0.02em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 0 !important;
	order: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	text-align: left !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__date::before {
	border: 2px solid currentColor !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	content: "" !important;
	display: inline-block !important;
	flex: 0 0 20px !important;
	height: 20px !important;
	width: 20px !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__date::after {
	background:
		linear-gradient(currentColor, currentColor) 50% 4px / 2px 7px no-repeat,
		linear-gradient(currentColor, currentColor) 50% 10px / 6px 2px no-repeat !important;
	content: "" !important;
	display: block !important;
	height: 20px !important;
	left: 0 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 20px !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	display: inline-flex !important;
	flex: 1 1 auto !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	min-width: 0 !important;
	order: 3 !important;
	padding: 0 !important;
	text-align: left !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #9b2118 !important;
	display: inline !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-feminines,
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-feminine,
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-feminin,
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-feminins {
	color: #c54cd6 !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-transferts,
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-transfert,
.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label.category-mercato {
	color: #e38c16 !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__title {
	background: transparent !important;
	border: 0 !important;
	color: #263443 !important;
	display: block !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	height: auto !important;
	letter-spacing: 0 !important;
	line-height: 1.38 !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: 620px !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 0 0 0px !important;
	position: static !important;
	text-align: left !important;
	text-overflow: clip !important;
	text-transform: none !important;
	white-space: normal !important;
	width: auto !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__title a {
	color: #263443 !important;
	display: block !important;
	font: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	max-height: none !important;
	overflow: visible !important;
	text-align: left !important;
	text-decoration: none !important;
	text-overflow: clip !important;
	text-transform: none !important;
	white-space: normal !important;
	width: auto !important;
}

.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__excerpt {
	display: none !important;
}

@media (max-width: 1199px) {
	.g4e-alc-post-loop.card .card__content > .card > .card__content {
		padding: 24px 22px 8px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__date {
		flex-basis: 170px !important;
		font-size: 12px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .g4e-simple-list__meta::after {
		margin-right: 18px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat-label {
		font-size: 12px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__title {
		font-size: 17px !important;
		line-height: 1.34 !important;
		max-width: 560px !important;
		padding-left: 98px !important;
	}
}

@media (max-width: 640px) {
	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .g4e-simple-list__meta {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 10px !important;
		margin-bottom: 16px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .g4e-simple-list__meta::after {
		display: none !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__date {
		flex-basis: auto !important;
		font-size: 14px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__cat {
		padding-left: 36px !important;
	}

	.g4e-alc-post-loop.card .card__content .g4e-alc-post-loop__items .posts__title {
		font-size: 18px !important;
		padding-left: 0 !important;
	}
}
