.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #fff;
  padding: 14px 18px;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
  font-size: 14px;
  line-height: 1.5;
  z-index: 9999;
}
.cookie-banner a { text-decoration: underline; color: #0077cc; }
.cookie-banner button {
  display: inline-block;
  margin-top: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}