#tvf-cookie-consent {
	background: #012753;
	bottom: 0;
	box-shadow: 0 -0.25em 1.25em rgba(0, 0, 0, 0.25);
	color: #fff;
	left: 0;
	padding: 1.25em;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.tvf-cookie-consent__inner {
	align-items: center;
	display: flex;
	gap: 1.5em;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 75em;
}

.tvf-cookie-consent__copy h2,
.tvf-cookie-consent__copy p {
	margin: 0;
}

.tvf-cookie-consent__copy h2 {
	font-size: 1.25em;
	margin-bottom: 0.2em;
}

.tvf-cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.75em;
}

.tvf-cookie-consent__actions .tvf-cookie-consent__decline,
.tvf-cookie-consent__actions .tvf-cookie-consent__decline:visited {
	background: transparent;
	border: 0.125em solid #fff;
	border-radius: 0.25em;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
}

.tvf-cookie-consent__actions .tvf-cookie-consent__decline:focus,
.tvf-cookie-consent__actions .tvf-cookie-consent__decline:hover {
	background: #fff;
	color: #012753;
	outline: 0;
}

#tvf-recaptcha-consent-message {
	background: #cedff1;
	border-left: 0.25em solid #1a31b4;
	color: #012753;
	padding: 0.75em 1em;
}

@media (max-width: 45em) {
	.tvf-cookie-consent__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
