.cookie-consent-wrapper {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .cookie-consent-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .cookie-consent-wrapper {
    width: 90%;
  }
}

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

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