.cookie-consent-section {
  z-index: 99999999 !important;
}

.cookie-consent-wrapper {
  background: rgba(241, 241, 224, 0.5);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(88, 88, 88, 0.9);
}

.cookie-consent-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

#cookie-consent-text {
  font-size: 18px;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#cookie-consent-form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}