.ab-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 500px;
  margin: auto;
  z-index: 9999;
  font-family: system-ui, sans-serif;
}

.ab-cookie-banner.hidden {
  display: none;
}

.ab-cookie-banner-content h3 {
  margin-bottom: 10px;
}

.cookie-categories {
  margin: 15px 0;
}

.cookie-actions button {
  margin: 5px;
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#accept-all {
  background: #0f9d58;
  color: white;
}
#reject-all {
  background: #d23f31;
  color: white;
}
#save-preferences {
  background: #4285f4;
  color: white;
}
