/* Privacy notice — layout adapted from original Chimpify cookie banner */
#privacy-banner-root {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
}
#privacy-banner-root[hidden] {
  display: none !important;
}
#div_9L1om20K6tZB {
  padding-bottom: 25px;
  padding-left: 25px;
  max-width: 425px;
  pointer-events: auto;
}
#div_Ys6PtXKkcuWx {
  background-color: rgb(229, 189, 71);
  font-family: 'Lucida Console', sans-serif;
  font-size: 15px;
  line-height: 25px;
  width: 400px;
  border-radius: 6px;
  color: #ffffff;
  padding: 25px;
}
#btn_2Q7QvSKiwHAY {
  display: inline-block;
  color: #000000;
  border-radius: 6px;
  padding: 10px 20px;
  margin-left: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border: 5px solid #ffffff;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
#div_Ys6PtXKkcuWx a:hover {
  text-decoration: none;
}
#btn_2Q7QvSKiwHAY:hover {
  background-color: #e5bd47;
  color: #ffffff;
  border: 5px solid #ffffff;
}
#text_6I6OpL1mpvrC {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  color: #000000;
}
#div_3rvCwne21AwM {
  text-align: right;
}
#text_QT18Ra2hGs6q {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
#text_6I6OpL1mpvrC a,
#text_QT18Ra2hGs6q a {
  color: #ffffff;
  cursor: pointer;
}
#text_6I6OpL1mpvrC a:hover,
#text_QT18Ra2hGs6q a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #div_Ys6PtXKkcuWx {
    width: auto;
  }
  #div_9L1om20K6tZB {
    max-width: none;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
