:root {
	--blue: #124F7A;
	--sky: #599ECF;
	--ink: #15202b;
	--muted: #5f6f7d;
	--line: #d9e2ea;
	--soft: #f5f8fa;
	--white: #fff;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--soft);
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.container {
	margin: 0 auto;
	width: min(1160px, calc(100% - 32px));
}

.site-header {
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 20;
}

.header-inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 74px;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
}

.brand img,
.brand .custom-logo {
	display: block;
	height: 48px !important;
	max-height: 48px !important;
	max-width: 72px !important;
	object-fit: contain;
	width: auto !important;
}

.brand-title {
	color: var(--blue);
	display: grid;
	font-size: 12px;
	gap: 1px;
	line-height: 1.12;
}

.brand-title strong {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.brand-title small {
	color: #335d7d;
	font-size: .82rem;
	font-weight: 800;
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 22px;
	margin-left: auto;
}

.header-menu,
.footer-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-menu a:not(.tlf-button) {
	color: var(--blue);
	font-size: .95rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
	white-space: nowrap;
}

.tlf-button,
.wp-block-button__link {
	align-items: center;
	background: var(--blue);
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tlf-button:hover,
.wp-block-button__link:hover {
	background: #083452;
	border-color: #083452;
	box-shadow: 0 10px 20px rgba(18, 79, 122, .16);
	color: #fff !important;
	transform: translateY(-2px);
}

.tlf-button-small {
	font-size: 15px;
	font-weight: 800;
	min-height: 40px;
}

.site-header .tlf-button {
	font-weight: 800;
}

.site-header .tlf-button:hover {
	background: #fff;
	border-color: var(--blue);
	color: var(--blue) !important;
}

.page-main {
	min-height: 62vh;
}

.page-title {
	background: #fff;
	border-bottom: 1px solid var(--line);
	padding: 58px 0 18px;
}

.page-title h1,
.fiche-heading h1,
.tlf-home-hero h1 {
	font-size: clamp(2.1rem, 5vw, 4.4rem);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 26px;
	max-width: 980px;
}

.fiche-heading h1 {
	color: #124F7A;
}

.page-content {
	padding: 34px 0 62px;
}

.page-content > .container > *:first-child {
	margin-top: 0;
}

.page-content h2.has-text-align-center {
	font-weight: 800;
}

.tlf-home-hero {
	background: linear-gradient(90deg, rgba(245, 248, 250, .98) 0%, rgba(245, 248, 250, .9) 48%, rgba(245, 248, 250, .42) 100%);
	border-bottom: 1px solid var(--line);
	min-height: 460px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100% !important;
	max-width: none !important;
}

.tlf-home-hero > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 460px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 92px;
	position: relative;
	z-index: 1;
	width: min(1160px, calc(100% - 32px));
}

.tlf-home-hero .wp-block-image {
	bottom: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.tlf-home-hero .wp-block-image::after {
	background: linear-gradient(90deg, rgba(245, 248, 250, .98) 0%, rgba(245, 248, 250, .9) 48%, rgba(245, 248, 250, .42) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.tlf-home-hero .wp-block-image img {
	height: 100%;
	object-fit: cover;
	object-position: right center;
	width: 100%;
}

.tlf-home-hero .wp-block-heading,
.tlf-home-hero .wp-block-buttons,
.tlf-home-hero .eyebrow {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 2;
}

.tlf-home-hero .eyebrow {
	color: var(--blue);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tlf-home-hero .wp-block-heading {
	color: #000;
	font-size: clamp(2.45rem, 5.84vw, 4.9rem);
	font-weight: 700;
	max-width: 980px;
	padding-top: 0;
}

.tlf-home-hero .wp-block-button__link {
	background: #fff;
	border-color: var(--blue);
	color: var(--blue) !important;
	font-weight: 700;
}

.tlf-home-hero .wp-block-button__link:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff !important;
}

.tlf-section {
	padding-bottom: 58px !important;
	padding-top: 58px !important;
}

.tlf-section > * {
	margin-left: auto;
	margin-right: auto;
	width: min(1160px, calc(100% - 32px));
}

.tlf-section h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.18;
	margin-top: 0;
}

.tlf-section > .wp-block-group__inner-container > .wp-block-buttons {
	justify-content: center;
}

.tlf-section:not(.tlf-band):not(.tlf-panel-band) .wp-block-buttons .wp-block-button__link:hover {
	background: #fff;
	border-color: var(--blue);
	color: var(--blue) !important;
}

.tlf-band,
.tlf-panel-band {
	padding: 40px 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.tlf-band {
	background: var(--blue);
	color: #fff;
}

.tlf-panel-band {
	background: #eaf5f0;
	color: var(--blue);
}

.page-main > .tlf-panel-band:last-child {
	margin-bottom: 0;
}

.page-main:has(> .tlf-panel-band:last-child) {
	min-height: auto;
}

.tlf-panel-band + .wp-block-paragraph:empty,
.page-main > .wp-block-paragraph:empty:last-child {
	display: none;
	margin: 0;
}

.tlf-band > *,
.tlf-panel-band > * {
	margin-left: auto;
	margin-right: auto;
	width: min(1160px, calc(100% - 32px));
}

.tlf-band > .wp-block-group__inner-container,
.tlf-panel-band > .wp-block-group__inner-container {
	align-items: center;
	display: grid;
	column-gap: clamp(40px, 7vw, 96px);
	grid-template-columns: minmax(360px, 1fr) minmax(280px, 360px);
}

.tlf-band > .wp-block-group__inner-container {
	justify-content: center;
	justify-items: center;
	grid-template-columns: minmax(0, 1040px);
	row-gap: 26px;
	text-align: center;
}

.tlf-panel-band > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 22px;
	text-align: center;
	width: min(720px, calc(100% - 32px));
}

.tlf-band h2 {
	font-size: clamp(1.9rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.18;
	margin: 0;
}

.tlf-band .wp-block-buttons,
.tlf-panel-band .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.tlf-band .wp-block-buttons {
	align-items: center;
	flex-direction: row;
	justify-content: center;
	justify-self: center;
	max-width: none;
	width: 100%;
}

.tlf-band .wp-block-button__link {
	background: #fff;
	color: var(--blue) !important;
	white-space: nowrap;
}

.tlf-panel-band p {
	font-size: 22px;
	line-height: 1.12;
	margin: 0;
}

.tlf-panel-band p strong {
	display: block;
	font-size: clamp(1.8125rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 4px;
}

.tlf-panel-band p br {
	display: none;
}

.tlf-panel-band .wp-block-button__link {
	white-space: nowrap;
}

.tlf-panel-band .wp-block-buttons {
	justify-content: center;
	justify-self: center;
	width: 100%;
}

.tlf-value-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
}

.tlf-value-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
	border-top: 5px solid var(--card-color, var(--blue));
	display: flex;
	flex-direction: column;
	min-height: 225px;
	padding: 22px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.tlf-value-card:hover {
	box-shadow: 0 18px 34px rgba(21, 32, 43, .11);
	transform: translateY(-3px);
}

.tlf-value-card h3 {
	color: var(--card-color, var(--blue));
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.tlf-value-card p {
	margin: 0;
}

.tlf-value-card p:not(.about-example) + .about-example {
	margin-top: 18px;
}

.tlf-value-card .about-example {
	background: color-mix(in srgb, var(--card-color, var(--blue)) 12%, white);
	border: 1px solid color-mix(in srgb, var(--card-color, var(--blue)) 18%, white);
	border-radius: 4px;
	color: color-mix(in srgb, var(--card-color, var(--blue)) 58%, #5f6f7d);
	font-size: .95rem;
	line-height: 1.5;
	padding: 14px 16px;
}

.fiche-heading {
	background: linear-gradient(90deg, var(--theme-soft, #fff), #fff);
	border-bottom: 4px solid var(--theme-color, var(--line));
	padding: 40px 0 28px;
}

.fiche-heading p {
	color: var(--muted);
	font-weight: 400;
	margin: 0;
}

.back-link {
	align-items: center;
	color: var(--theme-color, var(--blue));
	display: inline-flex;
	font-weight: 400;
	margin-bottom: 18px;
	min-height: 36px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.fiche-layout {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 300px;
	padding-bottom: 62px;
	padding-top: 36px;
}

.fiche-content {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 6px;
	min-width: 0;
	padding: 34px;
}

.fiche-content .theme-label {
	color: var(--theme-color, var(--blue));
	font-size: .82rem;
	font-weight: 900;
	letter-spacing: .06em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fiche-content h2 {
	color: #599ECF;
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 30px 0 12px;
}

.fiche-content h3 {
	color: #2F7D55;
	font-size: 1.15rem;
	line-height: 1.3;
	margin: 24px 0 10px;
}

.contact-panel {
	background: #deecf6;
	border: 1px solid var(--line);
	border-radius: 6px;
	border-top: 5px solid var(--theme-color, var(--blue));
	padding: 22px;
	position: sticky;
	top: 96px;
}

.fiche-aside {
	background: #deecf6;
	border: 1px solid var(--line);
	border-radius: 6px;
	border-top: 5px solid var(--blue);
	padding: 22px;
	position: sticky;
	top: 96px;
}

.contact-panel h2,
.contact-panel h3,
.fiche-aside h2,
.fiche-aside h3 {
	color: var(--theme-deep, var(--ink));
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.contact-panel p,
.fiche-aside p {
	color: #000;
	font-size: .95rem;
}

.site-footer {
	background: #fff;
	border-top: 1px solid var(--line);
	padding: 28px 0;
}

.footer-links,
.footer-menu {
	color: #000;
	font-weight: 400;
}

.footer-links {
	display: flex;
	justify-content: center;
}

.footer-menu {
	justify-content: center;
}

.footer-menu a:hover {
	color: var(--blue);
}

.theme-gestion-reglementation {
	--theme-color: #124F7A;
	--theme-deep: #123B5B;
	--theme-soft: #E9F3FA;
}

.theme-formation {
	--theme-color: #2F7D55;
	--theme-deep: #1F5B3D;
	--theme-soft: #EAF6F0;
}

.theme-social {
	--theme-color: #B64A4A;
	--theme-deep: #7C2E2E;
	--theme-soft: #FBEDED;
}

.theme-developpement-durable {
	--theme-color: #00847F;
	--theme-deep: #075D5B;
	--theme-soft: #E8F6F5;
}

.theme-technique {
	--theme-color: #4C5FB8;
	--theme-deep: #313F82;
	--theme-soft: #EEF1FF;
}

@media (max-width: 1040px) {
	.fiche-layout {
		grid-template-columns: 1fr;
	}

	.contact-panel {
		position: static;
	}
}

@media (max-width: 720px) {
	.site-header {
		transition: box-shadow .22s ease, transform .22s ease;
		will-change: transform;
	}

	body.is-mobile-header-hidden .site-header {
		box-shadow: none;
		transform: translateY(-100%);
	}

	body.is-mobile-header-hidden .site-header:focus-within {
		transform: translateY(0);
	}

	.header-inner,
	.header-actions,
	.header-menu {
		align-items: flex-start;
		flex-direction: column;
	}

	.header-actions {
		gap: 10px;
		margin-left: 0;
	}

	.brand img,
	.brand .custom-logo {
		height: 44px;
		max-width: 66px;
	}

	.brand-title strong {
		font-size: .9rem;
	}

	.brand-title small {
		font-size: .76rem;
	}

	.tlf-home-hero {
		min-height: 360px;
	}

	.tlf-home-hero > .wp-block-group__inner-container {
		min-height: 360px;
		padding-top: 44px;
	}

	.tlf-home-hero .wp-block-buttons {
		padding-bottom: 58px;
	}

	.tlf-band > .wp-block-group__inner-container,
	.tlf-panel-band > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.tlf-band .wp-block-buttons,
	.tlf-panel-band .wp-block-buttons {
		justify-content: center;
	}

	.tlf-home-hero .wp-block-image img {
		object-position: center bottom;
	}

	.fiche-content,
	.contact-panel,
	.fiche-aside {
		padding: 20px;
	}

	.fiche-aside {
		position: static;
	}
}

/* Homepage resource bands */
.tlf-home-cta-band {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	min-height: 158px;
	padding: 14px 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.tlf-home-cta-band__inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 76px);
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	margin: 0 auto;
	width: min(1160px, calc(100% - 32px));
}

.tlf-home-cta-band__copy {
	position: relative;
	z-index: 1;
}

.tlf-home-cta-band h2,
.tlf-home-cta-band p {
	letter-spacing: 0;
	margin-top: 0;
	text-align: left;
}

.tlf-home-cta-band h2 {
	font-size: clamp(1.22rem, 1.72vw, 1.6rem);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 20px;
}

.tlf-home-cta-band p {
	font-size: 1.2375rem;
	line-height: 1.16;
	margin-bottom: 18px;
}

.tlf-home-cta-band p strong {
	display: block;
	font-size: clamp(1.22rem, 1.72vw, 1.6rem);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 4px;
}

.tlf-home-cta-band p br {
	display: none;
}

.tlf-home-cta-band .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	margin: 0;
}

.tlf-home-cta-band .wp-block-button__link {
	border: 1px solid #111827;
	box-shadow: none;
	font-size: 15px;
	font-weight: 900;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease, border-color .2s ease;
	white-space: nowrap;
}

.tlf-home-cta-band .wp-block-button__link:hover {
	background-color: #eef4f8 !important;
	border-color: #111827;
	box-shadow: 0 10px 22px rgba(17, 24, 39, .16);
	transform: translateY(-2px);
}

.tlf-home-cta-band__visual {
	align-items: center;
	border-radius: 6px;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.tlf-home-cta-band__visual img {
	display: block;
	aspect-ratio: 1 / 1;
	height: 150px;
	max-width: 100%;
	object-fit: cover;
	width: 150px;
	border-radius: 6px;
	box-shadow: none;
}

.tlf-home-cta-band__visual::after {
	background: rgba(245, 248, 250, .24);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.tlf-guides-home-band {
	background: #fff;
	margin-top: 0;
	color: var(--blue);
	overflow: hidden;
	position: relative;
}

.tlf-guides-home-band::before {
	background: #fff;
	content: "";
	height: 28px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -28px;
}

.tlf-guides-home-band h2 {
	color: #111827;
}

.tlf-guides-home-band .wp-block-button__link {
	background: #fff;
	color: #111827 !important;
}

.tlf-band.tlf-home-cta-band {
	background: #fff;
	color: #111827;
}

.tlf-band.tlf-home-cta-band h2 {
	color: #111827;
}

.tlf-band.tlf-home-cta-band .wp-block-button__link {
	background: #fff;
	color: #111827 !important;
}

.tlf-panel-band.tlf-home-cta-band {
	background: #fff;
	color: #111827;
}

.tlf-panel-band.tlf-home-cta-band .wp-block-button__link {
	background: #fff;
	color: #111827 !important;
}

.site-footer {
	background: #eef4f8;
	border-top: 1px solid #c9d8e3;
}

/* Guides library page */
.page-id-808 .page-content {
	background: #f5f8fa;
	padding: 0 0 76px;
}

.page-id-808 .page-content > .container {
	width: min(1440px, calc(100% - 40px));
}

.tlf-guides-showcase {
	color: #15202b;
	padding-top: 44px;
}

.tlf-guides-lead {
	color: #124F7A;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.45;
	--tlf-title-offset: max(0px, calc((100% - 1176px) / 2));
	margin: 0 0 26px var(--tlf-title-offset);
	max-width: none;
	width: calc(100% - var(--tlf-title-offset));
}

.tlf-guide-grid {
	display: grid;
	gap: 24px;
	grid-auto-rows: 470px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlf-guide-card {
	background: #fff;
	border: 1px solid #d9e2ea;
	border-radius: 8px;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 470px;
	justify-content: center;
	overflow: hidden;
	padding: 24px;
	position: relative;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tlf-guide-card:hover,
.tlf-guide-card:focus-visible {
	background-color: #eef4f8;
	border-color: #124F7A;
	box-shadow: 0 22px 42px rgba(18, 79, 122, .18);
	outline: none;
	text-decoration: none;
	transform: translateY(-4px);
}

.tlf-guide-card:focus-visible {
	box-shadow: 0 0 0 3px rgba(89, 158, 207, .35), 0 22px 42px rgba(18, 79, 122, .18);
}

.tlf-guide-card::before {
	background: transparent;
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity .18s ease;
	z-index: 1;
}

.tlf-guide-card::after {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 16px 34px rgba(5, 31, 48, .28);
	color: #124F7A;
	content: "Consulter";
	font-size: .98rem;
	font-weight: 900;
	letter-spacing: 0;
	opacity: 0;
	padding: 10px 16px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 18px;
	transform: translateY(-6px);
	transition: opacity .18s ease, transform .18s ease;
	white-space: nowrap;
	z-index: 2;
}

.tlf-guide-card:hover::before,
.tlf-guide-card:focus-visible::before {
	opacity: 1;
}

.tlf-guide-card:hover::after,
.tlf-guide-card:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.tlf-guide-card-cover {
	align-items: center;
	background: transparent;
	border-radius: 0;
	display: flex;
	height: 280px;
	justify-content: center;
	margin-bottom: 18px;
	padding: 0;
}

.tlf-guide-card-cover img {
	box-shadow: 0 18px 34px rgba(21, 32, 43, .18);
	display: block;
	height: 280px;
	max-height: none;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.tlf-guide-card-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 0;
	text-align: center;
	width: 100%;
}

.tlf-guide-card h3 {
	color: #124F7A;
	display: -webkit-box;
	font-size: 1.24rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.tlf-guide-date {
	color: #5f6f7d;
	font-size: .94rem;
	font-weight: 400;
	margin: 0;
}

.tlf-webinars-directory {
	padding-bottom: 62px;
	padding-top: 24px;
}

.tlf-webinars-intro {
	color: var(--ink, #15202b);
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.55;
	margin: 0 0 18px;
	max-width: 820px;
}

.tlf-webinars-intro a {
	color: var(--brand, #124F7A);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tlf-webinars-member-note {
	color: #B64A4A;
	font-weight: 800;
}

.tlf-webinars-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.tlf-webinars-filter-label {
	color: var(--ink, #15202b);
	font-size: .92rem;
	font-weight: 600;
	margin-right: 2px;
}

.tlf-webinar-year-filter {
	background: #fff;
	border: 1px solid var(--brand, #124F7A);
	border-radius: 4px;
	color: var(--brand, #124F7A);
	cursor: pointer;
	font: inherit;
	font-size: .92rem;
	font-weight: 400;
	line-height: 1;
	padding: 11px 14px;
	transition: background-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.tlf-webinar-year-filter:hover,
.tlf-webinar-year-filter:focus-visible {
	background: #eef4f8;
	box-shadow: 0 8px 18px rgba(21, 32, 43, .12);
	outline: none;
	transform: translateY(-1px);
}

.tlf-webinar-year-filter.is-active {
	background: var(--brand, #124F7A);
	color: #fff;
}

.tlf-webinars-count {
	color: var(--muted, #5f6f7d);
	font-weight: 700;
	margin: 0 0 18px;
}

.tlf-webinar-list {
	display: grid;
	gap: 8px;
}

.tlf-webinar-row {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line, #d9e2ea);
	border-left: 6px solid var(--theme-color, #124F7A);
	border-radius: 6px;
	display: grid;
	gap: 18px;
	grid-template-columns: 220px 150px minmax(0, 1fr);
	min-height: 72px;
	padding: 14px 16px;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tlf-webinar-row:hover {
	background-color: #eef4f8;
	box-shadow: 0 18px 34px rgba(21, 32, 43, .11);
	transform: translateY(-3px);
}

.tlf-webinar-row[hidden] {
	display: none;
}

.tlf-webinar-theme {
	color: var(--theme-color, #124F7A);
	font-size: .82rem;
	font-weight: 900;
	line-height: 1.25;
}

.tlf-webinar-date {
	color: var(--muted, #5f6f7d);
	font-size: .88rem;
	font-weight: 400;
	line-height: 1.25;
	text-transform: capitalize;
}

.tlf-webinar-row strong {
	color: var(--ink, #15202b);
	line-height: 1.3;
}

@media (max-width: 860px) {
	.page-id-808 .page-content > .container {
		width: min(760px, calc(100% - 32px));
	}

	.tlf-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tlf-webinar-row {
		grid-template-columns: 180px 130px minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	.tlf-home-cta-band {
		min-height: 0;
		padding: 22px 0 !important;
	}

	.tlf-home-cta-band__inner {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.tlf-home-cta-band h2,
	.tlf-home-cta-band p {
		text-align: center;
	}

	.tlf-home-cta-band .wp-block-buttons,
	.tlf-home-cta-band__visual {
		justify-content: center;
	}

	.tlf-home-cta-band__visual img {
		height: 104px;
		width: 104px;
	}

	.tlf-webinar-row {
		align-items: start;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.tlf-webinars-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.page-id-808 .page-content > .container {
		width: min(100% - 24px, 420px);
	}

	.tlf-guides-showcase {
		padding-top: 28px;
	}

	.tlf-guide-grid {
		grid-template-columns: 1fr;
	}

	.tlf-webinar-year-filter {
		padding-inline: 12px;
	}
}
