.cc-consent {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 99999;
	max-width: 720px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
	background: #1f2329;
	color: #f5f6f7;
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
	font-size: 14px;
	line-height: 1.45;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .75rem 1rem;
}
.cc-consent[hidden] { display: none; }
.cc-consent__text { margin: 0; flex: 1 1 260px; }
.cc-consent__actions { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.cc-consent__btn {
	cursor: pointer;
	border: 0;
	border-radius: 6px;
	padding: .5rem .9rem;
	font-size: 14px;
	font-weight: 600;
}
.cc-consent__btn--accept { background: #2d88ff; color: #fff; }
.cc-consent__btn--reject { background: transparent; color: #f5f6f7; border: 1px solid #59616b; }
.cc-consent__link { color: #9bc0ff; font-size: 12px; text-decoration: underline; }
