#kp-privacy-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
  padding: 13px 14px;
  color: #1f2933;
  background: #fff;
  border: 1px solid rgba(31, 41, 51, .16);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .20);
  font: 13px/1.45 Arial, Helvetica, sans-serif;
}
#kp-privacy-consent a { color: #0a66c2; text-decoration: underline; }
.kp-privacy-consent__text { flex: 1 1 auto; }
.kp-privacy-consent__actions { display: flex; gap: 8px; flex: 0 0 auto; }
.kp-privacy-consent__actions button {
  min-width: 84px;
  padding: 8px 12px;
  border: 1px solid #9aa5b1;
  border-radius: 3px;
  background: #f5f7fa;
  color: #1f2933;
  cursor: pointer;
  font: 700 13px/1 Arial, Helvetica, sans-serif;
}
.kp-privacy-consent__actions button[data-kp-consent="accepted"] {
  border-color: #0b62b4;
  background: #0b62b4;
  color: #fff;
}
@media (max-width: 640px) {
  #kp-privacy-consent { flex-direction: column; align-items: stretch; left: 8px; right: 8px; bottom: 8px; }
  .kp-privacy-consent__actions { justify-content: flex-end; }
}
