.cookie-banner {
  position: fixed;
  background-color: #ff009c;
  padding: 9px 16px 7px;
  z-index: 6;
  width: 100%;
  /* top: 0%; */
  bottom: 0;
}
.cookie-banner__container {
  /* max-width: 42rem; */
  /* max-width: 1152px; */
  margin: 0 auto;
}
.cookie-banner__container h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
  /* font-family: "Stockholm Type", "Arial", "Helvetica", sans-serif; */
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
.cookie-banner__text {
  /* max-width: 72rem; */
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: rgb(255 255 255);
}
.cookie-banner__text p {
  margin-bottom: 3px;
}

.cookie-banner__read-more-link {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration-color: rgb(245 231 231);
  color: rgb(255 255 255);
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-size-adjust: 100%;
  /* padding-bottom: 20px; */
  display: block;
}
.cookie-banner__read-more-link::after {
  border-color: inherit;
  border-style: solid;
  border-width: 0 0.125em 0.125em 0;
  content: "";
  display: inline-block;
  margin-bottom: 0.0625em;
  margin-left: 0.125em;
  margin-right: -1rem;
  padding: 0.125em;
  transform: rotate(-45deg);
}
.cookie-banner__btn {
  background-color: rgb(255 255 255);
  color: rgb(51 51 51);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif !important;
  border-radius: 0 !important;
  padding: 10px 18px 10px 20px;
  margin: 10px 24px 0 0;
  border: 0;
}

.cookie-banner__label {
  font-weight: 700;
  /* font-family: "Stockholm Type", sans-serif; */
  /* padding: 0 0 0.5rem 0; */
  padding: 0 0 0.5rem 24px;
  font-size: 16px;
  color: #333333;
}

.color-muted {
  color: #5d5c58;
}

.cookie-banner__label::before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='white' stroke='%23666' stroke-width='2' d='M0 0h16v16H0z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  /*  */
  position: absolute;
  left: 0;
  top: 4px;
}

.cookie-banner__checkbox:checked + .cookie-banner__label::before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='white' stroke='%23666' stroke-width='2' d='M0 0h16v16H0z'/%3e%3cpath fill='white' stroke='white' d='M10 0h6v7h-6z'/%3e%3cpath fill='none' stroke='%23333' stroke-width='1.75' d='m5 7.5 3 3 7-9'/%3e%3c/svg%3e");
}

.cookie-banner__btn:hover {
  text-decoration: underline;
}
.cookie-banner__settings-btn.btn.btn-link {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  border: 0;
  background: 0 0;
  padding: 0;
  margin-top: 0;
  font-size: 12px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif !important;
  line-height: 24px;
  font-weight: 400;
  opacity: 1;
}
div#cookie-banner-button-group {
  text-align: right;
}
a.cookie-banner__read-more-link:hover {
  color: #ffffff;
}
button.cookie-banner__settings-btn.btn.btn-link:hover {
  color: white;
}
.cookie-settings__options {
  background-color: #fff;
  /* padding: 1.5rem; */
  max-width: 72rem;
  /* max-width: 720px; */
  padding: 24px;
  margin-top: 24px;
}

.cookie-settings__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.cookie-settings__legend {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px;
  color: #333333;
  /* font-family: "Stockholm Type", sans-serif; */
}

.btn-close {
  margin-left: 24px;
  margin-top: -5px;
}

.hide {
  display: none;
}

.t-regular {
  font-weight: normal;
}

.cookie-settings__checkbox-div {
  position: relative;
}

.cookiesOptionsDiv {
  background-color: #b484bb;
  padding: 24px;
  max-width: 809px;
}
