#tmh-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background: #0b1b2b;
	color: #fff;
	padding: 1rem 1.25rem;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
	font-family: "PlusJakartaLocal", "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1.25rem;
}

#tmh-cookie-banner p {
	margin: 0;
	max-width: 720px;
}

#tmh-cookie-banner a {
	color: #c4a5ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#tmh-cookie-banner .tmh-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

#tmh-cookie-banner button {
	font-family: inherit;
	font-weight: 600;
	border: none;
	border-radius: 999px;
	padding: 0.55rem 1.25rem;
	cursor: pointer;
	font-size: 14px;
}

#tmh-cookie-banner .tmh-consent-accept {
	background: linear-gradient(135deg, #4a2c7a 0%, #7c4dbd 100%);
	color: #fff;
}

#tmh-cookie-banner .tmh-consent-reject {
	background: transparent;
	color: #ccc;
	border: 1px solid #555;
}
