/**
 * Comptableo — editorial presentation layer
 *
 * Every rule is scoped to the child-theme body class so this stylesheet can be
 * previewed safely alongside Gridlove. The plan-comptable components (.pcg-*)
 * deliberately keep their own visual system.
 */

body.comptableo-gridlove-child {
	--comptableo-brand: #069caf;
	--comptableo-brand-dark: #047786;
	--comptableo-brand-deep: #035968;
	--comptableo-navy: #0b1f35;
	--comptableo-navy-soft: #18344f;
	--comptableo-ink: #16283b;
	--comptableo-muted: #5d6d7d;
	--comptableo-line: #dbe4ea;
	--comptableo-line-strong: #c9d6df;
	--comptableo-surface: #ffffff;
	--comptableo-surface-soft: #f4f8fa;
	--comptableo-surface-tint: #eaf7f8;
	--comptableo-focus: #ffcf57;
	--comptableo-radius-sm: 10px;
	--comptableo-radius: 16px;
	--comptableo-radius-lg: 24px;
	--comptableo-shadow-sm: 0 2px 8px rgba(11, 31, 53, 0.06);
	--comptableo-shadow: 0 12px 32px rgba(11, 31, 53, 0.09);
	--comptableo-shadow-lg: 0 22px 60px rgba(11, 31, 53, 0.13);
	--comptableo-content: 78rem;
	background: var(--comptableo-surface-soft);
	color: var(--comptableo-ink);
	display: flex;
	flex-direction: column;
	font-family: Cabin, Arial, sans-serif;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.comptableo-gridlove-child:not(.post-type-archive-pc_compte):not(.single-pc_compte):not(.tax-pc_classe) .gridlove-site-content {
	flex: 1 0 auto;
	max-width: var(--comptableo-content);
	width: 100%;
}

body.comptableo-gridlove-child:not(.post-type-archive-pc_compte):not(.single-pc_compte):not(.tax-pc_classe) .gridlove-site-content {
	padding-bottom: clamp(3rem, 7vw, 6rem);
}

/* Header and primary navigation */

body.comptableo-gridlove-child .gridlove-site-header {
	position: relative;
	z-index: 100;
}

body.comptableo-gridlove-child .gridlove-header-wrapper,
body.comptableo-gridlove-child .gridlove-header-middle {
	background: var(--comptableo-surface);
}

body.comptableo-gridlove-child .gridlove-header-4 .gridlove-header-middle {
	align-items: center;
	display: flex;
	min-height: 5.25rem;
}

body.comptableo-gridlove-child .gridlove-header-4 .gridlove-slot-c {
	width: 100%;
}

body.comptableo-gridlove-child .gridlove-logo,
body.comptableo-gridlove-child .gridlove-logo-mini {
	display: block;
	height: auto;
	max-width: min(100%, 13rem);
}

body.comptableo-gridlove-child .gridlove-header-bottom {
	background: var(--comptableo-navy);
	border: 0;
	box-shadow: 0 8px 24px rgba(11, 31, 53, 0.12);
}

body.comptableo-gridlove-child .gridlove-header-bottom .gridlove-slot-c {
	align-items: stretch;
	display: flex;
	justify-content: center;
}

body.comptableo-gridlove-child .gridlove-main-nav > li > a,
body.comptableo-gridlove-child .gridlove-header-bottom .gridlove-actions-button > span {
	align-items: center;
	border-bottom: 3px solid transparent;
	color: #edf7f8;
	display: flex;
	font-family: Cabin, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.2;
	min-height: 3.5rem;
	padding: 0.8rem 1rem;
	text-transform: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

body.comptableo-gridlove-child .gridlove-header-bottom .gridlove-main-nav > li > a:hover,
body.comptableo-gridlove-child .gridlove-header-bottom .gridlove-actions-button > span:hover,
body.comptableo-gridlove-child .gridlove-header-bottom .current-menu-item > a,
body.comptableo-gridlove-child .gridlove-header-bottom .current-menu-ancestor > a,
body.comptableo-gridlove-child .gridlove-header-bottom .current_page_item > a {
	background: rgba(255, 255, 255, 0.07);
	border-color: #39c7d3;
	color: #ffffff;
}

body.comptableo-gridlove-child .gridlove-main-nav .sub-menu {
	background: var(--comptableo-surface);
	border: 1px solid var(--comptableo-line);
	border-radius: 0 0 var(--comptableo-radius-sm) var(--comptableo-radius-sm);
	box-shadow: var(--comptableo-shadow);
	overflow: hidden;
	padding: 0.45rem;
}

body.comptableo-gridlove-child .gridlove-main-nav .sub-menu a {
	border-radius: 7px;
	color: var(--comptableo-ink);
	font-size: 0.9rem;
	min-height: 2.75rem;
	padding: 0.75rem 0.9rem;
}

body.comptableo-gridlove-child .gridlove-main-nav .sub-menu a:hover,
body.comptableo-gridlove-child .gridlove-main-nav .sub-menu .current-menu-item > a {
	background: var(--comptableo-surface-tint);
	color: var(--comptableo-brand-deep);
}

body.comptableo-gridlove-child .gridlove-header-sticky {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--comptableo-line);
	box-shadow: 0 10px 28px rgba(11, 31, 53, 0.1);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

body.comptableo-gridlove-child .gridlove-header-sticky .container {
	align-items: center;
	min-height: 4.5rem;
}

body.comptableo-gridlove-child .gridlove-header-sticky .gridlove-main-nav > li > a {
	border-bottom: 3px solid transparent;
	color: var(--comptableo-navy);
	min-height: 4.5rem;
}

body.comptableo-gridlove-child .gridlove-header-sticky .gridlove-main-nav > li > a:hover,
body.comptableo-gridlove-child .gridlove-header-sticky .current-menu-item > a {
	border-color: var(--comptableo-brand);
	color: var(--comptableo-brand-dark);
}

body.comptableo-gridlove-child .gridlove-header-sticky .gridlove-actions > li > span {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	min-width: 2.75rem;
}

body.comptableo-gridlove-child .gridlove-header-responsive {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--comptableo-line);
	box-shadow: var(--comptableo-shadow-sm);
}

body.comptableo-gridlove-child .gridlove-header-responsive .container {
	align-items: center;
	display: flex;
	min-height: 4.5rem;
}

body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-logo,
body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-logo-mini {
	max-height: 2.35rem;
	max-width: 12rem;
	width: auto;
}

body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-actions {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-actions-button > span,
body.comptableo-gridlove-child .gridlove-mobile-menu .gridlove-sidebar-action {
	align-items: center;
	border-radius: 50%;
	color: var(--comptableo-navy);
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	min-width: 2.75rem;
	transition:
		background-color 180ms ease,
		color 180ms ease;
}

body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-actions-button > span:hover,
body.comptableo-gridlove-child .gridlove-mobile-menu .gridlove-sidebar-action:hover {
	background: var(--comptableo-surface-tint);
	color: var(--comptableo-brand-deep);
}

body.comptableo-gridlove-child .gridlove-mobile-menu,
body.comptableo-gridlove-child .gridlove-sidebar-action-inside {
	background: var(--comptableo-surface);
	color: var(--comptableo-ink);
}

body.comptableo-gridlove-child .gridlove-mobile-menu .widget {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.comptableo-gridlove-child .gridlove-mobile-menu .menu-item > a {
	align-items: center;
	border-bottom: 1px solid var(--comptableo-line);
	color: var(--comptableo-navy);
	display: flex;
	font-family: Cabin, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: space-between;
	min-height: 3.25rem;
	padding: 0.85rem 0;
}

body.comptableo-gridlove-child .gridlove-mobile-menu .current-menu-item > a,
body.comptableo-gridlove-child .gridlove-mobile-menu .menu-item > a:hover {
	color: var(--comptableo-brand-dark);
}

/* Static editorial cover — the former perpetual waterFlow animation is removed. */

body.comptableo-gridlove-child .gridlove-cover-area {
	animation: none;
	background:
		linear-gradient(135deg, rgba(7, 24, 42, 0.94), rgba(3, 95, 110, 0.92)),
		radial-gradient(circle at 82% 20%, rgba(83, 220, 225, 0.28), transparent 36%),
		var(--comptableo-navy);
	background-blend-mode: normal, screen, normal;
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0.14);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body.comptableo-gridlove-child .gridlove-cover-area::before {
	background:
		linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.055) 22.2%, transparent 22.5%),
		linear-gradient(295deg, transparent 72%, rgba(54, 196, 208, 0.09) 72.2%, transparent 72.5%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.comptableo-gridlove-child .gridlove-cover-area > * {
	position: relative;
	z-index: 1;
}

body.comptableo-gridlove-child .gridlove-cover-area .gridlove-post.comptableo-card--cover {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--comptableo-radius);
	box-shadow: 0 16px 40px rgba(2, 16, 29, 0.2);
	height: 20rem;
	max-height: 20rem;
	min-height: 20rem;
	overflow: hidden;
	width: 100%;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-image,
body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-image a,
body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-image img {
	height: 100%;
	width: 100%;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-image img {
	object-fit: cover;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-overlay {
	background: linear-gradient(180deg, rgba(4, 18, 33, 0.02) 12%, rgba(4, 18, 33, 0.94) 100%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.4rem;
}

body.comptableo-gridlove-child .gridlove-cover-area .entry-title {
	flex-shrink: 0;
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(1.05rem, 1.35vw, 1.3rem);
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.18;
	margin: 0;
	text-wrap: balance;
}

body.comptableo-gridlove-child .gridlove-cover-area .gridlove-post .entry-title a {
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: 0;
	overflow: hidden;
}

body.comptableo-gridlove-child .gridlove-cover-area .gridlove-post .entry-title a:hover {
	color: #bcecf0;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-meta {
	border-color: rgba(255, 255, 255, 0.24);
	bottom: auto;
	flex-shrink: 0;
	margin-top: 0.9rem;
	padding-top: 0.7rem;
	position: static;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-meta,
body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-meta a,
body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-meta span {
	color: rgba(255, 255, 255, 0.88);
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .meta-author {
	display: none;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-category {
	flex-shrink: 0;
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--has-image .entry-image a::after {
	background: linear-gradient(180deg, rgba(4, 18, 33, 0.08) 10%, rgba(4, 18, 33, 0.92) 100%);
}

body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--has-image:hover .entry-image a::after {
	background: linear-gradient(180deg, rgba(4, 18, 33, 0.16) 10%, rgba(4, 18, 33, 0.97) 100%);
}

body.comptableo-gridlove-child .gridlove-cover-area .gridlove-cover-arrow {
	align-items: center;
	background: rgba(7, 24, 42, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

/* Modules, category archives, and editorial cards */

body.comptableo-gridlove-child .gridlove-module {
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

body.comptableo-gridlove-child .gridlove-module .module-header {
	align-items: flex-end;
	border-bottom: 1px solid var(--comptableo-line-strong);
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding-bottom: 0.85rem;
	position: relative;
}

body.comptableo-gridlove-child .gridlove-module .module-header::after {
	background: var(--comptableo-brand);
	border-radius: 999px;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 3.75rem;
}

body.comptableo-gridlove-child .gridlove-module .module-title {
	color: var(--comptableo-navy);
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
	text-wrap: balance;
}

body.comptableo-gridlove-child .gridlove-post.gridlove-box {
	background: var(--comptableo-surface);
	border: 1px solid var(--comptableo-line);
	border-radius: var(--comptableo-radius);
	box-shadow: var(--comptableo-shadow-sm);
	height: 300px;
	overflow: hidden;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 24rem;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-image {
	aspect-ratio: 2.2 / 1;
	flex: 0 0 auto;
	width: 100%;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-image > a,
body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-image img {
	display: block;
	height: 100%;
	width: 100%;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-image img {
	object-fit: cover;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .box-inner-p {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .box-inner-ellipsis {
	flex: 1 1 auto;
	height: auto;
	max-height: none;
	overflow: visible;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-title {
	margin-bottom: 0;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-title a {
	display: block;
	min-height: 0;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing.comptableo-card--no-image .entry-category {
	align-self: flex-start;
	inset: auto;
	margin-bottom: 0.9rem;
	pointer-events: auto;
	position: static;
	width: auto;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-content {
	display: -webkit-box;
	margin-top: 0.75rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

body.comptableo-gridlove-child .gridlove-post-a.comptableo-card--listing .entry-meta {
	bottom: auto;
	flex: 0 0 auto;
	margin-top: 1.15rem;
	position: static;
}

body.comptableo-gridlove-child.archive:not(.post-type-archive-pc_compte):not(.tax-pc_classe) .gridlove-site-content .layout-simple,
body.comptableo-gridlove-child.search .gridlove-site-content .layout-simple,
body.comptableo-gridlove-child.author .gridlove-site-content .layout-simple {
	display: flex;
}

body.comptableo-gridlove-child .gridlove-post.gridlove-box:hover {
	border-color: #b7d6dc;
	box-shadow: var(--comptableo-shadow);
	transform: translateY(-3px);
}

body.comptableo-gridlove-child .gridlove-post .entry-image {
	background: linear-gradient(135deg, #e6f2f4, #f7fafb);
	overflow: hidden;
}

body.comptableo-gridlove-child .gridlove-post .entry-image img {
	transition: transform 320ms ease;
}

body.comptableo-gridlove-child .gridlove-post:hover .entry-image img {
	transform: scale(1.025);
}

body.comptableo-gridlove-child .gridlove-post .box-inner-p,
body.comptableo-gridlove-child .gridlove-post .box-inner-ptbr {
	padding: clamp(1.25rem, 2.4vw, 1.75rem);
}

body.comptableo-gridlove-child .gridlove-post .entry-title {
	color: var(--comptableo-navy);
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(1.18rem, 1.8vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.017em;
	line-height: 1.28;
	margin-bottom: 0.75rem;
	text-wrap: balance;
}

body.comptableo-gridlove-child .gridlove-post .entry-title a {
	align-items: center;
	color: inherit;
	display: inline-flex;
	min-height: 2.75rem;
	text-decoration: none;
}

body.comptableo-gridlove-child .gridlove-post .entry-title a:hover {
	color: var(--comptableo-brand-dark);
}

body.comptableo-gridlove-child .gridlove-post .entry-content,
body.comptableo-gridlove-child .gridlove-post .entry-content p {
	color: var(--comptableo-muted);
	font-size: 0.98rem;
	line-height: 1.65;
}

body.comptableo-gridlove-child .gridlove-post .entry-category {
	margin-bottom: 0.65rem;
}

body.comptableo-gridlove-child .gridlove-post .entry-category a,
body.comptableo-gridlove-child .gridlove-single-layout-3 .entry-header .entry-category a {
	align-items: center;
	background: var(--comptableo-surface-tint);
	border: 1px solid #c5e4e7;
	border-radius: 999px;
	color: var(--comptableo-brand-deep);
	display: inline-flex;
	font-size: 0.73rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.055em;
	line-height: 1.25;
	min-height: 2.75rem;
	padding: 0.38rem 0.68rem;
	text-transform: uppercase;
}

body.comptableo-gridlove-child .gridlove-post .entry-category a:hover,
body.comptableo-gridlove-child .gridlove-single-layout-3 .entry-header .entry-category a:hover {
	background: var(--comptableo-brand-dark);
	border-color: var(--comptableo-brand-dark);
	color: #ffffff;
}

body.comptableo-gridlove-child .gridlove-post .entry-meta,
body.comptableo-gridlove-child .gridlove-post .entry-meta a,
body.comptableo-gridlove-child .gridlove-post .entry-meta span {
	color: var(--comptableo-muted);
	font-size: 0.79rem;
	line-height: 1.5;
}

body.comptableo-gridlove-child .gridlove-post .entry-meta {
	align-items: center;
	border-top: 1px solid var(--comptableo-line);
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.8rem;
	margin-top: 1rem;
	padding-top: 0.85rem;
}

body.comptableo-gridlove-child .gridlove-post .meta-author img {
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 1px var(--comptableo-line-strong);
}

body.comptableo-gridlove-child .gridlove-post-b:not(.has-post-thumbnail),
body.comptableo-gridlove-child .gridlove-post-a:not(.has-post-thumbnail),
body.comptableo-gridlove-child .gridlove-post-c,
body.comptableo-gridlove-child .gridlove-post.comptableo-card--textual {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 249, 0.96)),
		var(--comptableo-surface);
	position: relative;
}

body.comptableo-gridlove-child .gridlove-post-b:not(.has-post-thumbnail)::before,
body.comptableo-gridlove-child .gridlove-post-a:not(.has-post-thumbnail)::before,
body.comptableo-gridlove-child .gridlove-post-c::before,
body.comptableo-gridlove-child .gridlove-post.comptableo-card--textual::before {
	background: linear-gradient(90deg, var(--comptableo-brand), #46c7ce);
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
	z-index: 2;
}

body.comptableo-gridlove-child .gridlove-post.comptableo-card--textual .comptableo-card__kicker {
	color: var(--comptableo-brand-deep);
	font-family: Cabin, Arial, sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail),
body.comptableo-gridlove-child .gridlove-cover-area .gridlove-post-d:not(.has-post-thumbnail) {
	background:
		radial-gradient(circle at 86% 10%, rgba(75, 203, 212, 0.24), transparent 32%),
		linear-gradient(145deg, var(--comptableo-navy), var(--comptableo-brand-deep));
	min-height: 20rem;
}

body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-overlay {
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: inherit;
}

body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-title,
body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-title a,
body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-meta,
body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-meta a,
body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-meta span {
	color: #ffffff;
}

body.comptableo-gridlove-child .gridlove-post-d:not(.has-post-thumbnail) .entry-category a {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.34);
	color: #ffffff;
}

body.comptableo-gridlove-child .comptableo-entry-meta .meta-date span::before,
body.comptableo-gridlove-child .comptableo-entry-meta .meta-rtime::before {
	content: none;
}

/* Empty and error states */

body.comptableo-gridlove-child .gridlove-not-found .gridlove-box,
body.comptableo-gridlove-child .gridlove-module-empty,
body.comptableo-gridlove-child .comptableo-empty-state {
	background:
		radial-gradient(circle at 92% 10%, rgba(6, 156, 175, 0.1), transparent 32%),
		var(--comptableo-surface);
	border: 1px solid var(--comptableo-line);
	border-radius: var(--comptableo-radius-lg);
	box-shadow: var(--comptableo-shadow-sm);
	padding: clamp(2rem, 6vw, 4.5rem);
	text-align: center;
}

body.comptableo-gridlove-child .gridlove-not-found .entry-title,
body.comptableo-gridlove-child .comptableo-empty-state__title {
	color: var(--comptableo-navy);
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	letter-spacing: -0.02em;
}

body.comptableo-gridlove-child .gridlove-not-found .entry-content,
body.comptableo-gridlove-child .comptableo-empty-state__text {
	color: var(--comptableo-muted);
	font-size: 1rem;
	line-height: 1.65;
	margin-inline: auto;
	max-width: 38rem;
}

body.comptableo-gridlove-child .gridlove-not-found .gridlove-search-form {
	display: flex;
	gap: 0.6rem;
	margin: 1.5rem auto 0;
	max-width: 36rem;
}

body.comptableo-gridlove-child .gridlove-not-found .gridlove-search-form input[type="text"],
body.comptableo-gridlove-child .gridlove-not-found .gridlove-search-form input[type="search"] {
	background: #ffffff;
	border: 1px solid var(--comptableo-line-strong);
	border-radius: var(--comptableo-radius-sm);
	color: var(--comptableo-ink);
	font-size: 1rem;
	height: 3rem;
	min-width: 0;
	padding: 0 0.9rem;
}

body.comptableo-gridlove-child .gridlove-not-found .gridlove-button-search {
	align-items: center;
	background: var(--comptableo-brand-dark);
	border: 0;
	border-radius: var(--comptableo-radius-sm);
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 3rem;
	height: 3rem;
	justify-content: center;
	padding: 0;
}

/* Layout 3 single posts */

body.comptableo-gridlove-child.single-post .gridlove-site-content.gridlove-sidebar-none {
	max-width: 72rem;
}

body.comptableo-gridlove-child.single-post .gridlove-content.gridlove-single-layout-3 {
	float: none;
	margin-inline: auto;
	max-width: 68rem;
	width: 100%;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 > article.gridlove-box {
	background: var(--comptableo-surface);
	border: 1px solid var(--comptableo-line);
	border-radius: var(--comptableo-radius-lg);
	box-shadow: var(--comptableo-shadow);
	overflow: hidden;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-smaller,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-bigger {
	padding-inline: clamp(1.25rem, 6vw, 5.5rem);
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-smaller {
	padding-block: clamp(2rem, 4vw, 3.25rem) clamp(1.25rem, 2vw, 2rem);
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-bigger {
	padding-top: clamp(1.25rem, 2vw, 2rem);
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header {
	padding-block: 0;
	text-align: left;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .gridlove-breadcrumbs {
	color: var(--comptableo-muted);
	font-size: 0.8rem;
	line-height: 1.5;
	margin-bottom: 1.35rem;
	overflow-wrap: anywhere;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .gridlove-breadcrumbs a {
	color: var(--comptableo-brand-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-title {
	color: var(--comptableo-navy);
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0.7rem 0 1rem;
	max-width: 21ch;
	text-wrap: balance;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-meta {
	align-items: center;
	color: var(--comptableo-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.45rem 1rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-meta a,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-meta span {
	color: inherit;
}

body.comptableo-gridlove-child .comptableo-editorial-dates {
	align-items: center;
	color: var(--comptableo-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.4rem 0.85rem;
	line-height: 1.5;
	margin-top: 0.65rem;
}

body.comptableo-gridlove-child .comptableo-editorial-dates time {
	font-variant-numeric: tabular-nums;
}

body.comptableo-gridlove-child .comptableo-date-updated {
	align-items: center;
	background: var(--comptableo-surface-tint);
	border: 1px solid #c5e4e7;
	border-radius: 999px;
	color: var(--comptableo-brand-deep);
	display: inline-flex;
	font-weight: 700;
	min-height: 1.9rem;
	padding: 0.24rem 0.65rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content {
	color: var(--comptableo-ink);
	font-size: clamp(1.04rem, 1.25vw, 1.13rem);
	line-height: 1.82;
	margin-inline: auto;
	max-width: 50rem;
	overflow-wrap: anywhere;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content > :first-child {
	margin-top: 0;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h2,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h3,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h4 {
	color: var(--comptableo-navy);
	font-family: Lato, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.022em;
	line-height: 1.22;
	scroll-margin-top: 6rem;
	text-wrap: balance;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	margin: 2.8rem 0 1rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h3 {
	font-size: clamp(1.25rem, 2.3vw, 1.65rem);
	margin: 2.15rem 0 0.8rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content h4 {
	font-size: 1.15rem;
	margin: 1.75rem 0 0.65rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content p,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content ul,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content ol {
	margin-bottom: 1.35rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content li + li {
	margin-top: 0.45rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content a {
	color: var(--comptableo-brand-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(6, 156, 175, 0.5);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.18em;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content a:hover {
	color: var(--comptableo-brand-deep);
	text-decoration-color: currentColor;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content blockquote,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content .wp-block-quote {
	background: var(--comptableo-surface-tint);
	border: 0;
	border-left: 4px solid var(--comptableo-brand);
	border-radius: 0 var(--comptableo-radius-sm) var(--comptableo-radius-sm) 0;
	color: var(--comptableo-navy-soft);
	font-family: Cabin, Arial, sans-serif;
	font-size: 1.1em;
	margin: 2rem 0;
	padding: 1.25rem 1.4rem;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content .wp-block-table {
	border: 1px solid var(--comptableo-line);
	border-radius: var(--comptableo-radius-sm);
	display: block;
	margin: 2rem 0;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content table {
	border: 0;
	margin: 0;
	min-width: 34rem;
	width: 100%;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content .wp-block-table table.has-fixed-layout {
	max-width: none;
	min-width: 40rem;
	table-layout: auto;
	width: 100%;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content th {
	background: var(--comptableo-navy);
	color: #ffffff;
	font-family: Cabin, Arial, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.01em;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content th,
body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content td {
	border-color: var(--comptableo-line);
	box-sizing: border-box;
	hyphens: auto;
	overflow-wrap: anywhere;
	padding: 0.8rem 0.9rem;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	word-break: normal;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content tbody tr:nth-child(even) {
	background: var(--comptableo-surface-soft);
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content img {
	border-radius: var(--comptableo-radius-sm);
	height: auto;
}

body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-content figcaption {
	color: var(--comptableo-muted);
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 0.55rem;
	text-align: center;
}

body.comptableo-gridlove-child .gridlove-prev-next-nav {
	border-top: 1px solid var(--comptableo-line);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3rem;
	padding-top: 1.5rem;
}

body.comptableo-gridlove-child .gridlove-prev-next-nav > div {
	margin: 0;
	width: auto;
}

body.comptableo-gridlove-child .gridlove-prev-next-nav a {
	background: var(--comptableo-surface-soft);
	border: 1px solid var(--comptableo-line);
	border-radius: var(--comptableo-radius-sm);
	color: var(--comptableo-navy);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 4.5rem;
	padding: 0.9rem 1rem;
}

body.comptableo-gridlove-child .gridlove-prev-next-nav a:hover {
	background: var(--comptableo-surface-tint);
	border-color: #b7d6dc;
	color: var(--comptableo-brand-deep);
}

body.comptableo-gridlove-child .gridlove-related {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

/* Pagination */

body.comptableo-gridlove-child .gridlove-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	margin-top: 2rem;
}

body.comptableo-gridlove-child .gridlove-pagination .page-numbers,
body.comptableo-gridlove-child .gridlove-pagination .next,
body.comptableo-gridlove-child .gridlove-pagination .prev,
body.comptableo-gridlove-child .gridlove-pagination .gridlove-next a,
body.comptableo-gridlove-child .gridlove-pagination .gridlove-prev a {
	align-items: center;
	background: var(--comptableo-surface);
	border: 1px solid var(--comptableo-line-strong);
	border-radius: var(--comptableo-radius-sm);
	color: var(--comptableo-navy);
	display: inline-flex;
	font-weight: 700;
	height: 2.75rem;
	justify-content: center;
	min-width: 2.75rem;
	padding: 0 0.75rem;
}

body.comptableo-gridlove-child .gridlove-pagination .page-numbers:hover,
body.comptableo-gridlove-child .gridlove-pagination .next:hover,
body.comptableo-gridlove-child .gridlove-pagination .prev:hover,
body.comptableo-gridlove-child .gridlove-pagination .current {
	background: var(--comptableo-brand-dark);
	border-color: var(--comptableo-brand-dark);
	color: #ffffff;
}

/* Footer */

body.comptableo-gridlove-child .gridlove-footer {
	background: var(--comptableo-navy);
	border-top: 4px solid var(--comptableo-brand);
	color: #d7e4ec;
	flex: 0 0 auto;
	margin-top: auto;
}

body.comptableo-gridlove-child .gridlove-footer .gridlove-box {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

body.comptableo-gridlove-child .gridlove-footer a {
	color: #eef8fa;
}

body.comptableo-gridlove-child .gridlove-footer a:hover {
	color: #7ddce2;
}

body.comptableo-gridlove-child .gridlove-copyright {
	color: #b8c8d3;
	font-size: 0.84rem;
}

body.comptableo-gridlove-child .back-to-top.gridlove-button {
	align-items: center;
	background: var(--comptableo-brand-dark);
	border: 0;
	border-radius: 50%;
	box-shadow: var(--comptableo-shadow);
	color: #ffffff;
	display: flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

/* Keyboard focus, deliberately limited to Gridlove and child-theme UI. */

body.comptableo-gridlove-child :is(
	.gridlove-site-header,
	.gridlove-header-sticky,
	.gridlove-mobile-menu,
	.gridlove-cover-area,
	.gridlove-module,
	.gridlove-single-layout-3,
	.gridlove-pagination,
	.gridlove-prev-next-nav,
	.gridlove-related,
	.gridlove-footer,
	.comptableo-empty-state
) :is(a, button, input, select, textarea):focus-visible,
body.comptableo-gridlove-child .back-to-top.gridlove-button:focus-visible {
	box-shadow: 0 0 0 6px var(--comptableo-navy);
	outline: 3px solid var(--comptableo-focus);
	outline-offset: 3px;
}

body.comptableo-gridlove-child :is(
	.gridlove-site-header,
	.gridlove-header-sticky,
	.gridlove-mobile-menu,
	.gridlove-cover-area,
	.gridlove-module,
	.gridlove-single-layout-3,
	.gridlove-pagination,
	.gridlove-prev-next-nav,
	.gridlove-related,
	.gridlove-footer,
	.comptableo-empty-state
) :is(a, button, input, select, textarea):focus:not(:focus-visible) {
	outline: 0;
}

/* Responsive adjustments */

@media (max-width: 1023px) {
	body.comptableo-gridlove-child:not(.post-type-archive-pc_compte):not(.single-pc_compte):not(.tax-pc_classe) .gridlove-site-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	body.comptableo-gridlove-child .gridlove-cover-wrapper.gridlove-cover-area {
		margin-bottom: 2.5rem;
	}

	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 > article.gridlove-box {
		border-radius: var(--comptableo-radius);
	}
}

@media (max-width: 767px) {
	body.comptableo-gridlove-child.archive:not(.post-type-archive-pc_compte):not(.tax-pc_classe) .gridlove-site-content .layout-simple,
	body.comptableo-gridlove-child.search .gridlove-site-content .layout-simple,
	body.comptableo-gridlove-child.author .gridlove-site-content .layout-simple {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-header-responsive .container {
		padding-inline: 1rem;
	}

	body.comptableo-gridlove-child:not(.post-type-archive-pc_compte):not(.single-pc_compte):not(.tax-pc_classe) .gridlove-site-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body.comptableo-gridlove-child .gridlove-cover-area .gridlove-post {
		border-radius: var(--comptableo-radius-sm);
	}

	body.comptableo-gridlove-child .gridlove-module {
		margin-bottom: 3rem;
	}

	body.comptableo-gridlove-child .gridlove-module .module-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	body.comptableo-gridlove-child .gridlove-post .box-inner-p,
	body.comptableo-gridlove-child .gridlove-post .box-inner-ptbr {
		padding: 1.25rem;
	}

	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-smaller,
	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-bigger {
		padding-inline: 1.25rem;
	}

	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-title {
		font-size: clamp(1.8rem, 8vw, 2.35rem);
		line-height: 1.1;
	}

	body.comptableo-gridlove-child .gridlove-prev-next-nav {
		grid-template-columns: 1fr;
	}

	body.comptableo-gridlove-child .gridlove-not-found .gridlove-search-form {
		align-items: stretch;
		flex-direction: column;
	}

	body.comptableo-gridlove-child .gridlove-not-found .gridlove-button-search {
		flex-basis: 3rem;
		width: 100%;
	}
}

@media (max-width: 359px) {
	body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-logo,
	body.comptableo-gridlove-child .gridlove-header-responsive .gridlove-logo-mini {
		max-width: 9.5rem;
	}

	body.comptableo-gridlove-child:not(.post-type-archive-pc_compte):not(.single-pc_compte):not(.tax-pc_classe) .gridlove-site-content {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	body.comptableo-gridlove-child .gridlove-post .box-inner-p,
	body.comptableo-gridlove-child .gridlove-post .box-inner-ptbr,
	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-smaller,
	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .box-inner-p-bigger {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 .entry-header .entry-title {
		font-size: 1.78rem;
	}
}

@media (max-width: 767px) {
	body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover {
		height: 20rem;
		min-height: 20rem;
	}

	body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-overlay {
		padding: 1.2rem;
	}

	body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-title {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	body.comptableo-gridlove-child .gridlove-cover-area .comptableo-card--cover .entry-meta {
		gap: 0.25rem 0.55rem;
		margin-top: 0.75rem;
		padding-top: 0.65rem;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module,
	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a {
		height: auto;
		min-height: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module {
		display: flex;
		flex-direction: column;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-image {
		float: none;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-image img {
		height: 12.5rem;
		object-fit: cover;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-sm-overlay.box-col-b {
		box-sizing: border-box;
		float: none;
		height: auto;
		inset: auto;
		margin: 0;
		max-width: none;
		padding: 1.25rem;
		pointer-events: auto;
		position: relative;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .box-inner-ellipsis,
	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .box-inner-ellipsis {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-content {
		display: block;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-title a {
		display: block;
		min-height: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-meta,
	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .entry-meta {
		bottom: auto;
		margin-top: 1rem;
		position: static;
	}

	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-title,
	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-title a,
	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-meta,
	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-meta a,
	body.comptableo-gridlove-child .gridlove-site-content .comptableo-card--module .entry-meta span {
		color: var(--comptableo-navy);
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .box-inner-p {
		padding: 1.25rem;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .entry-title {
		margin-bottom: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .entry-title a {
		display: block;
		min-height: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a .entry-image img {
		height: 100%;
		object-fit: cover;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-a:not(.has-post-thumbnail) {
		min-height: 11rem;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-image {
		float: none;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-image img {
		height: 13rem;
		object-fit: cover;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-sm-overlay.box-col-b {
		box-sizing: border-box;
		float: none;
		height: auto;
		inset: auto;
		margin: 0;
		max-width: none;
		padding: 1.25rem;
		pointer-events: auto;
		position: relative;
		width: 100%;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .box-inner-ellipsis {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-content,
	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-title a {
		display: block;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-title a {
		min-height: 0;
	}

	body.comptableo-gridlove-child .gridlove-site-content .gridlove-post-b.comptableo-card--module .entry-meta {
		bottom: auto;
		margin-top: 1rem;
		position: static;
	}
}

@media (hover: none) {
	body.comptableo-gridlove-child .gridlove-post.gridlove-box:hover {
		box-shadow: var(--comptableo-shadow-sm);
		transform: none;
	}

	body.comptableo-gridlove-child .gridlove-post:hover .entry-image img {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.comptableo-gridlove-child :is(
		.gridlove-site-header,
		.gridlove-header-sticky,
		.gridlove-mobile-menu,
		.gridlove-cover-area,
		.gridlove-module,
		.gridlove-single-layout-3,
		.gridlove-pagination,
		.gridlove-prev-next-nav,
		.gridlove-related,
		.gridlove-footer,
		.comptableo-empty-state
	),
	body.comptableo-gridlove-child :is(
		.gridlove-site-header,
		.gridlove-header-sticky,
		.gridlove-mobile-menu,
		.gridlove-cover-area,
		.gridlove-module,
		.gridlove-single-layout-3,
		.gridlove-pagination,
		.gridlove-prev-next-nav,
		.gridlove-related,
		.gridlove-footer,
		.comptableo-empty-state
	)::before,
	body.comptableo-gridlove-child :is(
		.gridlove-site-header,
		.gridlove-header-sticky,
		.gridlove-mobile-menu,
		.gridlove-cover-area,
		.gridlove-module,
		.gridlove-single-layout-3,
		.gridlove-pagination,
		.gridlove-prev-next-nav,
		.gridlove-related,
		.gridlove-footer,
		.comptableo-empty-state
	)::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	body.comptableo-gridlove-child :is(
		.gridlove-main-nav > li > a,
		.gridlove-actions-button > span,
		.gridlove-post.gridlove-box,
		.gridlove-post .entry-image img,
		.gridlove-prev-next-nav a,
		.gridlove-pagination a,
		.back-to-top
	) {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}

	body.comptableo-gridlove-child .gridlove-post.gridlove-box:hover,
	body.comptableo-gridlove-child .gridlove-post:hover .entry-image img {
		transform: none;
	}
}

@media (forced-colors: active) {
	body.comptableo-gridlove-child .gridlove-post.gridlove-box,
	body.comptableo-gridlove-child.single-post .gridlove-single-layout-3 > article.gridlove-box,
	body.comptableo-gridlove-child .gridlove-pagination .page-numbers,
	body.comptableo-gridlove-child .gridlove-prev-next-nav a {
		border: 1px solid CanvasText;
	}
}
