.fldd-deals {
	margin: 1.5rem 0;
	color: inherit;
}

.fldd-header {
	margin: 0 0 1rem;
}

.fldd-heading {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.fldd-empty,
.fldd-muted {
	color: #64748b;
}

.fldd-deals a {
	color: #0f766e;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.fldd-deals a:hover,
.fldd-deals a:focus {
	color: #115e59;
}

.fldd-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fldd-table,
.fldd-compare-table,
.fldd-dispo-table {
	width: 100%;
	min-width: 760px;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	font-size: 1rem;
	line-height: 1.5;
	background: #fff;
}

.fldd-table th,
.fldd-table td,
.fldd-compare-table th,
.fldd-compare-table td,
.fldd-dispo-table th,
.fldd-dispo-table td {
	padding: 0.9rem 1rem;
	border: 0;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: middle;
}

.fldd-table th,
.fldd-compare-table th,
.fldd-dispo-table th {
	background: #ececec;
	color: #000;
	font-weight: 700;
}

.fldd-table tbody tr:nth-child(even),
.fldd-compare-table tbody tr:nth-child(even),
.fldd-dispo-table tbody tr:nth-child(even) {
	background: #f4f4f4;
}

.fldd-table tbody th,
.fldd-dispo-table tbody th {
	background: #eeeeee;
	font-weight: 700;
}

.fldd-dispo-table tbody tr:nth-child(even) th {
	background: #e9e9e9;
}

.fldd-offer-cell {
	font-weight: 700;
	color: #000;
}

.fldd-table p,
.fldd-card p {
	margin: 0 0 0.65rem;
}

.fldd-table p:last-child,
.fldd-card p:last-child {
	margin-bottom: 0;
}

.fldd-seo-summary {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
	color: #475569;
}

.fldd-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}

.fldd-card {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.fldd-card-header {
	display: grid;
	gap: 0.25rem;
}

.fldd-card-title {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.fldd-card-type {
	color: #475569;
	font-size: 0.92rem;
}

.fldd-card-offer {
	font-weight: 700;
	color: #0f172a;
}

.fldd-card-details {
	color: #334155;
}

.fldd-card-facts {
	display: grid;
	gap: 0.5rem;
	margin: auto 0 0;
	padding: 0;
	list-style: none;
}

.fldd-card-facts li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.5rem;
	border-top: 1px solid #e2e8f0;
}

.fldd-card-facts span {
	color: #64748b;
}

.fldd-card-facts strong {
	color: #0f172a;
	font-weight: 700;
	text-align: right;
}

.fldd-compare-wrap,
.fldd-dispo-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fldd-compare-table,
.fldd-dispo-table {
	line-height: 1.55;
	table-layout: fixed;
	min-width: 0;
}

.fldd-compare-table thead th {
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	text-align: center;
}

.fldd-compare-table tbody td {
	text-align: center;
	overflow-wrap: anywhere;
	word-break: normal;
}

.fldd-compare-table tfoot td,
.fldd-dispo-table tfoot td {
	padding: 0.65rem 1rem 0;
	border: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #475569;
	font-size: 0.82rem;
	text-align: center;
}

.fldd-compare-table tfoot tr,
.fldd-dispo-table tfoot tr {
	background: transparent;
}

.fldd-table-caption {
	display: block;
	width: 100%;
	margin: 0.45rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #475569;
	font-size: 0.87rem;
	line-height: 1.3;
	text-align: center;
}

.fldd-dispo-table tbody th {
	width: 35%;
	font-weight: 700;
	overflow-wrap: anywhere;
	word-break: normal;
}

.fldd-dispo-table tbody td {
	overflow-wrap: anywhere;
	word-break: normal;
}

@media (max-width: 1024px) {
	.fldd-heading {
		font-size: clamp(1.2rem, 2.8vw, 1.5rem);
	}

	.fldd-compare-table,
	.fldd-dispo-table {
		font-size: 0.95rem;
	}

	.fldd-compare-table th,
	.fldd-compare-table td,
	.fldd-dispo-table th,
	.fldd-dispo-table td {
		padding: 0.75rem 0.7rem;
	}
}

.fldd-image-list {
	display: grid;
	grid-template-columns: minmax(180px, 32%) minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	padding: 0;
	background: transparent;
}

.fldd-image-list-media {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 160px;
}

.fldd-image-list-img {
	max-width: min(220px, 100%);
	height: auto;
	object-fit: contain;
}

.fldd-image-list-placeholder {
	display: grid;
	place-items: center;
	width: min(220px, 100%);
	min-height: 120px;
	padding: 1rem;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: transparent;
	color: #0f172a;
	font-weight: 700;
	text-align: center;
}

.fldd-image-list-items {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding-left: 1.25rem;
	font-size: 1.3125rem;
	line-height: 1.55;
}

.fldd-image-list-items li::marker {
	color: #0f172a;
}

.fldd-image-list-extra {
	color: #334155;
}

.fldd-image-list-extra p {
	margin: 0;
}

.fldd-detail-blocks {
	display: grid;
	gap: 1rem;
}

.fldd-detail-block {
	padding: 1rem;
	background: #f8fafc;
	text-align: center;
}

.fldd-detail-block-title {
	margin: 0 0 1rem;
	padding: 0.35rem 0.75rem;
	background: #0f766e;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.fldd-detail-block-media {
	display: flex;
	justify-content: center;
	margin: 0 0 1rem;
}

.fldd-detail-block-image {
	max-width: min(320px, 100%);
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.fldd-detail-block-offer {
	margin: 0 0 1rem;
	color: #020617;
	font-size: 1.2rem;
	line-height: 1.35;
	font-weight: 700;
}

.fldd-detail-block-copy {
	max-width: 980px;
	margin: 0 auto;
	color: #334155;
	line-height: 1.7;
}

.fldd-style-gold .fldd-detail-block-title {
	background: #d4b900;
	color: #fff;
}

.fldd-style-classic .fldd-detail-block {
	padding: 1rem 0 1.75rem;
	background: transparent;
	border-bottom: 1px solid #e5e7eb;
}

.fldd-style-classic .fldd-detail-block-title {
	padding: 0;
	background: transparent;
	color: #020617;
	font-size: 1.55rem;
	font-weight: 500;
}

.fldd-style-classic .fldd-detail-block-offer {
	font-size: 1.25rem;
	font-weight: 500;
}

.fldd-style-classic .fldd-detail-block-copy {
	color: #020617;
}

.fldd-style-bold .fldd-image-list {
	grid-template-columns: 1fr;
	background: transparent;
}

.fldd-style-bold .fldd-image-list-items {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.65;
}

.fldd-style-bold .fldd-image-list-extra {
	font-weight: 700;
}

.fldd-style-bold .fldd-detail-block {
	background: transparent;
}

.fldd-style-bold .fldd-detail-block-title {
	padding: 0;
	background: transparent;
	color: #020617;
	font-weight: 700;
}

.fldd-style-bold .fldd-detail-block-offer,
.fldd-style-bold .fldd-detail-block-copy {
	font-size: 1.18rem;
	font-weight: 700;
	color: #020617;
}

.fldd-style-boxed .fldd-compare-table,
.fldd-style-boxed .fldd-dispo-table,
.fldd-style-boxed .fldd-image-list,
.fldd-style-boxed .fldd-detail-block {
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.fldd-style-boxed .fldd-image-list,
.fldd-style-boxed .fldd-detail-block {
	overflow: hidden;
}

.fldd-style-boxed .fldd-detail-block-title {
	color: #fff;
}

.fldd-taxonomy-archive {
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 2rem 0;
}

.fldd-archive-header {
	margin-bottom: 1.5rem;
}

.fldd-archive-title {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.fldd-archive-description {
	max-width: 760px;
	color: #475569;
}

@media (max-width: 720px) {
	.fldd-deals {
		margin: 1rem 0;
	}

	.fldd-heading {
		font-size: 1.25rem;
	}

	.fldd-table {
		min-width: 0;
		border: 0;
		border-spacing: 0;
		background: transparent;
	}

	.fldd-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.fldd-table,
	.fldd-table tbody,
	.fldd-table tr,
	.fldd-table td {
		display: block;
		width: 100%;
	}

	.fldd-table tr {
		margin-bottom: 1rem;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
	}

	.fldd-table th,
	.fldd-table td {
		border: 0;
	}

	.fldd-table td {
		display: grid;
		grid-template-columns: minmax(7.5rem, 38%) 1fr;
		gap: 0.75rem;
		padding: 0.75rem;
		border-bottom: 1px solid #e2e8f0;
	}

	.fldd-table td:last-child {
		border-bottom: 0;
	}

	.fldd-table td::before {
		content: attr(data-label);
		font-weight: 700;
		color: #0f172a;
	}

	.fldd-card-grid {
		grid-template-columns: 1fr;
	}

	.fldd-compare-wrap,
	.fldd-dispo-table-wrap {
		width: 100%;
		overflow-x: hidden;
	}

	.fldd-compare-table,
	.fldd-dispo-table {
		display: table;
		width: 100%;
		min-width: 0;
		table-layout: fixed;
		border-top: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-spacing: 0;
		background: #fff;
		font-size: clamp(0.68rem, 2.45vw, 0.82rem);
		line-height: 1.35;
	}

	.fldd-compare-table thead,
	.fldd-compare-table tbody,
	.fldd-compare-table tfoot,
	.fldd-dispo-table thead,
	.fldd-dispo-table tbody,
	.fldd-dispo-table tfoot {
		display: table-row-group;
	}

	.fldd-compare-table thead {
		display: table-header-group;
	}

	.fldd-compare-table tfoot,
	.fldd-dispo-table tfoot {
		display: table-footer-group;
	}

	.fldd-compare-table tr,
	.fldd-dispo-table tr {
		display: table-row;
	}

	.fldd-compare-table th,
	.fldd-compare-table td,
	.fldd-dispo-table th,
	.fldd-dispo-table td {
		display: table-cell;
		width: auto;
		border: 0;
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #e2e8f0;
		padding: 0.55rem 0.45rem;
		vertical-align: middle;
		overflow-wrap: break-word;
	}

	.fldd-compare-table th,
	.fldd-compare-table td {
		text-align: center;
	}

	.fldd-dispo-table th {
		width: 42%;
		text-align: left;
	}

	.fldd-compare-table tfoot td,
	.fldd-dispo-table tfoot td {
		display: table-cell;
		padding: 0.45rem 0.35rem 0;
		border: 0;
		font-size: 0.68rem;
		text-align: center;
	}

	.fldd-image-list {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1rem;
	}

	.fldd-image-list-media {
		min-height: 100px;
	}

	.fldd-image-list-items {
		font-size: 1rem;
	}

	.fldd-style-bold .fldd-image-list-items {
		font-size: 1rem;
	}

	.fldd-detail-block-title {
		font-size: 1.25rem;
	}

	.fldd-detail-block-offer {
		font-size: 1.05rem;
	}

	.fldd-taxonomy-archive {
		width: min(100% - 1rem, 1120px);
		padding: 1.25rem 0;
	}

	.fldd-archive-title {
		font-size: 1.6rem;
	}
}

/* Final two-column table guard. This intentionally overrides theme/cache rules
   that try to turn compare/dispo tables into mobile cards. */
.fldd-layout-compare .fldd-compare-wrap,
.fldd-layout-dispo_table .fldd-dispo-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: visible;
}

.fldd-layout-compare .fldd-compare-table,
.fldd-layout-dispo_table .fldd-dispo-table {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	table-layout: fixed;
	font-size: 1rem;
	line-height: 1.45;
}

.fldd-layout-compare .fldd-compare-table th:first-child,
.fldd-layout-compare .fldd-compare-table td:first-child {
	width: 42%;
}

.fldd-layout-compare .fldd-compare-table th:nth-child(2),
.fldd-layout-compare .fldd-compare-table td:nth-child(2) {
	width: 58%;
}

.fldd-layout-dispo_table .fldd-dispo-table th:first-child,
.fldd-layout-dispo_table .fldd-dispo-table td:first-child {
	width: 44%;
}

.fldd-layout-dispo_table .fldd-dispo-table th:nth-child(2),
.fldd-layout-dispo_table .fldd-dispo-table td:nth-child(2) {
	width: 56%;
}

.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(even),
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(even) {
	background: #f1f1f1;
}

.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(odd),
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(odd) {
	background: #fff;
}

.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(even) th,
.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(even) td,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(even) th,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(even) td {
	background: #f1f1f1;
}

.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(odd) th,
.fldd-layout-compare .fldd-compare-table tbody tr:nth-child(odd) td,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(odd) th,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:nth-child(odd) td {
	background: #fff;
}

.fldd-layout-compare .fldd-compare-table tbody td:first-child,
.fldd-layout-dispo_table .fldd-dispo-table tbody th {
	font-weight: 700;
	color: #020617;
}

.fldd-layout-compare .fldd-compare-table th,
.fldd-layout-compare .fldd-compare-table td,
.fldd-layout-dispo_table .fldd-dispo-table th,
.fldd-layout-dispo_table .fldd-dispo-table td {
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.fldd-size-large.fldd-layout-compare .fldd-compare-table,
.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table {
	font-size: clamp(1.03rem, 1.05vw, 1.16rem);
	line-height: 1.5;
}

.fldd-size-large.fldd-layout-compare .fldd-compare-table th,
.fldd-size-large.fldd-layout-compare .fldd-compare-table td,
.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table th,
.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table td {
	padding: 1rem 0.9rem;
}

.fldd-layout-compare .fldd-compare-table tbody tr:last-child th,
.fldd-layout-compare .fldd-compare-table tbody tr:last-child td,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:last-child th,
.fldd-layout-dispo_table .fldd-dispo-table tbody tr:last-child td {
	border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 1200px) {
	.fldd-layout-compare .fldd-compare-table,
	.fldd-layout-dispo_table .fldd-dispo-table {
		font-size: clamp(0.78rem, 1.35vw, 0.95rem);
		line-height: 1.35;
	}

	.fldd-size-large.fldd-layout-compare .fldd-compare-table,
	.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table {
		font-size: clamp(0.88rem, 1.65vw, 1.05rem);
	}

	.fldd-layout-compare .fldd-compare-table th,
	.fldd-layout-compare .fldd-compare-table td,
	.fldd-layout-dispo_table .fldd-dispo-table th,
	.fldd-layout-dispo_table .fldd-dispo-table td {
		padding: 0.68rem 0.55rem;
	}
}

@media (max-width: 720px) {
	.fldd-layout-compare .fldd-compare-wrap,
	.fldd-layout-dispo_table .fldd-dispo-table-wrap {
		overflow-x: visible !important;
	}

	.fldd-layout-compare .fldd-compare-table,
	.fldd-layout-dispo_table .fldd-dispo-table {
		display: table !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		table-layout: fixed !important;
		border-top: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-spacing: 0 !important;
		border-collapse: separate !important;
		background: #fff;
		font-size: clamp(0.62rem, 2.35vw, 0.8rem);
		line-height: 1.28;
	}

	.fldd-size-large.fldd-layout-compare .fldd-compare-table,
	.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table {
		font-size: clamp(0.72rem, 2.85vw, 0.9rem);
		line-height: 1.32;
	}

	.fldd-layout-compare .fldd-compare-table thead,
	.fldd-layout-dispo_table .fldd-dispo-table thead {
		position: static !important;
		display: table-header-group !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		clip: auto !important;
		white-space: normal !important;
	}

	.fldd-layout-compare .fldd-compare-table tbody,
	.fldd-layout-dispo_table .fldd-dispo-table tbody {
		display: table-row-group !important;
	}

	.fldd-layout-compare .fldd-compare-table tr,
	.fldd-layout-dispo_table .fldd-dispo-table tr {
		display: table-row !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent;
		overflow: visible !important;
	}

	.fldd-layout-compare .fldd-compare-table th,
	.fldd-layout-compare .fldd-compare-table td,
	.fldd-layout-dispo_table .fldd-dispo-table th,
	.fldd-layout-dispo_table .fldd-dispo-table td {
		display: table-cell !important;
		border: 0 !important;
		border-right: 1px solid #cfcfcf !important;
		border-bottom: 1px solid #e2e8f0 !important;
		padding: 0.5rem 0.38rem !important;
		vertical-align: middle;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.fldd-size-large.fldd-layout-compare .fldd-compare-table th,
	.fldd-size-large.fldd-layout-compare .fldd-compare-table td,
	.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table th,
	.fldd-size-large.fldd-layout-dispo_table .fldd-dispo-table td {
		padding: 0.62rem 0.45rem !important;
	}

	.fldd-layout-dispo_table .fldd-dispo-table th,
	.fldd-layout-dispo_table .fldd-dispo-table td {
		text-align: left;
	}

	.fldd-layout-compare .fldd-compare-table td::before,
	.fldd-layout-dispo_table .fldd-dispo-table th::before,
	.fldd-layout-dispo_table .fldd-dispo-table td::before {
		content: none !important;
		display: none !important;
	}

	.fldd-layout-compare .fldd-table-caption,
	.fldd-layout-dispo_table .fldd-table-caption {
		font-size: 0.69rem;
		text-align: center;
	}
}
