/* GENPLUS privacy notice 0.5.1 — compact, non-blocking consent UX. */
.gpc-consent{
  position:fixed;
  right:18px;
  bottom:102px;
  z-index:99999;
  width:min(380px,calc(100vw - 36px));
  pointer-events:none;
  font-family:inherit;
  color:#102338;
}
.gpc-consent__card{
  position:relative;
  width:100%;
  background:rgba(255,255,255,.98);
  border:1px solid #d7e4ee;
  border-radius:16px;
  padding:15px 15px 13px;
  box-shadow:0 14px 42px rgba(3,29,49,.18);
  backdrop-filter:blur(12px);
  pointer-events:auto;
}
.gpc-consent__close{
  position:absolute;
  top:8px;
  right:8px;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#f2f6f9;
  color:#40566b;
  font:700 19px/1 Arial,sans-serif;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.gpc-consent__close:hover,.gpc-consent__close:focus-visible{background:#e6eef4;color:#102338;outline:2px solid #8fc4ec;outline-offset:1px}
.gpc-consent__top{padding-right:28px}
.gpc-consent__top h2{font-size:16px;line-height:1.28;margin:0 0 5px;color:#102338}
.gpc-consent__top p{font-size:12.5px;line-height:1.5;color:#5b6e81;margin:0}
.gpc-consent__actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:12px}
.gpc-consent__btn{appearance:none;border:1px solid #cbdce9;border-radius:9px;padding:8px 10px;font:750 12px/1.15 inherit;cursor:pointer;min-height:34px}
.gpc-consent__btn--primary{background:#086bc1;border-color:#086bc1;color:#fff}
.gpc-consent__btn--ghost{background:transparent;color:#52677a;border-color:transparent;padding-left:3px;padding-right:3px;text-decoration:underline;text-underline-offset:2px}
.gpc-consent__btn--light{background:#edf6fc;color:#075ca4;border-color:#d6e8f5}
.gpc-consent__foot{margin-top:8px;font-size:10.5px;line-height:1.4;color:#75869a}
.gpc-consent__foot a{color:#0968b8}
.gpc-consent__choices{display:grid;gap:7px;margin-top:12px;max-height:44vh;overflow:auto;padding-right:2px}
.gpc-consent__choice{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid #dbe7f0;border-radius:10px;background:#f8fbfd}
.gpc-consent__choice span{display:grid;gap:2px}
.gpc-consent__choice strong{font-size:12.5px}
.gpc-consent__choice small{font-size:10.5px;line-height:1.4;color:#627589}
.gpc-consent__choice input{flex:0 0 auto;width:18px;height:18px;accent-color:#0870c9}

/* Consent on forms. */
.gp-form-consent,.gp4-lead-form__consent,.adnpro2-consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.5;color:#52677a;margin:10px 0}.gp-form-consent input,.gp4-lead-form__consent input,.adnpro2-consent input{flex:0 0 auto;width:17px;height:17px;margin-top:1px;accent-color:#0a6fc5}.gp-form-consent a,.gp4-lead-form__consent a,.adnpro2-consent a{color:#0868b8}.gp4-lead-form__consent--optional{opacity:.92}.adnpro2-consent{color:#415669}.adnpro2-consent span{font-size:12px}

@media(max-width:1100px){
  .gpc-consent{right:12px;bottom:76px;width:min(360px,calc(100vw - 24px))}
}
@media(max-width:600px){
  .gpc-consent{left:10px;right:10px;bottom:72px;width:auto;max-width:none}
  .gpc-consent__card{border-radius:14px;padding:13px 13px 11px}
  .gpc-consent__top h2{font-size:15px}
  .gpc-consent__top p{font-size:11.5px;line-height:1.45}
  .gpc-consent__actions{gap:6px;margin-top:10px}
  .gpc-consent__btn{min-height:32px;padding:7px 9px;font-size:11px}
  .gpc-consent__choices{max-height:34vh}
  .gpc-consent__choice{padding:8px 9px}
  .gpc-consent__foot{font-size:10px}
}
@media(max-width:380px){
  .gpc-consent__actions{display:grid;grid-template-columns:1fr 1fr}
  .gpc-consent__btn--ghost{grid-column:1/-1;justify-self:start}
}
