.cookie-consent {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 2px solid #007bff;
  padding: 15px; z-index: 99999; font-size: 14px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2); border-radius: 6px 6px 0 0;
}
.cookie-consent-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap:10px; }
.cookie-consent-inner span { max-width: 60%; }
.cookie-actions .btn { margin-left:6px; padding:6px 12px; border-radius:4px; }
.cookie-modal { position: fixed; left:50%; top:50%; transform: translate(-50%,-50%);
  background:#fff; padding:20px; border-radius:6px; border:1px solid #ddd;
  z-index:100000; width:320px; box-shadow:0 6px 18px rgba(0,0,0,0.2);
}
