.page-blocker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

div#cookieBanner {
  display: none;
  z-index: 999999;
  position: fixed;
  background-color: white;
  max-width: 570px;
  height: auto;
  bottom: 30px;
  right: 30px;
  color: rgb(61, 61, 60);
  background-color: #f7f7f5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  min-height: 200px;
}

div#cookieBannerMain {
  padding: 2rem;
}

.cookieButtons a.cta {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
  box-sizing: inherit;
  cursor: pointer;
  font: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: solid 2px #ffffff;
  margin: 0 0.3rem 0 0;
  border-radius: 0;
  padding: 5px 20px;
  line-height: calc(2rem - 2px);
  color: #3d3d3c;
  border-color: #f18500;
  background-color: white;
  margin-bottom: 0.3rem;
  display: inline-block;
}
.cookieButtons a.cta:hover {
  background-color: #f18500;
}

.cookieButtons a.cta#openSettings {
  background-color: #dfdcd8;
}

.cookieButtons a.cta#openSettings:hover {
  background-color: #bcbbb9;
}

a.closeBtn {
  position: absolute;
  padding: 0;
  right: 20px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

a.closeBtn:focus {
  outline: 1px solid grey;
}

.cookieBannerText {
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", Helvetica, Sans-serif;
  font-size: 1rem;
  line-height: 167%;
  color: #3d3d3c;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
  text-align: left;
  box-sizing: inherit;
  margin: 0 0 1rem 0;
  margin-bottom: 1.667rem;
}

.cookieButtons {
  margin-top: 20px;
}

.jquery-modal.blocker.current {
  z-index: 9999999;
  background: none;
}
.modal {
  max-width: 700px;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  padding: 20px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#google-maps {
  display:none;
  transition: fade 0.2s ease-in;
}

#cookieSettings,
#cookieBanner {
  font-family: "Montserrat", sans-serif;
}

#cookieSettings .cookieButtons {
  margin-top: 40px;
}

.cookieTitleRow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#cookieSettings hr {
  height: 0.5px;
  background-color: #e1e1e1;
  border: none;
}

a.boldLink {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
}

a.boldLink:hover {
  color: #f18500;
}

a.boldLink img {
  margin-right: 8px;
}

#greenLabel {
  color: #69db7c;
  margin-right: 5px;
}

/* Initial styles for checkbox (hidden) */
.toggle-checkbox {
  display: none;
}

/* Initial styles for label */
.toggle-label {
  width: 48px;
  height: 20px;
  background-color: #bdc1c2;
  position: relative;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* Circle inside the label */
.toggle-label::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Styles when checkbox is checked */
.toggle-checkbox:checked + .toggle-label {
  background-color: #69db7c;
}

.toggle-checkbox:checked + .toggle-label::before {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.cookieLayer {
  border: 0.5px solid #e1e1e1;
  padding: 10px;
  margin-top: 0;
}

.cookieLayer a {
  text-decoration: underline;
  cursor: pointer;
  color: #f18500;
}

@media screen and (max-width: 800px) {
  .modal {
    position: relative;
    min-width: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  div#cookieBanner {
    min-height: 40vh;
    right: 0;
    bottom: 0;
  }
}
