.lbr-consent-banner[hidden] {
  display: none !important;
}

.lbr-consent-banner {
  position: fixed;
  z-index: 100001;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px;
  color: #101820;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .2);
  box-shadow: 0 20px 60px rgba(16, 24, 32, .22);
}

.lbr-consent-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #8b3f14;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.lbr-consent-banner h2 {
  margin: 0 0 8px;
  color: #101820;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.lbr-consent-banner p {
  max-width: 760px;
  margin: 0;
  color: #43515d;
  font-size: 14px;
  line-height: 1.65;
}

.lbr-consent-banner a {
  color: #7c3510;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lbr-consent-current {
  margin-top: 8px !important;
  color: #1e5a43 !important;
  font-weight: 700;
}

.lbr-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.lbr-consent-button,
.lbr-consent-settings {
  min-height: 44px;
  border: 1px solid #101820;
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.lbr-consent-button {
  min-width: 156px;
  padding: 11px 17px;
}

.lbr-consent-reject {
  color: #101820;
  background: #fff;
}

.lbr-consent-accept {
  color: #fff;
  background: #101820;
}

.lbr-consent-button:hover,
.lbr-consent-button:focus-visible,
.lbr-consent-settings:hover,
.lbr-consent-settings:focus-visible {
  outline: 3px solid #f2a46f;
  outline-offset: 2px;
}

.lbr-consent-settings {
  position: fixed;
  z-index: 99980;
  left: 14px;
  bottom: 14px;
  min-height: 38px;
  padding: 8px 12px;
  color: #101820;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(16, 24, 32, .14);
}

body.lbr-consent-open .lbr-consent-settings {
  visibility: hidden;
}

@media (max-width: 760px) {
  .lbr-consent-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .lbr-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lbr-consent-button {
    width: 100%;
  }

  .lbr-consent-settings {
    bottom: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbr-consent-banner,
  .lbr-consent-button,
  .lbr-consent-settings {
    scroll-behavior: auto;
    transition: none !important;
  }
}

.legal-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.legal-content th,
.legal-content td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(16, 24, 32, .17);
}

.legal-content th {
  color: #101820;
  background: #f6f1e8;
}

.legal-content code {
  padding: 2px 5px;
  color: #7c3510;
  background: #f8f3ec;
}

@media (max-width: 760px) {
  .legal-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
