.bcm-cookies-consent-alert {
  position: fixed;
  width: 800px;
  max-width: calc(100% - 32px);
  height: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.975);
  padding: 28px 24px;
  color: #222;
  z-index: 100;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
}

.bcm-close-consent-btn {
  border-radius: 4px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 20px;
  padding: 8px;

  &:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.bcm-cookies-settings {
  display: none;
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.025);
  padding: 24px;
  border-radius: 8px;
  font-size: 12px;
}

.bcm-cookie-item {
  margin-top: 16px;
}

.bcm-cookies-save-settings {
  margin-top: 32px;
  text-align: center;

  .bcm-save-settings-btn {
    min-width: 100px;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid;
  }
}

button {
  border: none;
}
