.roofbuy-seo-legal {
	background: #111;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 14px 0;
}

.roofbuy-seo-legal__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: space-between;
}

.roofbuy-seo-legal a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.roofbuy-seo-legal a:hover,
.roofbuy-seo-legal a:focus-visible {
	color: #d7fbe5;
}

.roofbuy-seo-legal__details {
	color: #d9d9d9;
}

.roofbuy-cookie-banner {
	align-items: center;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	bottom: 18px;
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.32);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	gap: 20px;
	left: 50%;
	line-height: 1.5;
	max-width: 820px;
	padding: 16px 18px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	z-index: 100000;
}

.roofbuy-cookie-banner[hidden] {
	display: none !important;
}

.roofbuy-cookie-banner__text {
	flex: 1;
}

.roofbuy-cookie-banner__text a {
	color: #fff;
	white-space: nowrap;
}

.roofbuy-cookie-banner__button {
	appearance: none;
	background: #25d366;
	border: 0;
	border-radius: 8px;
	color: #07150d;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 22px;
}

.roofbuy-cookie-banner__button:hover {
	background: #41de7a;
}

.roofbuy-cookie-banner__button:focus-visible,
.roofbuy-cookie-banner a:focus-visible,
.roofbuy-seo-legal a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.roofbuy-seo-legal__inner,
	.roofbuy-cookie-banner {
		align-items: stretch;
		flex-direction: column;
	}

	.roofbuy-cookie-banner {
		bottom: 10px;
		gap: 12px;
		padding: 15px;
		width: calc(100% - 20px);
	}

	.roofbuy-cookie-banner__button {
		width: 100%;
	}
}
