#cookie-consent-dialog {
  position: fixed;
  bottom: 1rem;
  left: 1.25rem;
  max-width: min(calc(100% - 2.5rem), 36rem);
  border: none;
  border-radius: 0.5rem;
  padding: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: #fff;
  z-index: 9999;
}

#cookie-consent-dialog .cookie-consent-body {
  padding: 1.25rem;
  border-bottom: 1px solid var(--tw-slate-300, #e2e8f0);
  overflow-wrap: break-word;
}

#cookie-consent-dialog .cookie-consent-body p:last-child {
  margin-bottom: 0;
}

#cookie-consent-dialog .cookie-consent-footer {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

#cookie-consent-accept::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 0.4em;
}

#cookie-consent-accept::after {
  content: none;
}
