.jeh-privacy-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 3.25rem;
  padding: .7rem clamp(1rem, 3vw, 2.5rem) calc(.7rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #d9dfdf;
  background: #f7f5ef;
  box-sizing: border-box;
}
#jeh-privacy-launcher {
  position: static;
  display: inline-block;
  width: auto;
  min-height: 2rem;
  margin: 0;
  padding: .25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: #244b69 !important;
  font: 600 .875rem/1.45 "Segoe UI", Arial, sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  cursor: pointer;
}
#jeh-privacy-launcher:hover { color: #123b59 !important; text-decoration-thickness: 2px; }
#jeh-privacy-launcher:focus-visible,
#jeh-privacy-dialog :focus-visible { outline: 3px solid #155eef; outline-offset: 3px; }
#jeh-privacy-dialog {
  box-sizing: border-box;
  width: min(35rem, calc(100vw - 1.25rem));
  max-width: none;
  max-height: min(43rem, calc(100dvh - 1.25rem));
  margin: auto;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid #bfcdd4;
  border-radius: .9rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  color: #172b34;
  background: #fff;
  box-shadow: 0 24px 72px rgb(12 25 45 / 28%);
  font: 400 .9375rem/1.5 "Segoe UI", Arial, sans-serif;
}
#jeh-privacy-dialog::backdrop { background: rgb(12 25 45 / 62%); }
.jeh-privacy-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
#jeh-privacy-dialog h2 { margin: 0; color: #172b34; font: 700 clamp(1.35rem, 4vw, 1.65rem)/1.2 "Segoe UI", Arial, sans-serif; }
#jeh-privacy-dialog h3 { margin: 1rem 0 .65rem; color: #172b34; font-size: 1rem; line-height: 1.3; }
#jeh-privacy-dialog p { margin: .75rem 0; color: #344853; }
#jeh-privacy-dialog .jeh-privacy-intro { margin: 1.1rem 0; }
#jeh-privacy-dialog .jeh-privacy-close {
  flex: none;
  min-height: 2.25rem;
  padding: .35rem .7rem;
  border: 1px solid #aebfc6;
  border-radius: .45rem;
  color: #172b34 !important;
  background: #fff !important;
  font: 600 .875rem/1.3 "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
#jeh-privacy-dialog .jeh-privacy-close:hover { background: #edf3f5 !important; }
.jeh-privacy-status { border-block: 1px solid #d9e2e5; padding: 0 0 .15rem; }
.jeh-privacy-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem 0;
  border-top: 1px solid #edf0f1;
}
.jeh-privacy-row strong { color: #172b34; font-weight: 700; }
#jeh-privacy-dialog .jeh-privacy-row p { margin: .15rem 0 0; font-size: .875rem; }
.jeh-privacy-off {
  flex: none;
  min-width: 2.5rem;
  border-radius: 999px;
  padding: .2rem .5rem;
  color: #285140;
  background: #e9f2ea;
  text-align: center;
  font-size: .8125rem;
  font-weight: 700;
}
#jeh-privacy-dialog .jeh-privacy-gpc {
  margin: .6rem 0 .85rem;
  border-left: 3px solid #155eef;
  padding: .45rem .7rem;
  background: #f0f5ff;
  color: #244259;
  font-size: .875rem;
}
#jeh-privacy-dialog .jeh-privacy-store-note { font-size: .875rem; }
.jeh-privacy-links { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-top: 1rem; }
#jeh-privacy-dialog a { color: #174eb6; text-decoration: underline; text-underline-offset: .18em; }
@media (max-width: 420px) {
  .jeh-privacy-footer { justify-content: flex-start; }
  .jeh-privacy-dialog__header { gap: .5rem; }
  #jeh-privacy-dialog .jeh-privacy-close { padding-inline: .55rem; }
}
@media (prefers-reduced-motion: reduce) {
  #jeh-privacy-dialog { scroll-behavior: auto; animation: none; transition: none; }
}
