#dk-cookie-notice{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:9999;
  background:#fff; border:1px solid rgba(0,0,0,.18); border-radius:14px;
  padding:16px 18px; box-shadow:0 8px 24px rgba(0,0,0,.12);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  max-width:420px;
}
@media(min-width:600px){
  #dk-cookie-notice{ left:auto; right:20px; bottom:20px; }
}
#dk-cookie-notice p{ margin:0 0 12px; line-height:1.45; font-size:14px; color:#333; }
#dk-cookie-notice .dk-actions{ display:flex; gap:10px; flex-wrap:wrap; }
#dk-cookie-notice button{
  font-size:14px; padding:10px 20px; border-radius:10px;
  border:none; background:#2d5a47; color:#fff;
  cursor:pointer; font-weight:500; transition: background 0.2s;
}
#dk-cookie-notice button:hover{ background:#3d7a5f; }
#dk-cookie-notice a{
  font-size:13px; padding:8px 12px; border-radius:8px;
  border:1px solid rgba(0,0,0,.15); background:transparent;
  cursor:pointer; text-decoration:none; color:#555;
  transition: background 0.2s;
}
#dk-cookie-notice a:hover{ background:#f5f5f5; }
