#ccm-container {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	font-family: sans-serif;
}

#ccm-button {
	background-color: #fff;
	border-radius: 50%;
	padding: 0.25rem;
	cursor: pointer;
	font-size: 1.5rem;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#ccm-button img {
	width: 24px;
	height: 24px;
}

#ccm-modal {
	position: absolute;
	bottom: 3rem;
	left: 0.25rem;
	background: #fff;
	border: 1px solid #ddd;
	padding: 24px;
	width: 30vw;
	border-radius: 0.5rem;
}

.contrast #ccm-modal {
  background-color: #000000 !important;
  border-color: #ccc;
}

@media screen and (max-width: 768px) {
	#ccm-modal {
		width: 87vw !important;
	}
}

.ccm-hidden {
	display: none;
}

#ccm-modal button {
	margin: 0 0.5rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid #24645b;
	border-radius: 0.5rem;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
}

#ccm-accept {
	background-color: #24645b;
	color: #fff;
}

#ccm-decline {
	border-color: #ddd !important;
	color: #000;
}

.contrast #ccm-decline {
	border-color: #fff000 !important;
	color: #fff000;
}

.ccm-text {
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.ccm-more-info {
	font-size: 0.75rem;
	color: #555;
	margin-top: 1rem;
}

.ccm-text a,
.ccm-more-info a {
	color: #24645b;
	text-decoration: underline;
}

.contrast .ccm-text a, .contrast .ccm-more-info, .contrast .ccm-more-info a {
    color: #fff000;
}
