/* Cookie-Consent-Banner – unlieferbar.de */
#cc-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  background:#171a1e;color:#eceef1;
  padding:20px;
  box-shadow:0 -8px 30px rgba(0,0,0,.25);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
#cc-banner .cc-wrap{
  max-width:1080px;margin:0 auto;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;
}
#cc-banner p{
  margin:0;font-size:.92rem;line-height:1.55;color:#eceef1;max-width:640px;flex:1 1 320px;
}
#cc-banner a{color:#f0a075;text-decoration:underline}
#cc-banner .cc-actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}
#cc-banner button{
  font:inherit;font-weight:700;font-size:.9rem;border-radius:999px;padding:.7rem 1.3rem;
  cursor:pointer;border:1.5px solid transparent;transition:background .15s,border-color .15s;
  white-space:nowrap;
}
#cc-banner .cc-accept{background:#e05a1e;color:#fff}
#cc-banner .cc-accept:hover{background:#c44a13}
#cc-banner .cc-decline{background:transparent;color:#eceef1;border-color:#4a505a}
#cc-banner .cc-decline:hover{border-color:#eceef1}
@media (max-width:640px){
  #cc-banner .cc-wrap{flex-direction:column;align-items:stretch}
  #cc-banner .cc-actions{justify-content:stretch}
  #cc-banner .cc-actions button{flex:1}
}
.cc-settings-link{cursor:pointer}
