#ccc-icon[class][class] {
	background-color: #A41034;
	width: 45px;
	height: 45px;
	left: 15px;
	bottom: 15px;
	border-radius: 50%;
}

#ccc-icon[class][class] img {
	height: 30px;
	width: 30px;
}

.hbs-cc-banner__wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999999999;
	background-color: #fff;
	border: 1px solid #D4D8DF;
	padding: 16.5px 24px;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	transition: transform 0.3s ease-in-out;
}

.hbs-cc-banner__wrapper.hbs-cc-banner--hidden {
	transform: translateY(100%);
}

@media (prefers-reduced-motion: reduce) {
	.hbs-cc-banner__wrapper {
		transition: opacity 0.3s ease-in-out;
	}

	.hbs-cc-banner__wrapper.hbs-cc-banner--hidden {
		opacity: 0;
		transform: none;
	}
}

.hbs-cc-banner__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

@media (max-width: 768px) {
	.hbs-cc-banner__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

.hbs-cc-banner__link,
.hbs-cc-banner__close-button {
	background: none;
	border: none;
	appearance: none;
}

.hbs-cc-banner__close-button {
	position: absolute;
	right: 0;
	top: -15px;
	line-height: 1;
	font-size: 30px;
	cursor: pointer;
	color: #666;
}

.hbs-cc-banner__heading {
	color: #212121;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px 0;
	overflow-wrap: break-word;
	margin-bottom: 12px;
}

.hbs-cc-banner__link,
.hbs-cc-banner__text {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.hbs-cc-banner__text a,
.hbs-cc-banner__link {
	color: #A41034;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: underline;
}

.hbs-cc-banner__text a:hover,
.hbs-cc-banner__text a:focus,
.hbs-cc-banner__link:hover,
.hbs-cc-banner__link:focus {
	text-decoration: none;
}
