#pump-consent-root {
	position: relative;
	z-index: 999999;
}

.pump-consent-panel {
	font-family: var(--tt-alter-font, monospace);
}

.pump-consent-panel {
	position: fixed;
	right: clamp(14px, 2.2vw, 34px);
	bottom: clamp(14px, 2.2vw, 34px);
	left: clamp(14px, 2.2vw, 34px);
	max-width: 760px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	background: #17181b;
	box-shadow: 10px 12px 0 rgba(174, 48, 20, .92), 0 24px 70px rgba(0, 0, 0, .34);
	color: #f4f1e9;
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	pointer-events: none;
	transition: opacity .32s ease, transform .36s cubic-bezier(.22, 1, .36, 1);
}

.pump-consent-panel.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.pump-consent-kicker {
	margin: 0 0 10px;
	color: #ff6847;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pump-consent-panel h2 {
	margin: 0 0 12px;
	color: inherit;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.02;
}

.pump-consent-panel p {
	max-width: 650px;
	margin: 0;
	color: rgba(244, 241, 233, .72);
	font-size: 14px;
	line-height: 1.55;
}

.pump-consent-panel a { color: #f4f1e9; text-decoration: underline; }

.pump-consent-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.pump-consent-button {
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid rgba(244, 241, 233, .72);
	border-radius: 999px;
	background: transparent;
	color: #f4f1e9;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.pump-consent-button:hover,
.pump-consent-button:focus-visible {
	border-color: #f4f1e9;
	background: #f4f1e9;
	color: #17181b;
	transform: translateY(-2px);
}

.pump-consent-button.is-primary { border-color: #ff6847; background: #ae3014; }

.pump-consent-settings-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.pump-consent-close {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border: 1px solid rgba(244, 241, 233, .35);
	border-radius: 50%;
	background: transparent;
	color: inherit;
	font-size: 20px;
	cursor: pointer;
}

.pump-consent-options { display: grid; gap: 10px; margin-top: 22px; }
.pump-consent-option {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid rgba(244, 241, 233, .18);
	border-radius: 5px;
}
.pump-consent-option strong { display: block; font-size: 14px; }
.pump-consent-option small { display: block; margin-top: 4px; color: rgba(244, 241, 233, .58); font-size: 11px; }
.pump-consent-option input { width: 22px; height: 22px; accent-color: #ae3014; }
.pump-consent-save { width: 100%; margin-top: 18px; }

.pump-consent-footer-link {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	color: inherit;
	font: inherit;
	line-height: inherit;
	opacity: 1;
	cursor: pointer;
	transition: background-size .6s cubic-bezier(.215, .61, .355, 1), color .24s ease;
}

.pump-consent-footer-link:hover,
.pump-consent-footer-link:focus-visible {
	color: inherit;
	background-size: 100% 100%;
}
.pump-consent-footer-separator { opacity: .52; }
.pump-consent-footer-fallback-wrap { position: absolute; left: 18px; bottom: 12px; z-index: 20; }

@media (min-width: 1025px) {
	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .tt-footer-widget {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: clamp(9px, .72vw, 12px);
		line-height: 1.2;
		white-space: nowrap;
	}

	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .tt-link,
	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .pump-consent-footer-link {
		white-space: nowrap;
	}

	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .pump-footer-separator {
		margin-inline: clamp(4px, .55vw, 9px);
	}
}

@media (max-width: 1024px) {
	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .tt-footer-widget {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 7px;
		width: 100%;
		font-size: 12px;
		line-height: 1.25;
		text-align: left;
	}

	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .pump-footer-separator {
		display: none;
	}

	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .tt-link,
	.tt-footer-bottom .tt-col-md-4.tt-justify-content-md-center .pump-consent-footer-link {
		display: block;
		white-space: nowrap;
	}
}

@media (max-width: 620px) {
	.pump-consent-panel { max-height: calc(100vh - 24px); overflow-y: auto; padding: 20px; }
	.pump-consent-actions { grid-template-columns: 1fr; }
	.pump-consent-button { min-height: 44px; }
}
