
#ap-cookie-consent,
#ap-cookie-consent *{
	box-sizing:border-box !important;
}

#ap-cookie-consent{
	position:fixed !important;
	left:18px !important;
	right:18px !important;
	bottom:18px !important;
	z-index:2147483000 !important;
	display:none;
	font-family:Inter, Manrope, Arial, sans-serif !important;
	color:#fff8ee !important;
	pointer-events:none !important;
}

#ap-cookie-consent.ap-cookie.is-visible{
	display:block !important;
}

#ap-cookie-consent .ap-cookie__box{
	width:min(820px, 100%) !important;
	margin:0 auto !important;
	padding:20px 22px !important;
	border:1px solid rgba(255,255,255,.12) !important;
	border-radius:24px !important;
	background:
		radial-gradient(circle at 10% 0%, rgba(201,120,58,.14), transparent 28%),
		linear-gradient(180deg, rgba(24,19,17,.97), rgba(8,9,12,.97)) !important;
	box-shadow:0 24px 80px rgba(0,0,0,.46) !important;
	backdrop-filter:blur(14px) !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__title{
	margin:0 0 8px !important;
	font-family:"Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size:30px !important;
	line-height:1.05 !important;
	font-weight:500 !important;
	letter-spacing:-.02em !important;
	color:#fff7ed !important;
}

#ap-cookie-consent .ap-cookie__text,
#ap-cookie-consent .ap-cookie__intro{
	margin:0 !important;
	max-width:720px !important;
	font-family:Inter, Manrope, Arial, sans-serif !important;
	font-size:14px !important;
	line-height:1.65 !important;
	font-weight:400 !important;
	color:#cec2b4 !important;
}

#ap-cookie-consent .ap-cookie__text a,
#ap-cookie-consent .ap-cookie__intro a{
	color:#f0a264 !important;
	text-decoration:none !important;
	border-bottom:1px solid rgba(240,162,100,.45) !important;
}

#ap-cookie-consent .ap-cookie__actions{
	display:flex !important;
	flex-wrap:wrap !important;
	gap:10px !important;
	margin-top:16px !important;
	align-items:center !important;
}

#ap-cookie-consent .ap-cookie__actions--modal{
	margin-top:24px !important;
}

#ap-cookie-consent button.ap-cookie__btn,
#ap-cookie-consent .ap-cookie__btn{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	min-height:46px !important;
	height:46px !important;
	padding:0 20px !important;
	border-radius:999px !important;
	font-family:Inter, Manrope, Arial, sans-serif !important;
	font-size:12px !important;
	line-height:1 !important;
	font-weight:800 !important;
	letter-spacing:.14em !important;
	text-transform:uppercase !important;
	text-decoration:none !important;
	cursor:pointer !important;
	-webkit-appearance:none !important;
	appearance:none !important;
	box-shadow:none !important;
	outline:none !important;
	user-select:none !important;
	pointer-events:auto !important;
	transition:transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease !important;
}

#ap-cookie-consent button.ap-cookie__btn:hover{
	transform:translateY(-1px) !important;
}

#ap-cookie-consent button.ap-cookie__btn--primary{
	background:linear-gradient(135deg, #d08a4a, #b96e31) !important;
	border:1px solid rgba(255,255,255,.06) !important;
	color:#ffffff !important;
	box-shadow:0 13px 30px rgba(201,120,58,.22) !important;
}

#ap-cookie-consent button.ap-cookie__btn--primary:hover{
	background:linear-gradient(135deg, #de9654, #c9783a) !important;
	color:#ffffff !important;
	border-color:rgba(255,255,255,.10) !important;
}

#ap-cookie-consent button.ap-cookie__btn--secondary,
#ap-cookie-consent button.ap-cookie__btn--ghost{
	background:rgba(255,255,255,.02) !important;
	border:1px solid rgba(201,120,58,.45) !important;
	color:#fff8ee !important;
}

#ap-cookie-consent button.ap-cookie__btn--secondary:hover,
#ap-cookie-consent button.ap-cookie__btn--ghost:hover{
	background:rgba(201,120,58,.12) !important;
	border-color:rgba(201,120,58,.70) !important;
	color:#ffffff !important;
}

#ap-cookie-consent .ap-cookie__modal{
	position:fixed !important;
	inset:0 !important;
	z-index:2147483647 !important;
	display:none !important;
	align-items:center !important;
	justify-content:center !important;
	padding:18px !important;
	background:rgba(4,5,7,.76) !important;
	backdrop-filter:blur(10px) !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__modal.is-open{
	display:flex !important;
}

#ap-cookie-consent .ap-cookie__dialog{
	position:relative !important;
	z-index:2147483647 !important;
	width:min(640px, 100%) !important;
	max-height:88vh !important;
	overflow:auto !important;
	padding:26px !important;
	border:1px solid rgba(255,255,255,.13) !important;
	border-radius:26px !important;
	background:
		radial-gradient(circle at 12% 0%, rgba(201,120,58,.10), transparent 28%),
		linear-gradient(180deg, rgba(24,19,17,.99), rgba(8,9,12,.99)) !important;
	box-shadow:0 30px 90px rgba(0,0,0,.58) !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__dialog,
#ap-cookie-consent .ap-cookie__dialog *{
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__dialog h2{
	margin:0 0 10px !important;
	font-family:"Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size:36px !important;
	line-height:1 !important;
	font-weight:500 !important;
	letter-spacing:-.02em !important;
	color:#fff7ed !important;
}

#ap-cookie-consent .ap-cookie__row{
	display:flex !important;
	gap:18px !important;
	align-items:center !important;
	justify-content:space-between !important;
	padding:17px 0 !important;
	border-top:1px solid rgba(255,255,255,.10) !important;
}

#ap-cookie-consent .ap-cookie__row:first-of-type{
	margin-top:16px !important;
}

#ap-cookie-consent .ap-cookie__row-copy{
	min-width:0 !important;
	padding-right:16px !important;
}

#ap-cookie-consent .ap-cookie__row strong{
	display:block !important;
	margin:0 0 6px !important;
	font-family:Inter, Manrope, Arial, sans-serif !important;
	color:#fff8ee !important;
	font-size:15px !important;
	line-height:1.25 !important;
	font-weight:800 !important;
}

#ap-cookie-consent .ap-cookie__row span{
	display:block !important;
	font-family:Inter, Manrope, Arial, sans-serif !important;
	color:#b8aea3 !important;
	font-size:13px !important;
	line-height:1.55 !important;
	font-weight:400 !important;
}

#ap-cookie-consent .ap-cookie__switch{
	flex:0 0 auto !important;
	width:54px !important;
	height:30px !important;
	position:relative !important;
	display:block !important;
	cursor:pointer !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__switch input{
	position:absolute !important;
	inset:0 !important;
	z-index:2 !important;
	opacity:0 !important;
	width:100% !important;
	height:100% !important;
	margin:0 !important;
	cursor:pointer !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__slider{
	position:absolute !important;
	inset:0 !important;
	z-index:1 !important;
	border-radius:999px !important;
	background:rgba(255,255,255,.18) !important;
	cursor:pointer !important;
	transition:.2s !important;
	pointer-events:auto !important;
}

#ap-cookie-consent .ap-cookie__slider:before{
	content:"" !important;
	position:absolute !important;
	width:24px !important;
	height:24px !important;
	left:3px !important;
	top:3px !important;
	border-radius:50% !important;
	background:#fff !important;
	transition:.2s !important;
	box-shadow:0 4px 12px rgba(0,0,0,.20) !important;
}

#ap-cookie-consent .ap-cookie__switch input:checked + .ap-cookie__slider{
	background:#b96e31 !important;
}

#ap-cookie-consent .ap-cookie__switch input:checked + .ap-cookie__slider:before{
	transform:translateX(24px) !important;
}

#ap-cookie-consent .ap-cookie__switch input:disabled{
	cursor:not-allowed !important;
}

#ap-cookie-consent .ap-cookie__switch input:disabled + .ap-cookie__slider{
	opacity:.72 !important;
	cursor:not-allowed !important;
}

body.ap-cookie-modal-open{
	overflow:hidden !important;
}

@media (max-width: 767px){
	#ap-cookie-consent{
		left:10px !important;
		right:10px !important;
		bottom:10px !important;
	}

	#ap-cookie-consent .ap-cookie__box,
	#ap-cookie-consent .ap-cookie__dialog{
		padding:18px !important;
		border-radius:20px !important;
	}

	#ap-cookie-consent .ap-cookie__title{
		font-size:27px !important;
	}

	#ap-cookie-consent .ap-cookie__dialog h2{
		font-size:31px !important;
	}

	#ap-cookie-consent .ap-cookie__actions{
		flex-direction:column !important;
		align-items:stretch !important;
	}

	#ap-cookie-consent button.ap-cookie__btn{
		width:100% !important;
	}

	#ap-cookie-consent .ap-cookie__row{
		align-items:flex-start !important;
	}

	#ap-cookie-consent .ap-cookie__row-copy{
		padding-right:8px !important;
	}
}
