/* HHCD-198 - Cookie consent banner (v1)
 * COMPILED OUTPUT - do not hand-edit. Source: sass/consent-banner.scss
 * Recompile: sass sass/consent-banner.scss consent-banner.css
 */
.hhc-consent {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999999;
  width: 400px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  color: #53565a;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.hhc-consent,
.hhc-consent * {
  box-sizing: border-box;
}
.hhc-consent [hidden] {
  display: none !important;
}
.hhc-consent__heading {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #53565a;
}
.hhc-consent__body {
  margin: 0 0 16px;
  font-size: 15px;
}
.hhc-consent__policy-link {
  display: inline-block;
  margin: 0 0 16px;
  color: #006e8d;
  text-decoration: underline;
}
.hhc-consent__policy-link:hover {
  color: #005b75;
}
.hhc-consent__actions {
  margin-top: 8px;
}
.hhc-consent__btn {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0 0 8px;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.hhc-consent__btn:last-child {
  margin-bottom: 0;
}
.hhc-consent__btn--accept,
.hhc-consent__btn--save {
  background: #006e8d;
  color: #fff;
}
.hhc-consent__btn--accept:hover,
.hhc-consent__btn--save:hover {
  background: #005b75;
}
.hhc-consent__btn--reject {
  background: #53565a;
  color: #fff;
}
.hhc-consent__btn--reject:hover {
  background: #3f4144;
}
.hhc-consent__btn--settings {
  background: #fff;
  border-color: #006e8d;
  color: #006e8d;
}
.hhc-consent__btn--settings:hover {
  background: #e5f4f9;
}
.hhc-consent__btn--save {
  margin-top: 16px;
}
.hhc-consent__settings {
  margin: 16px 0 8px;
  padding-top: 16px;
  border-top: 1px solid #aaa;
}
.hhc-consent__category {
  position: relative;
  margin: 0 0 12px;
  padding-left: 32px;
}
.hhc-consent__checkbox {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
}
.hhc-consent__category-label {
  display: inline-block;
  font-weight: 600;
  color: #53565a;
  cursor: pointer;
}
.hhc-consent__category-desc {
  margin: 2px 0 0;
  font-size: 14px;
}
.hhc-consent button:focus,
.hhc-consent a:focus,
.hhc-consent input:focus {
  outline: 3px solid #d2492a !important;
  outline-offset: 2px;
}
@media (max-width: 480px) {
  .hhc-consent {
    bottom: 8px;
    left: 8px;
    max-width: calc(100vw - 16px);
    padding: 16px;
  }
}
