.flcc-banner[hidden],
.flcc-modal[hidden],
.flcc-revisit[hidden] {
	display: none !important;
}

.flcc-banner,
.flcc-modal,
.flcc-revisit,
.flcc-content-placeholder {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
}

.flcc-banner *,
.flcc-modal *,
.flcc-revisit *,
.flcc-content-placeholder * {
	box-sizing: border-box;
}

.flcc-banner {
	position: fixed;
	z-index: 2147483000;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: #101820;
}

.flcc-banner__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: end;
	width: min(1180px, 100%);
	margin: 0 auto;
	padding: 26px 28px;
	background: #fff;
	border: 1px solid #c9cdd1;
	border-radius: 4px;
	box-shadow: 0 16px 48px rgba(16, 24, 32, .22);
}

.flcc-banner__copy {
	max-width: 720px;
}

.flcc-eyebrow {
	margin: 0 0 4px;
	color: #46525c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.flcc-banner h2,
.flcc-modal h2 {
	margin: 0 0 8px;
	color: #101820;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 500;
	line-height: 1.15;
}

.flcc-banner__copy > p:last-child,
.flcc-modal__intro {
	margin: 0;
	color: #36434d;
}

.flcc-banner a,
.flcc-modal a,
.flcc-policy a {
	color: #101820;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.flcc-actions,
.flcc-modal__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.flcc-actions {
	justify-content: flex-end;
	max-width: 540px;
}

.flcc-button,
.flcc-inline-settings,
.flcc-text-button,
.flcc-icon-button,
.flcc-revisit {
	appearance: none;
	font: inherit;
	cursor: pointer;
}

.flcc-button {
	min-height: 46px;
	padding: 11px 18px;
	border: 1px solid #101820;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.flcc-button--equal {
	color: #fff;
	background: #101820;
}

.flcc-button--equal:hover {
	background: #2b3943;
}

.flcc-button--secondary {
	color: #101820;
	background: #fff;
}

.flcc-button--secondary:hover {
	background: #edf1f3;
}

.flcc-button:focus-visible,
.flcc-icon-button:focus-visible,
.flcc-text-button:focus-visible,
.flcc-inline-settings:focus-visible,
.flcc-revisit:focus-visible,
.flcc-switch input:focus-visible + span {
	outline: 3px solid #1c6bba;
	outline-offset: 3px;
}

.flcc-modal {
	position: fixed;
	z-index: 2147483001;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.flcc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 13, 19, .58);
}

.flcc-modal__panel {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	max-height: min(88vh, 900px);
	overflow: auto;
	padding: 28px;
	color: #101820;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
}

.flcc-modal__panel:focus {
	outline: none;
}

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

.flcc-icon-button {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #101820;
	background: #fff;
	border: 1px solid #b8bec3;
	border-radius: 50%;
	font-size: 28px;
	line-height: 1;
}

.flcc-modal__intro {
	margin-top: 4px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe2e4;
}

.flcc-categories {
	display: grid;
	gap: 10px;
	margin: 18px 0 22px;
}

.flcc-category {
	display: block;
	margin: 0;
	padding: 16px;
	color: #101820;
	background: #f6f7f8;
	border: 1px solid #dfe2e4;
	border-radius: 3px;
}

label.flcc-category {
	cursor: pointer;
}

.flcc-category__heading {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.flcc-category h3,
.flcc-category strong {
	display: block;
	margin: 0 0 3px;
	color: #101820;
	font-size: 17px;
	font-weight: 700;
}

.flcc-category p,
.flcc-category strong + span {
	display: block;
	margin: 0;
	color: #53616b;
	font-size: 14px;
}

.flcc-always-on {
	flex: 0 0 auto;
	padding: 5px 9px;
	color: #1d5132;
	background: #def2e5;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
}

.flcc-switch {
	position: relative;
	display: inline-flex;
	flex: 0 0 48px;
	width: 48px;
	height: 28px;
}

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

.flcc-switch span {
	position: absolute;
	inset: 0;
	background: #76828a;
	border-radius: 99px;
	transition: background-color .16s ease;
}

.flcc-switch span::after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
	content: '';
	transition: transform .16s ease;
}

.flcc-switch input:checked + span {
	background: #1d5132;
}

.flcc-switch input:checked + span::after {
	transform: translateX(20px);
}

.flcc-modal__actions {
	justify-content: flex-start;
	padding-top: 20px;
	border-top: 1px solid #dfe2e4;
}

.flcc-modal__actions .flcc-button {
	flex: 1 1 180px;
}

.flcc-modal__footer {
	display: flex;
	gap: 14px 24px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 18px;
	font-size: 13px;
}

.flcc-text-button,
.flcc-inline-settings {
	padding: 0;
	color: #101820;
	background: transparent;
	border: 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.flcc-revisit {
	position: fixed;
	z-index: 2147482999;
	bottom: 14px;
	left: 14px;
	min-height: 42px;
	padding: 9px 13px;
	color: #fff;
	background: #101820;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 6px 20px rgba(16, 24, 32, .24);
	font-size: 13px;
	font-weight: 700;
}

.flcc-modal-open {
	overflow: hidden;
}

.flcc-content-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	padding: 28px;
	color: #101820;
	background: #edf1f3;
	border: 1px solid #c9cdd1;
	text-align: center;
}

.flcc-content-placeholder strong {
	margin-bottom: 5px;
	font-size: 20px;
}

.flcc-content-placeholder > span {
	max-width: 520px;
	margin-bottom: 16px;
	color: #46525c;
}

.flcc-embed-hidden {
	display: none !important;
}

.flcc-policy {
	max-width: 1000px;
}

.flcc-policy__updated {
	padding: 14px 16px;
	background: #edf1f3;
	border-left: 4px solid #101820;
}

.flcc-policy__table-wrap {
	overflow-x: auto;
	margin: 20px 0 32px;
}

.flcc-policy table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.flcc-policy th,
.flcc-policy td {
	padding: 13px 14px;
	border: 1px solid #d6dade;
	text-align: left;
	vertical-align: top;
}

.flcc-policy thead th {
	color: #fff;
	background: #101820;
}

.flcc-policy tbody th {
	background: #f2f4f5;
}

@media (max-width: 900px) {
	.flcc-banner__content {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.flcc-actions {
		justify-content: stretch;
		max-width: none;
	}

	.flcc-actions .flcc-button {
		flex: 1 1 170px;
	}
}

@media (max-width: 600px) {
	.flcc-banner {
		right: 8px;
		bottom: 8px;
		left: 8px;
	}

	.flcc-banner__content,
	.flcc-modal__panel {
		padding: 20px;
	}

	.flcc-actions,
	.flcc-modal__actions {
		flex-direction: column;
	}

	.flcc-actions .flcc-button,
	.flcc-modal__actions .flcc-button {
		flex-basis: auto;
		width: 100%;
	}

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

	.flcc-modal__panel {
		max-height: 94vh;
	}

	.flcc-category__heading {
		gap: 14px;
	}

	.flcc-revisit {
		bottom: 8px;
		left: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.flcc-button,
	.flcc-switch span,
	.flcc-switch span::after {
		transition: none;
	}
}

