/* AXVA cookie ACE — flush bottom:0; Got it LEFT · Manage RIGHT; HR clear while open */
#pc-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto !important;
  z-index: 40;
  font-family: Quicksand, system-ui, -apple-system, sans-serif;
  color: #0f172a;
  pointer-events: none;
}
#pc-cookie-banner[hidden] { display: none !important; }
#pc-cookie-banner.pc-cb-managing,
body.pc-cookie-strip-open #pc-cookie-banner {
  z-index: 2147483000;
}
#pc-cookie-banner .pc-cb-panel {
  pointer-events: auto;
  margin: 0 !important;
  margin-bottom: 0 !important;
  max-width: none;
  width: 100%;
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
body.pc-money-ui #pc-cookie-banner .pc-cb-panel {
  margin-bottom: 0 !important;
}
#pc-cookie-banner.pc-cb-managing .pc-cb-panel {
  margin-bottom: 0 !important;
  max-height: min(78vh, 580px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
}
#pc-cookie-banner .pc-cb-copy {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #334155;
}
#pc-cookie-banner a { color: #003a6c; font-weight: 600; }
#pc-cookie-banner .pc-cb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
/* Got it LEFT · Manage RIGHT — explicit order, no auto margins */
#pc-cookie-banner .pc-cb-actions-main {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 10px;
}
#pc-cookie-banner .pc-cb-actions-main .pc-cb-btn-primary {
  order: 1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 0 1 auto;
}
#pc-cookie-banner .pc-cb-actions-main .pc-cb-btn-ghost {
  order: 2 !important;
  margin-left: 0 !important;
  flex: 0 1 auto;
}
#pc-cookie-banner.pc-cb-managing .pc-cb-manage > .pc-cb-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 4px;
  margin-top: 6px;
  z-index: 2;
  border-top: 1px solid #f1f5f9;
  flex-direction: column-reverse;
  align-items: stretch;
}
#pc-cookie-banner.pc-cb-managing .pc-cb-manage > .pc-cb-actions .pc-cb-btn {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
#pc-cookie-banner .pc-cb-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 12.5px;
  padding: 10px 14px;
  min-height: 44px;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}
#pc-cookie-banner .pc-cb-btn-primary {
  background: #003a6c;
  color: #fff;
  margin-left: 0;
}
#pc-cookie-banner .pc-cb-btn-ghost {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
}
#pc-cookie-banner .pc-cb-manage {
  display: none;
  margin-top: 10px;
  border-top: 1px solid #e2e8f0;
  padding-top: 10px;
}
#pc-cookie-banner.pc-cb-managing .pc-cb-manage { display: block; }
#pc-cookie-banner.pc-cb-managing .pc-cb-actions-main { display: none; }
#pc-cookie-banner .pc-cb-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}
#pc-cookie-banner .pc-cb-row:last-of-type { border-bottom: 0; }
#pc-cookie-banner .pc-cb-row strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
}
#pc-cookie-banner .pc-cb-row span {
  display: block;
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.35;
}
#pc-cookie-banner .pc-cb-toggle input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#pc-cookie-banner .pc-cb-toggle input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
/* Hide HR only while strip or Manage open — restore when dismissed */
body.pc-cookie-strip-open iframe[src*="hybridreply"],
body.pc-cookie-strip-open [id*="hybridreply" i],
body.pc-cookie-strip-open [class*="hybridreply" i],
body.pc-cookie-strip-open [id*="hr-widget" i],
body.pc-cookie-strip-open [class*="hr-launcher" i],
body.pc-cookie-strip-open [id*="hr-bubble" i],
body.pc-cookie-strip-open [class*="hr-bubble" i],
body.pc-cookie-managing iframe[src*="hybridreply"],
body.pc-cookie-managing [id*="hybridreply" i],
body.pc-cookie-managing [class*="hybridreply" i],
body.pc-cookie-managing [id*="hr-widget" i],
body.pc-cookie-managing [class*="hr-launcher" i],
body.pc-cookie-managing [id*="hr-bubble" i],
body.pc-cookie-managing [class*="hr-bubble" i] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* broad HR suppress while strip open */
body.pc-cookie-strip-open [data-hr],
body.pc-cookie-strip-open #hybrid-reply-root,
body.pc-cookie-strip-open .hr-container,
body.pc-cookie-strip-open div[id*="hr_" i],
body.pc-cookie-managing [data-hr],
body.pc-cookie-managing #hybrid-reply-root,
body.pc-cookie-managing .hr-container,
body.pc-cookie-managing div[id*="hr_" i] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
