.fsac-banner {
	position: fixed;
	z-index: 999999;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	color: #ffffff;
	background: #091f27;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0.75rem;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
}

.fsac-banner[hidden] {
	display: none;
}

.fsac-content {
	display: flex;
	gap: 1.25rem;
	align-items: center;
	justify-content: space-between;
	max-width: 76rem;
	margin: 0 auto;
	padding: 1.15rem 1.25rem;
}

.fsac-copy {
	max-width: 56rem;
}

.fsac-copy h2 {
	margin: 0 0 0.35rem;
	color: #ffffff;
	font-size: 1.15rem;
	line-height: 1.25;
}

.fsac-copy p {
	margin: 0;
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.55;
}

.fsac-copy a {
	color: #f2c14e;
	text-decoration: underline;
}

.fsac-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.65rem;
}

.fsac-button,
.fsac-choices {
	min-height: 2.75rem;
	padding: 0.68rem 1rem;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	border-radius: 0.45rem;
}

.fsac-button:focus-visible,
.fsac-choices:focus-visible {
	outline: 3px solid #f2c14e;
	outline-offset: 2px;
}

.fsac-button-primary {
	color: #091f27;
	background: #f2c14e;
	border: 2px solid #f2c14e;
}

.fsac-button-secondary {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}

.fsac-choices {
	position: fixed;
	z-index: 999998;
	right: auto;
	bottom: 0.75rem;
	left: 0.75rem;
	min-height: auto;
	padding: 0.45rem 0.7rem;
	color: #ffffff;
	background: #091f27;
	border: 1px solid #ffffff;
	font-size: 0.78rem;
}

@media (max-width: 700px) {
	.fsac-content {
		display: block;
		padding: 1rem;
	}

	.fsac-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 0.9rem;
	}

	.fsac-button {
		width: 100%;
	}
}
