@media(max-width:560px){
  .cookie-consent{left:12px;right:12px;bottom:12px;gap:10px;padding:13px}
  .cookie-consent strong{font-size:15px}
  .cookie-consent p{margin:3px 0 4px;font-size:11px;line-height:1.4}
  .cookie-consent__actions{grid-template-columns:1fr 1fr;gap:6px}
  .cookie-consent__actions button{min-height:38px;padding:7px 8px;font-size:10px}
  .cookie-consent__actions button:first-child{grid-column:1/-1}
}
