.cookieBanner {
  all: unset;
  font-family: monospace;
  color: #1a1a1a;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.cookieBanner p {
  margin: 5px 0 10px 0 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  font-family: monospace;
  max-inline-size: unset !important;
  color: #3a3a3b !important;
  text-wrap: unset !important;
  letter-spacing: unset !important;
}

.cookieBanner ::-moz-selection {
  color: #3a3a3b;
  background: #fff;
}

.cookieBanner ::selection {
  color: #3a3a3b;
  background: #fff;
}

#cookieBannerBottomLeft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 6px 7px;
  cursor: pointer;
  font-size: 11px;
  line-height: 11px;
  font-weight: bolder;
  z-index: 99999999;
}

#cookieBannerSimple {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  max-width: 600px;
  padding: 20px 20px 10px 20px;
  scrollbar-width: thin;
  z-index: 99999999;
}

#cookieBannerDetailed {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  max-width: 600px;
  max-height: 300px;
  padding: 20px 20px 10px 20px;
  overflow-y: scroll;
  scrollbar-width: thin;
  z-index: 99999999;
}

#cookieBannerSimple img,
#cookieBannerDetailed img {
  float: right;
  padding: 5px 0 5px 5px;  
  width: 165px !important;
  inline-size: 165px !important;
}

#cookieBannerSimple h2,
#cookieBannerDetailed h2 {
  line-height: 1.4em !important;
  font-family: monospace;
  font-size: 16px !important;
  margin: 0;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #3a3a3b;
  max-inline-size: unset !important;
  letter-spacing: 0 !important;
  padding: 0;
}

#cookieBanner p {
  font-size: 15px;
  margin: 10px 0;
  color: #3a3a3b;
}

.cookieBanner button {
  border: none !important;
  padding: 5px 10px !important;
  margin: 5px 5px 5px 0 !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  font-family: monospace !important;
  font-size: 14px !important;
  float: right !important;
  background-color: #3a3a3b;
  color: white !important;
  border: 1px solid #ffffff !important;
  text-transform: uppercase !important;
  width: auto;
  line-height: 14px;
  letter-spacing: normal;
  text-shadow: none;
  box-shadow: none;
  height: unset !important;
}

.cookieBanner a,
.cookieBanner a:hover,
.cookieBanner a:focus,
.cookieBanner a:visited {
  text-decoration: underline;
  color: #000 !important;
  display: inline;
  font-family: monospace;
  font-size: 13px;
  line-height: 17px;
  font-weight:600;
}

.cookieBanner .primary {
  background-color: #cd6e37;
}

.cookieBanner .left {
  float: left;
}

.cookieBannerClose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.dwhidden {
  display: none;
}

.cookieOption {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
}

#cookieBannerDetailed h3 {
  font-family: monospace;
  margin: 20px 0 5px 2px;
  font-size: 17px !important;
  font-weight: bold;
  color: #3a3a3b !important;
  letter-spacing: 0 !important;
  padding: 0;
}

.cookieOption .switch {
  position: relative;
  display: block;
  float: right;
  width: 46px;
  height: 20px;
  padding: 0 !important;
}

.cookieOption .switch .hidden {
	visibility:hidden;  
}

.cookieOption .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookieOption .title {
  font-weight: bold;
  display: inline;
  font-size: 15px;
  line-height: normal;
  font-family: monospace;
}

.cookieOption .desc {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-family: monospace;
}

.cookieOptionSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px !important;
}

.cookieOptionSlider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:is(:disabled):checked + .cookieOptionSlider {
  background-color: #3a3a3b;
}

input:not(:disabled):checked + .cookieOptionSlider {
  background-color: #cd6e37;
}

input:checked + .cookieOptionSlider:before {
  transform: translateX(26px);
}

@media (max-width: 630px) {
  .cookieBannerClose {
    top: 0;
    right: 10px;
  }

  #cookieBannerSimple {
    padding: 5px 10px 5px 10px;
  }

  #cookieBannerDetailed {
    padding: 5px 10px 5px 10px;
  }

  #cookieBannerSimple img,
  #cookieBannerDetailed img {
    width: 120px;
  }

  input:checked + .cookieOptionSlider:before {
    transform: translateX(15px);
  }

  .cookieOption .switch {
    width: 30px;
    height: 16px;
  }

  .cookieOptionSlider:before {
    height: 12px;
    width: 12px;
  }

  .cookieOption .desc {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }
  .cookieBanner p {
    margin: 4px 0 10px 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  #cookieBannerSimple h2,
  #cookieBannerDetailed h2 {
    font-size: 13px;
    line-height: 1.2em;
  }

  #cookieBannerDetailed h3 {
    font-size: 14px !important;
    margin: 10px 0 5px 2px;
  }

  .cookieOption .title {
    font-size: 13px;
  }

  .cookieBanner button {
    padding: 2px 5px;
    font-size: 11px !important;
    line-height: 11px !important;
  }
}

@media (max-width: 550px) {
  #cookieBanner button {
    display: block;
    width: 230px;
    margin-right: calc(50% - 115px);
  }
}
