:root {
	--glsq-pink-accessible: #b84d82;
}

.glx-form button[type="submit"],
.glc-btn.primary {
	background: var(--glsq-pink-accessible) !important;
}

.glsq-page-title {
	width: min(1180px, calc(100% - 36px));
	margin: 42px auto 18px;
	color: #fff;
	font-family: Cinzel, Georgia, serif;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.08;
}

.single-glw_place .glux-public-gallery__grid {
	display: none !important;
}

.single-glw_place .glux-public-gallery > h2 {
	display: none !important;
}

.single-glw_place .glw-main-image.glsq-gallery-trigger {
	position: relative;
	cursor: zoom-in;
}

.single-glw_place .glw-main-image.glsq-gallery-trigger::after {
	content: "Explorer les images";
	position: absolute;
	right: 16px;
	bottom: 16px;
	padding: 9px 13px;
	border: 1px solid rgba(255,255,255,.58);
	border-radius: 999px;
	background: rgba(8,7,10,.84);
	color: #fff;
	font: 800 12px/1.2 Inter, Arial, sans-serif;
	letter-spacing: .02em;
	pointer-events: none;
}

.single-glw_place .glw-main-image.glsq-gallery-trigger:focus-visible {
	outline: 3px solid #d989ae;
	outline-offset: 5px;
}

@media (max-width: 680px) {
	.single-glw_place .glw-main-image.glsq-gallery-trigger::after {
		right: 10px;
		bottom: 10px;
		font-size: 11px;
	}
}

/* Page de labellisation — composition native Greyline. */
.page-id-3325 #main-content,
.page-id-3325 #main-content article,
.page-id-3325 #main-content .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	background: #08070a !important;
}

.glsq-label-page {
	--gl-label-bg: #08070a;
	--gl-label-panel: #121016;
	--gl-label-panel-soft: #18121a;
	--gl-label-line: rgba(191, 83, 136, .4);
	--gl-label-line-strong: rgba(191, 83, 136, .78);
	--gl-label-pink: #bf5388;
	--gl-label-pink-light: #e294ba;
	--gl-label-purple: #8657d9;
	--gl-label-white: #f8f4f7;
	--gl-label-muted: #c8bdc5;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 18%, rgba(134, 87, 217, .09), transparent 28%),
		radial-gradient(circle at 91% 62%, rgba(191, 83, 136, .08), transparent 30%),
		var(--gl-label-bg);
	color: var(--gl-label-white);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.glsq-label-page *,
.glsq-label-page *::before,
.glsq-label-page *::after {
	box-sizing: border-box;
}

.glsq-label-page :is(h1, h2, h3, h4, p, ul, ol) {
	margin-top: 0;
}

.glsq-label-page :is(h1, h2, h3, h4) {
	color: var(--gl-label-white);
}

.glsq-label-page :is(h1, h2, h3) {
	font-family: Cinzel, Georgia, serif;
	text-wrap: balance;
}

.glsq-label-shell {
	position: relative;
	z-index: 1;
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.glsq-label-kicker {
	margin-bottom: 14px;
	color: var(--gl-label-pink-light);
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .2em;
	line-height: 1.3;
	text-transform: uppercase;
}

.glsq-label-kicker span {
	padding-inline: .45em;
	color: var(--gl-label-purple);
}

.glsq-label-hero {
	position: relative;
	display: grid;
	min-height: min(780px, 86vh);
	place-items: center;
	isolation: isolate;
	border-bottom: 1px solid var(--gl-label-line-strong);
	background:
		linear-gradient(90deg, rgba(8, 7, 10, .96) 0%, rgba(8, 7, 10, .74) 58%, rgba(8, 7, 10, .92) 100%),
		radial-gradient(circle at 75% 45%, rgba(134, 87, 217, .34), transparent 23%),
		linear-gradient(145deg, #0a080d, #160c18 54%, #09070b);
}

.glsq-label-hero::before,
.glsq-label-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
}

.glsq-label-hero::before {
	top: 9%;
	right: 8%;
	width: clamp(190px, 26vw, 390px);
	aspect-ratio: 1;
	transform: rotate(45deg);
	border: 1px solid rgba(226, 148, 186, .45);
	box-shadow:
		0 0 0 22px rgba(134, 87, 217, .06),
		0 0 0 44px rgba(191, 83, 136, .04),
		0 0 80px rgba(134, 87, 217, .24),
		inset 0 0 70px rgba(134, 87, 217, .13);
}

.glsq-label-hero::after {
	right: -8%;
	bottom: -90px;
	width: 46%;
	height: 230px;
	transform: rotate(-8deg);
	border-top: 2px solid rgba(191, 83, 136, .35);
	background: repeating-linear-gradient(90deg, transparent 0 38px, rgba(191, 83, 136, .1) 39px 40px);
	filter: drop-shadow(0 0 15px rgba(191, 83, 136, .45));
}

.glsq-label-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .28;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}

.glsq-label-hero__inner {
	padding-block: 112px 104px;
}

.glsq-label-hero h1 {
	max-width: 940px;
	margin-bottom: 28px;
	font-size: clamp(3rem, 7.5vw, 7rem);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .94;
	text-transform: uppercase;
}

.glsq-label-hero h1 span {
	color: transparent;
	-webkit-text-stroke: 1px var(--gl-label-pink-light);
	text-shadow: 0 0 26px rgba(191, 83, 136, .25);
}

.glsq-label-hero__lead {
	max-width: 700px;
	margin-bottom: 4px;
	color: #eee7ec;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.glsq-label-hero__lead strong {
	color: var(--gl-label-pink-light);
}

.glsq-label-hero__support {
	margin-bottom: 32px;
	color: var(--gl-label-muted);
}

.glsq-label-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.glsq-label-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid var(--gl-label-line-strong);
	border-radius: 3px;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.glsq-label-button--primary {
	background: var(--gl-label-pink);
	color: #fff !important;
	box-shadow: 0 0 28px rgba(191, 83, 136, .22);
}

.glsq-label-button--ghost {
	background: rgba(8, 7, 10, .65);
	color: var(--gl-label-white) !important;
}

.glsq-label-button:hover,
.glsq-label-button:focus-visible {
	transform: translateY(-2px);
	border-color: var(--gl-label-pink-light);
	background: var(--gl-label-white);
	color: #171016 !important;
	box-shadow: 0 0 30px rgba(226, 148, 186, .28);
}

.glsq-label-button:focus-visible,
.glsq-label-page a:focus-visible {
	outline: 3px solid var(--gl-label-pink-light);
	outline-offset: 4px;
}

.glsq-label-section {
	position: relative;
	padding-block: clamp(76px, 8vw, 118px);
}

.glsq-label-section + .glsq-label-section {
	border-top: 1px solid rgba(191, 83, 136, .2);
}

.glsq-label-heading {
	max-width: 820px;
	margin-bottom: 44px;
}

.glsq-label-heading--center {
	margin-inline: auto;
	text-align: center;
}

.glsq-label-heading h2,
.glsq-label-licence-head h2 {
	margin-bottom: 14px;
	font-size: clamp(2.15rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.02;
	text-transform: uppercase;
}

.glsq-label-heading > p:last-child {
	max-width: 700px;
	margin-bottom: 0;
	color: var(--gl-label-muted);
	font-size: 1.06rem;
}

.glsq-label-heading--center > p:last-child {
	margin-inline: auto;
}

.glsq-label-steps {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	border-top: 1px solid var(--gl-label-line-strong);
	border-left: 1px solid var(--gl-label-line-strong);
}

.glsq-label-steps li {
	position: relative;
	min-height: 265px;
	padding: 34px 30px 30px;
	border-right: 1px solid var(--gl-label-line-strong);
	border-bottom: 1px solid var(--gl-label-line-strong);
	background: linear-gradient(145deg, rgba(24, 18, 26, .92), rgba(11, 9, 13, .96));
}

.glsq-label-steps li::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	background: var(--gl-label-pink);
	box-shadow: 0 0 14px var(--gl-label-pink);
	content: "";
}

.glsq-label-step__number {
	display: inline-grid;
	width: 52px;
	height: 52px;
	margin-bottom: 34px;
	place-items: center;
	border: 1px solid var(--gl-label-line-strong);
	background: linear-gradient(135deg, transparent 14px, #0d0a0f 0) top left,
		linear-gradient(225deg, transparent 14px, #0d0a0f 0) top right,
		linear-gradient(315deg, transparent 14px, #0d0a0f 0) bottom right,
		linear-gradient(45deg, transparent 14px, #0d0a0f 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	color: var(--gl-label-pink-light);
	font: 900 .82rem/1 Inter, Arial, sans-serif;
	box-shadow: 0 0 24px rgba(191, 83, 136, .13);
}

.glsq-label-steps h3 {
	margin-bottom: 10px;
	color: var(--gl-label-pink-light);
	font-size: 1.05rem;
	letter-spacing: .04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.glsq-label-steps p {
	margin-bottom: 0;
	color: var(--gl-label-muted);
}

.glsq-label-pillars {
	display: grid;
	margin-top: 28px;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: var(--gl-label-line);
}

.glsq-label-pillars article {
	display: grid;
	min-height: 150px;
	align-items: center;
	padding: 24px;
	gap: 18px;
	grid-template-columns: 54px 1fr;
	background: #0e0b10;
}

.glsq-label-pillars article > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border: 1px solid var(--gl-label-line-strong);
	border-radius: 50%;
	color: var(--gl-label-pink-light);
	font-family: Cinzel, Georgia, serif;
	font-weight: 800;
}

.glsq-label-pillars h3,
.glsq-label-store h3,
.glsq-label-independent-grid h3,
.glsq-label-collective h3,
.glsq-label-canon h3 {
	margin-bottom: 6px;
	font-size: 1rem;
	letter-spacing: .06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.glsq-label-pillars h3 {
	color: var(--gl-label-pink-light);
}

.glsq-label-pillars p {
	margin-bottom: 0;
	color: var(--gl-label-muted);
	font-size: .9rem;
}

.glsq-label-section--benefits {
	background:
		linear-gradient(rgba(8,7,10,.92), rgba(8,7,10,.97)),
		repeating-linear-gradient(135deg, transparent 0 30px, rgba(191,83,136,.08) 31px 32px);
}

.glsq-label-benefit-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glsq-label-benefit-grid article {
	position: relative;
	min-height: 250px;
	padding: 32px 28px;
	overflow: hidden;
	border: 1px solid var(--gl-label-line);
	background: linear-gradient(150deg, rgba(25, 18, 27, .95), rgba(12, 9, 14, .98));
}

.glsq-label-benefit-grid article::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	height: 2px;
	background: linear-gradient(90deg, var(--gl-label-pink), transparent);
	content: "";
}

.glsq-label-cardmark {
	display: inline-block;
	margin-bottom: 26px;
	color: var(--gl-label-pink-light);
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .18em;
}

.glsq-label-benefit-grid h3 {
	margin-bottom: 12px;
	font-size: 1.12rem;
	letter-spacing: .025em;
	line-height: 1.3;
	text-transform: uppercase;
}

.glsq-label-benefit-grid p {
	margin-bottom: 0;
	color: var(--gl-label-muted);
	font-size: .94rem;
}

.glsq-label-section--independence {
	background: linear-gradient(180deg, #0b090d, #120c13 54%, #09070b);
}

.glsq-label-independent-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glsq-label-independent-grid > div {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--gl-label-line);
}

.glsq-label-not {
	background: rgba(8, 7, 10, .78);
}

.glsq-label-you {
	background: linear-gradient(145deg, rgba(73, 28, 54, .35), rgba(20, 13, 22, .96));
}

.glsq-label-independent-grid h3 {
	margin-bottom: 24px;
	font-size: 1.35rem;
}

.glsq-label-page ul {
	padding-left: 0;
	list-style: none;
}

.glsq-label-independent-grid ul {
	display: grid;
	margin-bottom: 0;
	gap: 14px;
}

.glsq-label-independent-grid li,
.glsq-label-store li,
.glsq-label-collective li,
.glsq-label-canon li {
	position: relative;
	padding-left: 25px;
	color: #e6dde3;
}

.glsq-label-independent-grid li::before,
.glsq-label-store li::before,
.glsq-label-collective li::before,
.glsq-label-canon li::before {
	position: absolute;
	top: .65em;
	left: 2px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	background: var(--gl-label-pink);
	box-shadow: 0 0 9px rgba(191,83,136,.75);
	content: "";
}

.glsq-label-rights {
	margin: 30px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--gl-label-line);
	color: var(--gl-label-muted);
}

.glsq-label-rights strong {
	color: var(--gl-label-pink-light);
	text-transform: uppercase;
}

.glsq-label-store {
	display: grid;
	margin-top: 18px;
	padding: clamp(28px, 4vw, 44px);
	align-items: center;
	gap: 40px;
	grid-template-columns: 1.1fr .9fr;
	border: 1px solid var(--gl-label-line-strong);
	background:
		linear-gradient(90deg, rgba(134,87,217,.13), rgba(191,83,136,.12)),
		#0d0a0f;
}

.glsq-label-store h3 {
	margin-bottom: 10px;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.glsq-label-store p:last-child,
.glsq-label-store ul {
	margin-bottom: 0;
	color: var(--gl-label-muted);
}

.glsq-label-store ul {
	display: grid;
	gap: 10px;
}

.glsq-label-section--licence {
	background:
		radial-gradient(circle at 88% 10%, rgba(134,87,217,.18), transparent 25%),
		#08070a;
}

.glsq-label-licence-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 56px;
	gap: 28px;
}

.glsq-label-licence-head h2 {
	margin-bottom: 0;
}

.glsq-label-price {
	display: grid;
	min-width: 190px;
	margin-bottom: 0;
	padding: 18px 22px;
	border: 1px solid var(--gl-label-line-strong);
	background: rgba(32, 17, 34, .72);
	text-align: center;
	box-shadow: 0 0 40px rgba(134,87,217,.12);
}

.glsq-label-price strong {
	color: var(--gl-label-pink-light);
	font-family: Cinzel, Georgia, serif;
	font-size: 2.8rem;
	line-height: 1;
}

.glsq-label-price span {
	margin-top: 6px;
	color: var(--gl-label-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.glsq-label-subtitle {
	margin-bottom: 22px;
	color: var(--gl-label-pink-light) !important;
	font-size: .85rem;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.glsq-label-includes {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	background: var(--gl-label-line);
}

.glsq-label-includes article {
	min-height: 240px;
	padding: 28px 22px;
	background: #110e13;
}

.glsq-label-includes article > span {
	display: block;
	margin-bottom: 34px;
	color: var(--gl-label-pink-light);
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .14em;
}

.glsq-label-includes h4 {
	margin-bottom: 12px;
	font-family: Cinzel, Georgia, serif;
	font-size: .98rem;
	letter-spacing: .02em;
	line-height: 1.3;
	text-transform: uppercase;
}

.glsq-label-includes p {
	margin-bottom: 0;
	color: var(--gl-label-muted);
	font-size: .88rem;
}

.glsq-label-ownership-banner {
	display: flex;
	margin-block: 18px;
	padding: 22px 26px;
	align-items: center;
	gap: 18px;
	border: 1px solid var(--gl-label-line-strong);
	background: linear-gradient(90deg, rgba(191,83,136,.23), rgba(134,87,217,.11));
}

.glsq-label-ownership-banner > span {
	color: var(--gl-label-pink-light);
	font-size: 1.8rem;
}

.glsq-label-ownership-banner p {
	margin-bottom: 0;
	color: var(--gl-label-muted);
}

.glsq-label-ownership-banner strong {
	color: var(--gl-label-white);
	font-family: Cinzel, Georgia, serif;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.glsq-label-licence-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.45fr .75fr;
}

.glsq-label-collective,
.glsq-label-canon {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--gl-label-line);
	background: linear-gradient(145deg, #151017, #0b090d);
}

.glsq-label-collective h3,
.glsq-label-canon h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.glsq-label-collective > p:not(.glsq-label-collective__foot),
.glsq-label-canon > p {
	color: var(--gl-label-muted);
}

.glsq-label-collective ul,
.glsq-label-canon ul {
	display: grid;
	margin-block: 26px;
	gap: 12px;
}

.glsq-label-collective__foot {
	margin: 28px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--gl-label-line);
	color: var(--gl-label-pink-light);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.glsq-label-canon {
	background: linear-gradient(145deg, rgba(46,24,49,.82), rgba(11,9,13,.98));
}

.glsq-label-canon li {
	font-size: .88rem;
}

.glsq-label-canon > p {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid var(--gl-label-line);
	font-size: .86rem;
}

.glsq-label-section--summary {
	background:
		linear-gradient(rgba(8,7,10,.88), rgba(8,7,10,.96)),
		radial-gradient(circle at 50% 30%, rgba(191,83,136,.35), transparent 45%);
}

.glsq-label-summary-grid {
	display: grid;
	margin-bottom: 34px;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: var(--gl-label-line);
}

.glsq-label-summary-grid p {
	min-height: 126px;
	margin-bottom: 0;
	padding: 30px 24px;
	background: #100d12;
	font-family: Cinzel, Georgia, serif;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.glsq-label-final {
	display: grid;
	justify-items: center;
	padding: clamp(38px, 6vw, 76px) 24px;
	border: 1px solid var(--gl-label-line-strong);
	background:
		linear-gradient(rgba(15,10,17,.84), rgba(15,10,17,.96)),
		repeating-linear-gradient(135deg, transparent 0 36px, rgba(191,83,136,.18) 37px 38px);
	text-align: center;
}

.glsq-label-final p {
	margin-bottom: 26px;
	font-family: Cinzel, Georgia, serif;
	font-size: clamp(1.35rem, 3vw, 2.4rem);
	line-height: 1.3;
	text-transform: uppercase;
}

.glsq-label-final strong {
	color: var(--gl-label-pink-light);
}

.glsq-label-final > span {
	margin-top: 15px;
	color: var(--gl-label-muted);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

@media (hover: hover) {
	.glsq-label-benefit-grid article,
	.glsq-label-steps li {
		transition: transform .2s ease, border-color .2s ease, background .2s ease;
	}

	.glsq-label-benefit-grid article:hover,
	.glsq-label-steps li:hover {
		z-index: 1;
		transform: translateY(-4px);
		border-color: var(--gl-label-line-strong);
		background: linear-gradient(150deg, rgba(55, 27, 48, .92), rgba(13, 9, 15, .98));
	}
}

@media (max-width: 1080px) {
	.glsq-label-steps,
	.glsq-label-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.glsq-label-includes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.glsq-label-includes article:last-child {
		grid-column: 1 / -1;
	}

	.glsq-label-licence-grid {
		grid-template-columns: 1fr;
	}

	.glsq-label-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.glsq-label-shell {
		width: min(100% - 32px, 720px);
	}

	.glsq-label-hero {
		min-height: auto;
	}

	.glsq-label-hero__inner {
		padding-block: 96px 78px;
	}

	.glsq-label-hero::before {
		top: 8%;
		right: -18%;
		opacity: .5;
	}

	.glsq-label-pillars,
	.glsq-label-independent-grid,
	.glsq-label-store {
		grid-template-columns: 1fr;
	}

	.glsq-label-licence-head {
		align-items: start;
		flex-direction: column;
	}

	.glsq-label-price {
		min-width: 180px;
	}
}

@media (max-width: 620px) {
	.glsq-label-page {
		font-size: 15px;
	}

	.glsq-label-shell {
		width: min(100% - 24px, 560px);
	}

	.glsq-label-kicker {
		font-size: .68rem;
		letter-spacing: .15em;
	}

	.glsq-label-hero h1 {
		font-size: clamp(2.5rem, 13vw, 4.25rem);
	}

	.glsq-label-actions,
	.glsq-label-button {
		width: 100%;
	}

	.glsq-label-steps,
	.glsq-label-benefit-grid,
	.glsq-label-includes,
	.glsq-label-summary-grid {
		grid-template-columns: 1fr;
	}

	.glsq-label-includes article:last-child {
		grid-column: auto;
	}

	.glsq-label-steps li,
	.glsq-label-benefit-grid article,
	.glsq-label-includes article {
		min-height: 0;
	}

	.glsq-label-pillars article {
		grid-template-columns: 46px 1fr;
	}

	.glsq-label-pillars article > span {
		width: 44px;
		height: 44px;
	}

	.glsq-label-ownership-banner {
		align-items: flex-start;
	}

	.glsq-label-summary-grid p {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.glsq-label-page *,
	.glsq-label-page *::before,
	.glsq-label-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
