.dpac-consent {
  position: fixed;
  z-index: 10000;
  font: 14px/1.45 system-ui, sans-serif;
  color: #182033;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 4px 24px #0002;
}
.dpac-consent {
  box-sizing: border-box;
  bottom: 12px;
  left: 12px;
  width: min(440px, calc(100% - 24px));
  padding: 16px;
  max-height: calc(100dvh - 24px);
  overflow: auto;
}
.dpac-consent p { margin: 8px 0 12px; }
.dpac-consent a { color: #0f766e; text-decoration: underline; }
.dpac-consent div { display: flex; gap: 10px; flex-wrap: wrap; }
.dpac-consent button, .dpac-consent-settings {
  cursor: pointer;
  min-height: 44px;
  padding: 8px 12px;
}
.dpac-consent button {
  flex: 1;
  font: inherit;
  color: #134e4a;
  background: #f0fdfa;
  border: 1px solid #0f766e;
  border-radius: 8px;
}
.dpac-consent-settings {
  font: inherit;
  color: #0f766e;
  background: #fff;
  border: 1px solid #0f766e;
  border-radius: 8px;
}
.dpac-consent[hidden] { display: none; }
.dpac-consent button:focus-visible, .dpac-consent-settings:focus-visible {
  outline: 3px solid #0f766e;
  outline-offset: 3px;
}
