
/* COOKIES */

div[data-type="placeholder"] {
	height: 200px;
	margin: 10px 0;
	background: #ddd;
}

.klaro.cm-as-context-notice {
	display: none;
}

.klaro .cookie-notice {
	max-width: 500px !important;
}

.klaro .cookie-notice,
.cm-klaro {
	background: #f9f6c8 !important;
}

.klaro .cookie-notice .cn-body p,
.cm-klaro p,
.cm-klaro .cm-list-title {
	color: #333 !important;
}

.cm-klaro .title {
	color: #abcb58 !important;
	font-weight: bold;
}

.klaro .cookie-notice .cn-body strong {
	color: #000 !important;
}

.klaro .cm-btn {
	width: 150px;
	background-color: #1a936f !important;
}

.klaro .cn-learn-more {
	flex-grow: unset !important;
	text-align: center;
	background-color: #1a936f !important;
	color: #eee !important;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: .5em;
  border: 0;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
	width: 150px;
}
