/* IMPREGO Consent – Stand 14.09.2026 */
.imp-consent-panel{
  position:fixed;
  left:50%;
  bottom:18px;
  z-index:2147483000;
  width:min(720px,calc(100% - 28px));
  transform:translateX(-50%);
  box-sizing:border-box;
  padding:18px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:16px;
  background:#fff;
  color:#0f172a;
  box-shadow:0 18px 55px rgba(15,23,42,.22);
  font-family:inherit;
}
.imp-consent-panel[hidden]{display:none!important}
.imp-consent-panel *{box-sizing:border-box}
.imp-consent-panel h2{margin:0 0 8px;font-size:1.05rem;line-height:1.3;color:#0f172a}
.imp-consent-panel p{margin:0;font-size:.9rem;line-height:1.55;color:#475569}
.imp-consent-panel a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}
.imp-consent-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.imp-consent-actions button{
  appearance:none;
  min-height:42px;
  padding:9px 14px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  color:#0f172a;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.imp-consent-actions button:hover{background:#f8fafc}
.imp-consent-actions .imp-consent-accept{border-color:#1e3a8a;background:#1e3a8a;color:#fff}
.imp-consent-actions .imp-consent-accept:hover{background:#172f70}
.imp-consent-settings-link{cursor:pointer}
button.imp-consent-settings-link{
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
@media(max-width:560px){
  .imp-consent-panel{bottom:10px;width:calc(100% - 20px);padding:15px;border-radius:14px}
  .imp-consent-actions{display:grid;grid-template-columns:1fr}
  .imp-consent-actions button{width:100%}
}
