.gjcl-root,
.gjcl-root * {
	box-sizing: border-box;
}

.gjcl-root {
	--gjcl-bg: #fff;
	--gjcl-text: #1d1d1b;
	--gjcl-accent: #e30613;
	--gjcl-border: rgba(29, 29, 27, .22);
	--gjcl-shadow: 0 14px 48px rgba(0, 0, 0, .17);
	position: relative;
	z-index: 2147483000;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	color: var(--gjcl-text);
}

.gjcl-root [hidden] {
	display: none !important;
}

.gjcl-root button,
.gjcl-root input {
	font: inherit;
}

.gjcl-root a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gjcl-root a:hover {
	color: var(--gjcl-accent);
}

.gjcl-root :focus-visible {
	outline: 3px solid var(--gjcl-accent);
	outline-offset: 3px;
}

.gjcl-banner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: 20px;
	display: grid;
	grid-template-columns: 18px minmax(280px, 1fr) minmax(510px, auto);
	gap: 22px;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 24px 26px;
	background: var(--gjcl-bg);
	border: 1px solid var(--gjcl-text);
	box-shadow: var(--gjcl-shadow);
}

.gjcl-mark {
	width: 14px;
	height: 14px;
	align-self: start;
	margin-top: 7px;
	background: var(--gjcl-accent);
	border-radius: 50%;
}

.gjcl-copy h2,
.gjcl-panel h2,
.gjcl-category h3 {
	margin: 0;
	color: var(--gjcl-text);
	font-family: inherit;
	font-weight: 600;
	letter-spacing: -.02em;
}

.gjcl-copy h2 {
	font-size: clamp(20px, 1.6vw, 28px);
	line-height: 1.15;
}

.gjcl-copy p {
	max-width: 760px;
	margin: 7px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.gjcl-copy .gjcl-legal {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-top: 8px;
	font-size: 12px;
}

.gjcl-actions,
.gjcl-panel__buttons {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.gjcl-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 11px 17px;
	cursor: pointer;
	border: 1px solid var(--gjcl-text);
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.15;
	transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.gjcl-button--primary {
	color: var(--gjcl-bg);
	background: var(--gjcl-text);
}

.gjcl-button--primary:hover {
	color: #fff;
	background: var(--gjcl-accent);
	border-color: var(--gjcl-accent);
}

.gjcl-button--outline {
	color: var(--gjcl-text);
	background: transparent;
}

.gjcl-button--outline:hover {
	color: var(--gjcl-bg);
	background: var(--gjcl-text);
}

.gjcl-button--text {
	color: var(--gjcl-text);
	background: transparent;
	border-color: transparent;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.gjcl-button--text:hover {
	color: var(--gjcl-accent);
}

.gjcl-modal {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.gjcl-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, .56);
	backdrop-filter: blur(2px);
}

.gjcl-panel {
	position: relative;
	width: min(720px, 100%);
	max-height: min(820px, calc(100vh - 48px));
	overflow: auto;
	overscroll-behavior: contain;
	padding: 30px;
	background: var(--gjcl-bg);
	border: 1px solid var(--gjcl-text);
	box-shadow: var(--gjcl-shadow);
}

.gjcl-panel__header {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.gjcl-panel h2 {
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.08;
}

.gjcl-eyebrow {
	margin: 0 0 4px;
	color: var(--gjcl-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gjcl-close {
	width: 44px;
	height: 44px;
	padding: 0 0 4px;
	cursor: pointer;
	color: var(--gjcl-text);
	background: transparent;
	border: 1px solid var(--gjcl-text);
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}

.gjcl-close:hover {
	color: #fff;
	background: var(--gjcl-text);
}

.gjcl-panel__intro {
	margin: 18px 0 24px;
	font-size: 14px;
}

.gjcl-categories {
	border-top: 1px solid var(--gjcl-border);
}

.gjcl-category {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 19px 0;
	border-bottom: 1px solid var(--gjcl-border);
}

.gjcl-category h3 {
	font-size: 18px;
	line-height: 1.2;
}

.gjcl-category p {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.45;
}

.gjcl-switch {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	cursor: pointer;
}

.gjcl-switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.gjcl-switch > span:last-child {
	position: relative;
	display: block;
	width: 52px;
	height: 28px;
	background: #d7d7d7;
	border: 1px solid var(--gjcl-text);
	border-radius: 99px;
	transition: background-color .16s ease;
}

.gjcl-switch > span:last-child::after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	content: '';
	background: var(--gjcl-text);
	border-radius: 50%;
	transition: transform .16s ease, background-color .16s ease;
}

.gjcl-switch input:checked + span {
	background: var(--gjcl-text);
}

.gjcl-switch input:checked + span::after {
	background: #fff;
	transform: translateX(24px);
}

.gjcl-switch input:focus-visible + span {
	outline: 3px solid var(--gjcl-accent);
	outline-offset: 3px;
}

.gjcl-switch input:disabled + span {
	cursor: not-allowed;
	opacity: .5;
}

.gjcl-panel__footer {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
}

.gjcl-panel__links {
	display: flex;
	gap: 14px;
	font-size: 12px;
}

.gjcl-reopen {
	position: fixed;
	right: 18px;
	bottom: 18px;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	padding: 0;
	cursor: pointer;
	color: var(--gjcl-text);
	background: var(--gjcl-bg);
	border: 1px solid var(--gjcl-text);
	border-radius: 50%;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .16);
}

.gjcl-reopen:hover {
	color: #fff;
	background: var(--gjcl-text);
}

.gjcl-reopen svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.gjcl-modal-open {
	overflow: hidden !important;
}

iframe[data-gjcl-consent] {
	display: none !important;
}

.gjcl-frame-placeholder {
	display: grid;
	min-height: 220px;
	place-items: center;
	padding: 28px;
	color: var(--gjcl-text, #1d1d1b);
	background: #f5f5f3;
	border: 1px solid currentColor;
	text-align: center;
}

.gjcl-frame-placeholder p {
	margin: 0 0 16px;
}

@media (max-width: 1100px) {
	.gjcl-banner {
		grid-template-columns: 14px 1fr;
	}

	.gjcl-actions {
		grid-column: 2;
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.gjcl-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		grid-template-columns: 10px 1fr;
		gap: 14px;
		max-height: calc(100vh - 20px);
		overflow: auto;
		padding: 20px;
	}

	.gjcl-mark {
		width: 10px;
		height: 10px;
		margin-top: 5px;
	}

	.gjcl-copy h2 {
		font-size: 21px;
	}

	.gjcl-copy p {
		font-size: 13px;
	}

	.gjcl-actions {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}

	.gjcl-actions .gjcl-button--primary {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.gjcl-modal {
		align-items: end;
		padding: 8px;
	}

	.gjcl-panel {
		max-height: calc(100vh - 16px);
		padding: 22px 18px;
	}

	.gjcl-panel__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.gjcl-panel__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gjcl-panel__links {
		justify-content: center;
	}

	.gjcl-reopen {
		right: 12px;
		bottom: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gjcl-root *,
	.gjcl-root *::before,
	.gjcl-root *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

