[data-privacy-root] { font: 14px/1.55 "Sora", sans-serif; color: #173521; }
[data-privacy-root] [hidden] { display: none !important; }
.privacy-banner {
  position: fixed; z-index: 2147483646; left: 20px; bottom: 20px;
  width: min(600px, calc(100vw - 40px)); max-height: calc(100dvh - 40px);
  overflow-y: auto; padding: 22px; box-sizing: border-box;
  background: #fff; border: 1px solid #cad8cd; border-radius: 16px;
  box-shadow: 0 8px 36px #0d2a1a30;
}
.privacy-banner h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; }
.privacy-banner p { margin: 0 0 12px; font-size: 14px; line-height: 1.6; }
.privacy-banner a { color: #126735; text-decoration: underline; text-underline-offset: 3px; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.privacy-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 10px 14px; border: 1px solid #347548;
  border-radius: 8px; background: #fff; color: #164c29;
  font: inherit; font-weight: 600; line-height: 1.35; cursor: pointer;
}
.privacy-actions .privacy-button { flex: 1 1 155px; }
.privacy-button:hover { background: #eef6ef; }
.privacy-button:focus-visible, .privacy-banner input:focus-visible { outline: 3px solid #227940; outline-offset: 3px; }
.privacy-button:disabled { opacity: .6; cursor: wait; }
.privacy-preferences { border: 0; padding: 0; margin: 16px 0 0; min-width: 0; }
.privacy-preferences legend { font-weight: 600; margin-bottom: 8px; }
.privacy-category { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid #e0e8e1; cursor: pointer; }
.privacy-category input { flex: 0 0 auto; width: 20px; height: 20px; margin: 3px 0; accent-color: #23733e; }
.privacy-category strong { display: block; margin-bottom: 3px; }
.privacy-category span { font-size: 13px; }
.privacy-notice { font-size: 12px !important; color: #45574a; }
.privacy-feedback { color: #8b321d; margin-top: 12px !important; }
.privacy-reopen {
  position: fixed; z-index: 2147483645; left: 12px; bottom: 12px;
  min-height: 40px; padding: 8px 12px; font-size: 12px;
  box-shadow: 0 2px 12px #0d2a1a1a;
}
@media (max-width: 560px) {
  .privacy-banner { left: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 17px; max-height: calc(100dvh - 20px); }
  .privacy-actions { gap: 8px; }
  .privacy-actions .privacy-button { flex-basis: 100%; }
  .privacy-reopen { bottom: 8px; left: 8px; }
  body:has(.quote-v3-checkout-bar:not([hidden])) .privacy-reopen { bottom: 160px; }
}
