.ds-cookie-root[hidden] {
  display: none !important;
}

.ds-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 560px;
  margin-inline: auto;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  padding: 18px 18px 16px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.ds-cookie-banner h2 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.ds-cookie-banner p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.ds-cookie-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.ds-cookie-banner__links a {
  color: #0b6bcb;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.ds-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ds-cookie-banner__actions button {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 40px;
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ds-cookie-banner__actions .ds-cookie-accept {
  background: #0b6bcb;
  color: #fff;
}

.ds-cookie-banner__actions .ds-cookie-essential {
  background: #fff;
  border-color: #e2e8f0;
  color: #0f172a;
}

@media (min-width: 720px) {
  .ds-cookie-banner {
    left: auto;
    right: 24px;
    bottom: 24px;
    margin-inline: 0;
  }
}
