/* Korex — TodoHotel Banner de Cookies v1.0.0 */

#korex-th-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #ffffff;
	border-top: 3px solid #0F3D57;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
	padding: 20px 24px;
	display: none;
	font-family: inherit;
}

#korex-th-cookie-banner.korex-th-visible {
	display: block;
}

#korex-th-cookie-banner .korex-th-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

#korex-th-cookie-banner .korex-th-text {
	flex: 1 1 460px;
	color: #333333;
	font-size: 14.5px;
	line-height: 1.55;
	margin: 0;
}

#korex-th-cookie-banner .korex-th-text a {
	color: #0F3D57;
	text-decoration: underline;
}

#korex-th-cookie-banner .korex-th-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

#korex-th-cookie-banner button {
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	padding: 11px 22px;
	border: 2px solid #0F3D57;
	transition: opacity .2s ease, background .2s ease, color .2s ease;
	line-height: 1;
}

#korex-th-cookie-banner .korex-th-reject {
	background: #ffffff;
	color: #0F3D57;
}

#korex-th-cookie-banner .korex-th-reject:hover {
	background: #f1f4f6;
}

#korex-th-cookie-banner .korex-th-accept {
	background: #0F3D57;
	color: #ffffff;
}

#korex-th-cookie-banner .korex-th-accept:hover {
	opacity: .9;
}

@media (max-width: 640px) {
	#korex-th-cookie-banner {
		padding: 16px;
	}
	#korex-th-cookie-banner .korex-th-inner {
		gap: 14px;
	}
	#korex-th-cookie-banner .korex-th-actions {
		width: 100%;
	}
	#korex-th-cookie-banner .korex-th-actions button {
		flex: 1 1 auto;
	}
}
