.lc-consent {
	position: fixed;
	z-index: 99999;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: 72rem;
	margin: 0 auto;
	padding: 1.2rem 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1rem;
	background: #123f3b;
	box-shadow: 0 1rem 3rem rgba(16, 37, 35, 0.28);
	color: #fff;
}

.lc-consent[hidden],
.lc-consent-settings[hidden] {
	display: none !important;
}

.lc-consent__copy {
	max-width: 48rem;
}

.lc-consent__copy strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 1.05rem;
}

.lc-consent__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
	line-height: 1.55;
}

.lc-consent__copy a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.lc-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.65rem;
}

.lc-consent__button {
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 1px solid #fff;
	border-radius: 999px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.lifycraft-storefront .lc-consent__button--primary {
	background: #fff;
	color: #123f3b;
}

.lifycraft-storefront .lc-consent__button--secondary {
	background: transparent;
	color: #fff;
}

.lc-consent__button:focus-visible,
.lc-consent-settings:focus-visible {
	outline: 3px solid #f5c56b;
	outline-offset: 3px;
}

.lifycraft-storefront .lc-consent-settings {
	position: static;
	z-index: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--lc-on-dark-muted);
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	cursor: pointer;
	transition: color 160ms ease;
}

.lifycraft-storefront .lc-consent-settings:hover,
.lifycraft-storefront .lc-consent-settings:focus-visible {
	color: #fff;
}

@media (max-width: 720px) {
	.lc-consent {
		align-items: stretch;
		flex-direction: column;
		gap: 1rem;
	}

	.lc-consent__actions {
		flex-direction: column-reverse;
	}

	.lc-consent__button {
		width: 100%;
	}
}
