.wc-privacy[hidden] {
	display: none !important;
}

.wc-privacy {
	position: fixed;
	z-index: 10001;
	bottom: 24px;
	left: 24px;
	width: min(440px, calc(100% - 48px));
	padding: 26px;
	background: #ece8df;
	color: #242321;
	border: 1px solid #c7bca9;
	box-shadow: 0 12px 55px #0004;
	border-radius: 4px;
}

.wc-privacy h2 {
	font-size: 23px;
	color: inherit;
	margin: 0 0 12px;
}

.wc-privacy p {
	font-size: 14px;
	line-height: 1.6;
	color: inherit;
	margin-bottom: 16px;
}

.wc-privacy-actions {
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.wc-privacy button {
	flex: 1;
	padding: 11px;
	border: 1px solid #37352e;
	background: transparent;
	color: #242321;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
}

.wc-privacy button:hover {
	background: #242321;
	color: #fff;
}

.wc-privacy a {
	font-size: 13px;
	color: inherit;
	text-decoration: underline;
}

.footer-legal {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	font-size: 13px;
}

.footer-legal button {
	background: none;
	border: 0;
	color: inherit;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}
