.kdb-consent-dialog {
  position: fixed;
  z-index: 2147483646;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 22px;
  border: 1px solid #ccd8c9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(20, 53, 43, .2);
  color: #15382e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
}
.kdb-consent-dialog[hidden] { display: none; }
.kdb-consent-dialog h2 { margin: 0 0 7px; font-size: 18px; }
.kdb-consent-dialog p { margin: 0; color: #435c54; font-size: 14px; line-height: 1.75; }
.kdb-consent-dialog .kdb-consent-policy { margin-top: 5px; }
.kdb-consent-dialog a { color: #135f48; text-decoration: underline; }
.kdb-consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.kdb-consent-actions button,
.kdb-consent-settings {
  border: 1px solid #1a493b;
  border-radius: 7px;
  background: #fff;
  color: #163d31;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.kdb-consent-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 44px;
  box-sizing: border-box;
  padding: 8px 12px;
}
.kdb-consent-actions .primary { background: #173f33; color: #fff; }
.kdb-consent-privacy {
  width: min(820px, calc(100% - 32px));
  max-height: min(82vh, 760px);
  padding: 0;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(13, 40, 32, .28);
  color: #17382e;
}
.kdb-consent-privacy::backdrop { background: rgba(12, 31, 25, .58); }
.kdb-consent-privacy-body { padding: 28px 30px 32px; overflow: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif; }
.kdb-consent-privacy-body h2 { margin: 0 42px 20px 0; font-size: 24px; }
.kdb-consent-privacy-body h2:not(:first-child) { margin-top: 28px; font-size: 19px; }
.kdb-consent-privacy-body p,
.kdb-consent-privacy-body li { font-size: 14px; line-height: 1.85; }
.kdb-consent-privacy-body a { color: #135f48; }
.kdb-consent-privacy-close {
  position: sticky;
  z-index: 1;
  top: 12px;
  float: right;
  width: 38px;
  height: 38px;
  margin: 12px 12px -50px 0;
  border: 1px solid #c9d4ce;
  border-radius: 50%;
  background: #fff;
  color: #17382e;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.kdb-consent-settings {
  position: fixed;
  z-index: 2147483645;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-color: #b9c9c0;
  background: rgba(255, 255, 255, .94);
  font-size: 11px;
}
@media (max-width: 680px) {
  .kdb-consent-dialog { bottom: 12px; left: 12px; right: 12px; display: block; padding: 18px 16px; }
  .kdb-consent-actions { margin-top: 14px; }
  .kdb-consent-actions button { flex: 1 1 0; width: auto; min-width: 0; }
  .kdb-consent-privacy-body { padding: 24px 18px 28px; }
}
