.scwew-cookies {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  margin-left: 1rem;
  z-index: 9999;
  border-radius: var(--scwew-box-radius);
  color: var(--scwew-background);
  background-color: color-mix(in srgb, var(--scwew-title) 95%, white);
  border: 1px solid color-mix(in srgb, var(--scwew-title) 85%, white);
  max-width: 487px;
}

.scwew-cookies button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--scwew-primary) 70%, black);
  color: var(--scwew-background);
  border: none;
  border-radius: var(--scwew-btn-radius);
  cursor: pointer;
}

.scwew-cookies a {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

.scwew-cookies div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}