.dp-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #f2efe8;
}
.dp-consent-bar,
.dp-consent-prefs-panel {
  pointer-events: auto;
  background: rgba(12, 12, 12, 0.94);
  border-top: 1px solid rgba(242, 239, 232, 0.18);
  backdrop-filter: blur(16px);
}
.dp-consent-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 22px 4vw 24px;
}
.dp-consent-title {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.dp-consent-text {
  margin: 0;
  max-width: 68ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.45;
  color: #d8d3ca;
}
.dp-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.dp-consent-btn {
  appearance: none;
  border: 1px solid rgba(242, 239, 232, 0.45);
  background: transparent;
  color: #f2efe8;
  padding: 11px 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.dp-consent-btn:hover,
.dp-consent-btn:focus-visible {
  background: #f2efe8;
  color: #111;
  outline: 2px solid #f2efe8;
  outline-offset: 2px;
}
.dp-consent-btn-primary {
  background: #f2efe8;
  color: #111;
  border-color: #f2efe8;
}
.dp-consent-btn-ghost {
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dp-consent-prefs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.dp-consent-prefs-panel {
  margin: 0 4vw 12px auto;
  max-width: 420px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(242, 239, 232, 0.18);
  position: relative;
}
.dp-consent-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: none;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.dp-consent-close:focus-visible {
  outline: 2px solid #f2efe8;
}
.dp-consent-cat {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(242, 239, 232, 0.12);
}
.dp-consent-cat strong {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dp-consent-pill {
  display: inline-block;
  margin-left: 8px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}
.dp-consent-cat p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #cfc9bf;
}
.dp-consent-switch {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
  cursor: pointer;
}
.dp-consent-switch input {
  width: 16px;
  height: 16px;
  accent-color: #d34b2e;
}
.js-cookie-settings {
  opacity: 0.72;
}
.js-cookie-settings:hover,
.js-cookie-settings:focus-visible {
  opacity: 1;
  outline: 1px solid currentColor;
  outline-offset: 3px;
}
@media (max-width: 860px) {
  .dp-consent-bar {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 18px 18px;
  }
  .dp-consent-actions {
    justify-content: flex-start;
  }
  .dp-consent-text {
    font-size: 14px;
  }
  .dp-consent-prefs-panel {
    margin: 0 12px 8px;
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dp-consent-bar,
  .dp-consent-prefs-panel {
    backdrop-filter: none;
  }
}
