.imc-analytics-consent {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 100000;
	width: calc(100% - 40px);
	max-width: 430px;
	padding: 14px;
	background: #fff;
	border: 1px solid #d6dce2;
	border-radius: 6px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
	color: #24323f;
}

.imc-analytics-consent p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.4;
}

.imc-analytics-consent div {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.imc-analytics-consent button {
	padding: 7px 11px;
	border: 1px solid #24709c;
	border-radius: 4px;
	background: #fff;
	color: #195b81;
	font-size: 13px;
	font-weight: 600;
}

.imc-analytics-consent .imc-consent-accept {
	background: #24709c;
	color: #fff;
}

.imc-cookie-settings {
	display: block;
	margin: 8px auto 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #24709c;
	font-size: 13px;
	text-decoration: underline;
}

@media (max-width: 520px) {
	.imc-analytics-consent {
		left: 10px;
		right: 80px;
		bottom: 10px;
		width: auto;
		max-width: none;
	}

	.imc-analytics-consent div {
		flex-wrap: wrap;
	}
}
