.bo-consent[hidden] {
  display: none !important;
}
.bo-consent {
  position: fixed;
  inset: auto 24px 24px;
  max-width: 1120px;
  margin: auto;
  z-index: 10000;
  background: #0b1830;
  color: #f6f1e8;
  border: 1px solid #aa8b55;
  padding: 26px 30px;
  box-shadow: 0 14px 55px #0004;
  display: grid;
  grid-template-columns: 1fr 245px;
  gap: 28px;
  align-items: center;
}
.bo-consent h2,
.bo-privacy-dialog h2 {
  font:
    normal 28px/1.2 Georgia,
    serif;
  margin: 5px 0 10px;
}
.bo-consent p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.bo-consent .bo-consent-eyebrow,
.bo-consent-eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #c8aa72;
  font-weight: 600;
}
.bo-consent a {
  color: #e3c68e;
  text-decoration: underline;
}
.bo-consent-detail {
  opacity: 0.9;
}
.bo-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bo-consent .bo-consent-actions {
  flex-direction: column;
}
.bo-consent-actions button {
  flex: 1;
  min-height: 44px;
  border: 1px solid #b59b6b;
  padding: 12px 16px;
  background: #f7f3ec;
  color: #0b1830;
  font: 600 12px/1.3 inherit;
  cursor: pointer;
}
.bo-consent-actions button:last-child {
  background: #b89a64;
  color: #0b1830;
}
.bo-consent-actions button:focus-visible,
.analytics-preferences-link:focus-visible {
  outline: 3px solid #d4b778;
  outline-offset: 3px;
}
.bo-consent-actions button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.bo-privacy-dialog {
  max-width: 570px;
  width: calc(100% - 32px);
  padding: 36px;
  border: 1px solid #b89a64;
  color: #0b1830;
  background: #faf7f0;
}
.bo-privacy-dialog p {
  font-size: 14px;
  line-height: 1.7;
}
.bo-privacy-dialog::backdrop {
  background: #0b1830aa;
}
.bo-privacy-close {
  position: absolute;
  right: 12px;
  top: 8px;
  background: transparent;
  border: 0;
  font-size: 26px;
  cursor: pointer;
}
.bo-privacy-dialog a {
  font-size: 13px;
  text-decoration: underline;
}
.analytics-preferences-link {
  color: inherit !important;
  font: inherit;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.bo-analytics-notice {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 30px;
  border: 1px solid #c9b48a;
  background: #f7f3ec;
}
.bo-analytics-notice p {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 700px) {
  .bo-consent {
    inset: auto 10px calc(10px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 10px;
    max-height: 80dvh;
    overflow: auto;
  }
  .bo-consent h2 {
    font-size: 23px;
  }
  .bo-consent .bo-consent-actions {
    flex-direction: row;
  }
  .bo-consent-actions button {
    min-width: 125px;
  }
  .bo-privacy-dialog {
    padding: 30px 22px;
  }
}

.bo-visitor-reference {
  overflow-wrap: anywhere;
  font-family: monospace;
  font-size: 11px !important;
}
