#sw24-consent[hidden],#sw24-cookie-settings[hidden]{display:none!important}#sw24-consent{box-sizing:border-box;position:fixed;z-index:2147483000;bottom:12px;left:12px;width:calc(100% - 24px);max-width:520px;background:#fff;color:#15342d;border:1px solid #bdd0c5;border-radius:10px;box-shadow:0 4px 20px #0002;padding:12px;font:13px/1.4 system-ui,sans-serif}#sw24-consent h2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#sw24-consent p{margin:0 0 8px;font:13px/1.4 system-ui,sans-serif}#sw24-consent a{color:#145c40;text-decoration:underline}#sw24-consent .sw24-consent-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}#sw24-consent button{box-sizing:border-box;min-width:0;min-height:44px;margin:0;background:#155f43;color:#fff;border:1px solid #155f43;border-radius:6px;padding:5px 7px;font:600 13px/1.2 system-ui,sans-serif;cursor:pointer;white-space:normal}#sw24-consent button:focus-visible,#sw24-cookie-settings:focus-visible{outline:3px solid #df9800;outline-offset:2px}#sw24-cookie-settings{position:fixed;bottom:8px;left:8px;z-index:9999;border:1px solid #bccfc4;border-radius:5px;background:#fff;color:#15342d;padding:5px 8px;font:12px/1.3 system-ui,sans-serif;cursor:pointer}@media(max-width:520px){#sw24-consent{bottom:8px;left:8px;width:calc(100% - 16px);padding:10px;max-height:40vh;overflow:auto}#sw24-consent button{padding:5px 3px;font-size:12px}}
/* SoftWash24: spokojniejszy przycisk odmowy, bez zmiany rozmiaru i działania zgód. */
#sw24-consent button[data-sw24-reject] {
  background: #fff;
  color: #334b42;
  border-color: #849b90;
  font-weight: 500;
}

#sw24-consent button[data-sw24-reject]:hover {
  background: #f1f5f3;
  color: #233d31;
}

#sw24-consent button[data-sw24-accept],
#sw24-consent button[data-sw24-ads] {
  background: #155f43;
  color: #fff;
  border-color: #155f43;
  font-weight: 600;
}
