/* Cookie Consent */
.js-cookie-consent.cookie-consent {
  padding: 15px !important;
}
.js-cookie-consent.cookie-consent .cookie-consent-body {
  position: relative;
  padding: 0;
}
.js-cookie-consent.cookie-consent .cookie-consent-body span.cookie-consent__message {
  padding: 15px 0;
  display: block;
  float: left;
  height: auto !important;
  line-height: 1.35rem !important;
}
.js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  margin: 0;
  display: flex;
  gap: 10px;
  transform: translateY(-50%);
}
.js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-agree, .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-reject {
  margin: 0;
  padding: 10px 15px !important;
  display: inline-block;
  width: auto;
  max-width: 175px;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px !important;
  transition: background-color 0.1s ease-in-out;
  background-color: #000;
  border: 1px solid #fff !important;
  color: #fff;
  font-weight: 600;
  outline: none !important;
  text-transform: uppercase;
  /* Hover State */
}
.js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-agree:hover, .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-reject:hover {
  color: #fff !important;
  background-color: #2ecc71 !important;
}

/* Media Queries */
/* 850px */
@media screen and (max-width: 850px) {
  .js-cookie-consent.cookie-consent .cookie-consent-body span.cookie-consent__message {
    float: none;
    text-align: center;
  }
  .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
    justify-content: center;
    text-align: center;
    transform: none;
  }
}
/* 767px */
@media screen and (max-width: 767px) {
  .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons {
    margin: 0;
    display: block;
    flex-direction: column;
    align-items: stretch;
  }
  .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-agree, .js-cookie-consent.cookie-consent .cookie-consent-body .cookie-consent__buttons button.js-cookie-consent-reject {
    margin: 5px;
    float: none;
  }
}
/* 400px */
@media screen and (max-width: 400px) {
  .js-cookie-consent.cookie-consent .cookie-consent-body button.js-cookie-consent-agree, .js-cookie-consent.cookie-consent .cookie-consent-body button.js-cookie-consent-reject {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=cookie-consent.css.map*/