/* Home — workflows réutilisés depuis accueil-v2, intégrés à Theme IA. */
body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process {
	--lp-process-tail-height: 112px;
	padding-bottom: var(--lp-process-tail-height) !important;
	position: relative !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-section-heading {
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-section-heading h2 {
	color: #1e1e1e !important;
	font-size: clamp(36px, 4.5vw, 48px) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	line-height: 1.1 !important;
	margin: 0 !important;
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-section-heading > p:last-child {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin: 16px auto 0 !important;
	max-width: 650px;
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active [data-draw-scroll-wrap] :is([data-draw-scroll-path], [data-draw-scroll-accent]) {
	stroke-dasharray: 0, 999999px;
	stroke-dashoffset: 0.001px;
	visibility: hidden;
}

body.lptia-automations-surface.lptia-bridge-active
	[data-draw-scroll-wrap].is-draw-scroll-ready
	:is([data-draw-scroll-path], [data-draw-scroll-accent]) {
	visibility: visible;
}

/* Le tracé reste continu derrière les contenus sans recouvrir les glyphes.
   Le fond transparent des textes évite la coupure rectangulaire historique. */
body.lptia-automations-surface.lptia-bridge-active #tia-home-process {
	overflow: visible !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process-wrap {
	z-index: 1;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process-draw {
	z-index: 1 !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .workflow-container {
	z-index: 2 !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .workflow-text {
	background: transparent !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-automations {
	background: transparent !important;
	overflow: visible !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-automations :is(.tia-container, .tia-row, .tia-column, .tia-embed) {
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automations {
	--lp-auto-primary: #5233ff;
	--lp-auto-primary-soft: #eeeaff;
	--lp-auto-primary-faint: #f7f5ff;
	--lp-auto-text: #1e1e1e;
	--lp-auto-muted: #666;
	--lp-auto-line: rgba(82, 51, 255, 0.24);
	background: linear-gradient(
		180deg,
		var(--tia-color-bg-alt, #f7f6ff) 0 28px,
		#fff 173px
	);
	box-sizing: border-box;
	color: var(--lp-auto-text);
	font-family: inherit;
	left: 50%;
	overflow: hidden;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automations *,
body.lptia-automations-surface.lptia-bridge-active .lp-automations *::before,
body.lptia-automations-surface.lptia-bridge-active .lp-automations *::after {
	box-sizing: border-box;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automations__symbols {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

body.lptia-automations-surface.lptia-bridge-active :is(.lp-automation-heading, .lp-automation-builder, .lp-automation-library) svg:not(.lp-automation-bridge__path, .lwa-fl__svg, .lwa-cy__arrow svg) {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process .lp-process-draw {
	bottom: auto !important;
	height: calc(100% + var(--lp-process-tail-height)) !important;
}

/* Le raccord reste sous le disque Workflows, avec un léger débord autour de sa bague. */
body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process-path--desktop [data-draw-scroll-path],
body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path--desktop [data-draw-scroll-path] {
	stroke-width: var(--lptia-process-line-desktop, 66px) !important;
}

body.lptia-automations-surface.lptia-bridge-active #tia-home-automations .lp-automations {
	left: auto;
	margin-left: calc(50% - 50vw);
	transform: none;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 780px;
	position: relative;
	text-align: center;
	width: calc(100% - 40px);
	z-index: 2;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading__origin {
	align-items: center;
	background: #5233ff;
	border: 7px solid var(--tia-color-bg-alt, #f7f6ff);
	border-radius: 50%;
	box-shadow: 0 12px 32px rgba(82, 51, 255, 0.22);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	height: 66px;
	justify-content: center;
	width: 66px;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automations > .lp-automation-heading__origin {
	margin: -1px auto 0;
	position: relative;
	z-index: 5;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading__origin svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 22px;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading__eyebrow {
	background: rgba(82, 51, 255, 0.08);
	border-radius: 999px;
	color: #5233ff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em;
	line-height: 1 !important;
	margin: 18px 0 18px !important;
	padding: 9px 16px;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading h2 {
	color: var(--lp-auto-text) !important;
	font-size: clamp(34px, 4vw, 52px) !important;
	font-weight: 750 !important;
	letter-spacing: -0.045em;
	line-height: 1.06 !important;
	margin: 0 !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading h2 span {
	color: #5233ff;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading > p:not(.lp-automation-heading__eyebrow) {
	display: none !important;
}

/* Bibliothèque animée d'accueil-v2, après le builder. */
body.lptia-automations-surface.lptia-bridge-active .lp-automation-library {
	isolation: isolate;
	margin-top: 12px;
	overflow: hidden;
	padding: 18px 0;
	position: relative;
}

body.lptia-automations-surface.lptia-bridge-active :is(.lp-automation-spotlight, .lp-automation-library__halo) {
	display: none !important;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-mq {
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	overflow: hidden;
	padding: 8px 0;
	pointer-events: none;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-tk {
	display: flex;
	gap: 16px;
	will-change: transform;
	width: max-content;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-tk--l {
	animation: lptia-workflow-left 44s linear infinite;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-tk--r {
	animation: lptia-workflow-right 44s linear infinite;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-tk--third {
	animation-duration: 48s;
	animation-delay: -14s;
}

@keyframes lptia-workflow-left {
	from { transform: translateX(0); }
	to { transform: translateX(calc(-50% - 8px)); }
}

@keyframes lptia-workflow-right {
	from { transform: translateX(calc(-50% - 8px)); }
	to { transform: translateX(0); }
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c {
	--lp-card-tone: #5233ff;
	background: #fff;
	border: 1px solid #e7e4ef;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(31, 24, 67, 0.035);
	flex-shrink: 0;
	min-height: 150px;
	padding: 18px 20px;
	width: 290px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c[data-tone="indigo"] { --lp-card-tone: #7063cf; }
body.lptia-automations-surface.lptia-bridge-active .lwa-c[data-tone="slate"] { --lp-card-tone: #4f5775; }

body.lptia-automations-surface.lptia-bridge-active .lwa-c__top {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 9px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c__ic {
	align-items: center;
	background: color-mix(in srgb, var(--lp-card-tone) 11%, white);
	border-radius: 9px;
	color: var(--lp-card-tone);
	display: flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c__ic svg {
	height: 16px;
	width: 16px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c :is(h3, h4) {
	color: var(--lp-auto-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: -0.015em;
	line-height: 1.28 !important;
	margin: 0 !important;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c > p {
	color: #6f7080 !important;
	font-size: 12.5px !important;
	line-height: 1.48 !important;
	margin: 0 0 11px !important;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-tg {
	background: color-mix(in srgb, var(--lp-card-tone) 8%, white);
	border-radius: 999px;
	color: var(--lp-card-tone);
	display: inline-block;
	font-size: 10.5px;
	font-weight: 650;
	line-height: 1.2;
	padding: 5px 10px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c.is-featured {
	background: #fbfaff;
	border-color: rgba(82, 51, 255, 0.58);
	box-shadow: 0 14px 36px rgba(82, 51, 255, 0.15);
}

body.lptia-automations-surface.lptia-bridge-active .lwa-c.is-featured .lwa-c__ic {
	background: #5233ff;
	color: #fff;
}

/* Builder Déclencheur → Condition → Action repris du composant existant. */
body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder {
	background: var(--lp-auto-primary-faint);
	border: 1px solid #e6e1ff;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(47, 35, 105, 0.08);
	margin: 48px auto 0 !important;
	max-width: 900px !important;
	padding: clamp(40px, 5vw, 64px) !important;
	width: min(calc(100% - 48px), 900px) !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link {
	color: var(--lp-auto-line);
	display: block;
	height: clamp(126px, 13vw, 160px);
	margin: -1px auto 0;
	pointer-events: none;
	position: relative;
	width: min(calc(100% - 48px), 900px);
	z-index: 1;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path--mobile {
	display: none;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-title {
	color: var(--lp-auto-text) !important;
	font-size: clamp(22px, 2.5vw, 30px) !important;
	font-weight: 720 !important;
	letter-spacing: -0.025em;
	line-height: 1.25 !important;
	margin: 0 auto 30px !important;
	max-width: 760px;
	padding: 0 24px;
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage {
	align-items: center;
	display: grid;
	gap: clamp(22px, 2.5vw, 30px);
	grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
	margin: 0 auto 8px;
	max-width: 1200px;
	position: relative;
	width: min(calc(100% - 48px), 1200px);
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lp-automation-library {
	background: #f8f7ff;
	border: 1px solid #e6e1ff;
	border-radius: 28px;
	box-shadow: 0 20px 60px rgba(47, 35, 105, 0.07);
	margin: 0;
	min-width: 0;
	padding: 30px 0;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lp-automation-email-example {
	min-width: 0;
}

/* Le shortcode historique reste intact et devient le détail mis en avant,
   à côté des cartes d'automatisations qui continuent de défiler. */
body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-section {
	background: #fbfaff !important;
	border: 1px solid rgba(82, 51, 255, 0.28);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(82, 51, 255, 0.12);
	left: auto !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 34px 32px 30px !important;
	position: static !important;
	width: 100% !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-inner {
	align-items: stretch !important;
	flex-direction: column !important;
	gap: 24px !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-title {
	font-size: clamp(28px, 3vw, 36px) !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-desc {
	font-size: 15px !important;
	margin-bottom: 22px !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-viz {
	width: 100% !important;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-dia {
	margin: 0 auto;
}

body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-dia .lea-L path {
	filter: drop-shadow(0 0 2px rgba(82, 51, 255, 0.2));
	stroke-width: 3px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl {
	height: 68px;
	margin: 0 auto;
	position: relative;
	width: 380px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__svg {
	height: 68px;
	left: 0;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 380px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__svg path,
body.lptia-automations-surface.lptia-bridge-active .lwa-cy__arrow path {
	animation: lptia-flow-dashes 1.5s linear infinite;
	fill: none;
	stroke: #5233ff;
	stroke-dasharray: 7 5;
	stroke-linecap: round;
	stroke-width: 2;
}

@keyframes lptia-flow-dashes {
	to { stroke-dashoffset: -24; }
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__node {
	height: 44px;
	left: var(--lp-flow-x);
	position: absolute;
	top: 0;
	width: 44px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__ic {
	animation: lptia-flow-node 2.4s ease-in-out infinite;
	align-items: center;
	background: rgba(82, 51, 255, 0.1);
	border-radius: 12px;
	color: #5233ff;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__node:nth-of-type(2) .lwa-fl__ic {
	animation-delay: 0.45s;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__node:nth-of-type(3) .lwa-fl__ic {
	animation-delay: 0.9s;
}

@keyframes lptia-flow-node {
	0%, 100% { box-shadow: 0 0 0 0 rgba(82, 51, 255, 0.16); }
	50% { box-shadow: 0 0 0 8px rgba(82, 51, 255, 0); }
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__ic--trigger {
	background: #5233ff;
	color: #fff;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__ic svg {
	height: 18px;
	width: 18px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-fl__node > span {
	color: #626274;
	font-size: 11px;
	font-weight: 650;
	left: 50%;
	letter-spacing: 0.02em;
	position: absolute;
	top: 52px;
	transform: translateX(-50%);
	white-space: nowrap;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy {
	margin: 62px auto 0;
	max-width: 600px;
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 6px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__tag {
	border-radius: 9px;
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 7px 15px;
	text-transform: uppercase;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__tag--when {
	background: #5233ff;
	color: #fff;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__tag--then {
	background: rgba(82, 51, 255, 0.1);
	color: #5233ff;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__slot {
	background: #fff;
	border: 1px solid #dfdbe9;
	border-radius: 10px;
	display: inline-block;
	height: 38px;
	min-width: 300px;
	overflow: hidden;
	text-align: left;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__reel {
	animation: lptia-workflow-reel 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	display: flex;
	flex-direction: column;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__reel span {
	align-items: center;
	color: var(--lp-auto-text);
	display: flex;
	font-size: 15px;
	font-weight: 550;
	height: 38px;
	padding: 0 18px;
	white-space: nowrap;
}

@keyframes lptia-workflow-reel {
	0%, 18% { transform: translateY(0); }
	20%, 38% { transform: translateY(-20%); }
	40%, 58% { transform: translateY(-40%); }
	60%, 78% { transform: translateY(-60%); }
	80%, 100% { transform: translateY(-80%); }
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__arrow {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__arrow svg {
	height: 28px;
	width: 2px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__arrow path {
	stroke-dasharray: 4 3;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 28px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot span {
	align-items: center;
	color: #858596;
	display: flex;
	font-size: 12px;
	font-weight: 550;
	gap: 6px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot i {
	background: #5233ff;
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot span:nth-child(2) i { background: #7063cf; }
body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot span:nth-child(3) i { background: #4f5775; }
body.lptia-automations-surface.lptia-bridge-active .lwa-cy__foot span:nth-child(4) i { background: #735eb7; }

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__count {
	color: #666678 !important;
	font-size: 13px !important;
	font-weight: 550;
	margin: 18px 0 0 !important;
	text-align: center;
}

body.lptia-automations-surface.lptia-bridge-active .lwa-cy__count strong {
	color: #5233ff;
	font-weight: 800;
}

@media (max-width: 900px) {
	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage {
		gap: 26px;
		grid-template-columns: minmax(0, 1fr);
		max-width: 760px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-section {
		padding: 34px 32px 30px !important;
	}
}

@media (max-width: 767px) {
	body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process {
		--lp-process-tail-height: 96px;
		padding-bottom: var(--lp-process-tail-height) !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automations {
		background: linear-gradient(
			180deg,
			var(--tia-color-bg-alt, #f7f6ff) 0 9px,
			#fff 154px
		);
	}

	body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process-path--mobile [data-draw-scroll-path],
	body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path--mobile [data-draw-scroll-path] {
		stroke-width: var(--lptia-process-line-mobile, 67px) !important;
	}

	body.lptia-automations-surface.lptia-bridge-active #tia-home-process .lp-process-path--mobile :is([data-draw-scroll-path], [data-lptia-mobile-draw-segment]) {
		stroke-width: 6px !important;
	}

	body.lptia-automations-surface.lptia-bridge-active #tia-home-process .workflow-container {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading {
		margin-top: 0;
		width: calc(100% - 24px);
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading__origin {
		height: 62px;
		width: 62px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading h2 {
		font-size: clamp(30px, 9.5vw, 40px) !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library {
		margin-top: 20px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-c {
		min-height: 142px;
		padding: 16px;
		width: 250px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder {
		border-radius: 22px;
		margin-top: 36px !important;
		padding: 38px 20px !important;
		width: min(calc(100% - 24px), 900px) !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-title {
		font-size: 21px !important;
		margin: 0 auto 22px !important;
		padding: 0 18px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link {
		height: 126px;
		width: min(calc(100% - 24px), 448px);
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path--desktop {
		display: none;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-builder-link__path--mobile {
		display: block;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage {
		gap: 22px;
		width: min(calc(100% - 28px), 900px);
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lp-automation-library {
		border-radius: 22px;
		padding: 20px 0;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-section {
		border-radius: 22px;
		padding: 30px 22px 24px !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-inner {
		gap: 18px !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-dia {
		left: 50%;
		margin: 0 0 0 -142.6px;
		position: absolute;
		top: 0;
		transform: scale(0.62);
		transform-origin: left top;
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-viz {
		flex: 0 0 154px !important;
		height: 154px;
		overflow: hidden;
		position: relative;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-fl {
		transform: scale(0.82);
		transform-origin: center top;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-cy {
		margin-top: 50px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-cy__row {
		flex-direction: column;
		gap: 7px;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-cy__slot {
		max-width: 100%;
		min-width: min(300px, 100%);
	}

}

@media (max-width: 360px) {
	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-dia {
		margin-left: -119.6px;
		transform: scale(0.52);
	}

	body.lptia-automations-surface.lptia-bridge-active .lp-automation-library-stage .lea-viz {
		flex-basis: 128px !important;
		height: 128px;
	}
}

@media (max-width: 430px) {
	body.lptia-automations-surface.lptia-bridge-active .lp-automation-heading h2 {
		font-size: 31px !important;
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-fl {
		left: 50%;
		margin-left: -190px;
		transform: scale(0.72);
	}

	body.lptia-automations-surface.lptia-bridge-active .lwa-cy__reel span {
		font-size: 13px;
		padding: 0 12px;
	}

}
