.ffv-legal-warn {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(15, 23, 42, 0.42);
	box-sizing: border-box;
}
.ffv-legal-warn[hidden] {
	display: none !important;
}
.ffv-legal-warn__card {
	width: min(520px, 100%);
	padding: 32px 28px 26px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	border-top: 6px solid #1db954;
}
.ffv-legal-warn__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #1db954;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(29, 185, 84, 0.35);
}
.ffv-legal-warn__icon svg {
	width: 34px;
	height: 34px;
	display: block;
}
.ffv-legal-warn__title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
	color: #0f172a;
}
.ffv-legal-warn__body {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.55;
	color: #64748b;
}
.ffv-legal-warn__error {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #dc2626;
}
.ffv-legal-warn__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.ffv-legal-warn__ok {
	appearance: none;
	border: 1px solid #cbd5e1;
	background: #fff;
	color: #0f172a;
	font-size: 15px;
	font-weight: 650;
	padding: 10px 22px;
	border-radius: 999px;
	cursor: pointer;
	min-width: 180px;
}
.ffv-legal-warn__ok:hover {
	background: #f8fafc;
}
.ffv-legal-warn__anyway {
	appearance: none;
	border: 0;
	background: transparent;
	color: #64748b;
	font-size: 13px;
	cursor: pointer;
	text-decoration: underline;
}
.ffv-legal-warn__anyway:hover {
	color: #0f172a;
}

.ffv-legal-saved-forms {
	margin: 0;
	padding-left: 1.2em;
}
.ffv-legal-saved-forms li {
	margin: 0 0 8px;
}
.ffv-legal-saved-forms .button-link-delete {
	margin-left: 8px;
	color: #b91c1c;
}
