.awx-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f7f6; /* helles Grau statt schwarz */
  border-top: 2px solid #7bc67b; /* Mitte26 Grün */
  color: #222;
  padding: 18px 24px;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
}

.awx-cookie-banner.show {
  transform: translateY(0);
}

.awx-cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.awx-cookie-text {
  font-size: 14px;
}

.awx-cookie-text {
  font-size: 14px;
}

.awx-cookie-actions .btn {
  white-space: nowrap;
}
