#iwo-cookie-consent[hidden]{display:none!important}
.iwo-cc{
	position:fixed;
	bottom:16px;
	z-index:999999;
	width:min(380px,calc(100vw - 32px));
	padding:16px;
	background:rgba(255,255,255,.96);
	color:#1f2937;
	border:1px solid rgba(17,24,39,.08);
	border-radius:18px;
	box-shadow:0 18px 50px rgba(17,24,39,.18);
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
	font-size:13px;
	line-height:1.6;
	animation:iwoCcIn .28s ease-out;
}
@keyframes iwoCcIn{
	from{opacity:0;transform:translateY(10px) scale(.98)}
	to{opacity:1;transform:translateY(0) scale(1)}
}
.iwo-cc-right{right:16px}
.iwo-cc-left{left:16px}
.iwo-cc-text{margin:0 0 12px}
.iwo-cc-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.iwo-cc-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}
.iwo-cc-btn{
	appearance:none;border:0;border-radius:999px;padding:9px 14px;
	font-size:12px;font-weight:600;line-height:1;cursor:pointer;
	transition:transform .18s ease,opacity .18s ease;
}
.iwo-cc-btn:hover{transform:translateY(-1px)}
.iwo-cc-btn-primary{background:var(--iwo-cc-accent,#6f4e37);color:#fff}
.iwo-cc-btn-secondary{background:#f3f4f6;color:#374151}
.iwo-cc-reset{color:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.iwo-cookie-footer-link{
	box-sizing:border-box;
	width:100%;
	padding:10px 20px;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
	font-size:12px;
	line-height:1.5;
	opacity:.82;
}
.iwo-cookie-footer-link.iwo-align-left{text-align:left}
.iwo-cookie-footer-link.iwo-align-center{text-align:center}
.iwo-cookie-footer-link.iwo-align-right{text-align:right}
.iwo-cookie-footer-link a{
	display:inline-block;
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid currentColor;
	padding-bottom:1px;
}
.iwo-cookie-footer-link a:hover{opacity:.65}
@media(max-width:600px){
	.iwo-cc{right:10px!important;left:10px!important;bottom:10px;width:auto;padding:14px;border-radius:16px}
	.iwo-cc-actions{justify-content:stretch}
	.iwo-cc-btn{flex:1}
	.iwo-cookie-footer-link{padding:10px 14px}
}
