/* Hide the provided banner/button widget */
#CybotCookiebotDialog, #CookiebotWidget {
  display: none !important;
}
.cookiebot-banner:not(.no-js) {
  display: none;
}
.cookiebot-banner {
  background: #efedea;
  color: #1f1f1f;
  font-size: 18px;
  padding: 0;
  position: relative;
}
.cookiebot-banner p {
  line-height: 24px;
  margin: 0 0 20px;
}
.cookiebot-banner__container {
  display: flex;
  gap: 30px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
}
.cookiebot-banner__container p {
  margin-bottom: 0;
}
.cookiebot-banner__button {
  margin-right: 15px;
  margin-top: 10px;
}


.cookiebot-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-self: flex-start;
  appearance: none;
  color: #007a6e;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2213%22 height=%2213%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cpath d=%22M43.333 5.04v5.678h5.678v2.839h-5.678v5.677h-2.838v-5.677h-5.678v-2.839h5.677V5.04h2.84z%22 id=%22a%22/%3E%3C/defs%3E%3Cuse fill=%22%23007a6e%22 transform=%22rotate%2845 31.657 -33.111%29%22 xlink:href=%22%23a%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: inherit;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 0;
  margin-top: 0 !important;
}
.cookiebot-banner__close:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2213%22 height=%2213%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cpath d=%22M43.333 5.04v5.678h5.678v2.839h-5.678v5.677h-2.838v-5.677h-5.678v-2.839h5.677V5.04h2.84z%22 id=%22a%22/%3E%3C/defs%3E%3Cuse fill=%22%23000%22 transform=%22rotate%2845 31.657 -33.111%29%22 xlink:href=%22%23a%22 fill-rule=%22evenodd%22/%3E%3C/svg%3E");
  color: black;
  cursor: pointer;
}
.cookie-control__settings-footer {
  margin-top: 30px;
}
