#ait-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

#ait-consent-banner p {
  margin: 0;
  max-width: 640px;
}

#ait-consent-banner .ait-consent-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

#ait-consent-banner button {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  background: transparent;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
}

#ait-consent-banner button[data-action="accept"] {
  background: #f5f5f5;
  color: #1a1a1a;
}
