.witcamp-cookie-banner,
.witcamp-cookie-settings {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.witcamp-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 22px;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.witcamp-cookie-banner.is-visible {
  display: block;
}

.witcamp-cookie-banner h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.witcamp-cookie-banner p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.witcamp-cookie-banner a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.witcamp-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.witcamp-cookie-button {
  min-height: 44px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 850;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #94a3b8;
  border-radius: 12px;
  cursor: pointer;
}

.witcamp-cookie-button:hover,
.witcamp-cookie-button:focus-visible {
  background: #f1f5f9;
}

.witcamp-cookie-button--primary {
  color: #ffffff;
  background: #2563eb;
  border-color: #2563eb;
}

.witcamp-cookie-button--primary:hover,
.witcamp-cookie-button--primary:focus-visible {
  background: #1d4ed8;
}

.witcamp-cookie-settings {
  position: fixed;
  z-index: 2147482999;
  right: 14px;
  bottom: 14px;
  display: none;
  min-height: 40px;
  padding: 8px 13px;
  color: #ffffff;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.22);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.witcamp-cookie-settings.is-visible {
  display: inline-flex;
  align-items: center;
}

.witcamp-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  font-size: 14px;
}

.witcamp-footer-legal a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.witcamp-footer-legal .witcamp-cookie-button {
  min-height: 36px;
  padding: 6px 12px;
  font-size: 13px;
}

.witcamp-external-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  color: #475569;
  background: #f1f5f9;
  border: 1px dashed #94a3b8;
  border-radius: 22px;
}

.witcamp-external-placeholder p {
  max-width: 520px;
  margin: 0;
  line-height: 1.65;
}

.witcamp-external-placeholder button {
  margin-top: 12px;
}

@media (max-width: 640px) {
  .witcamp-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
    border-radius: 16px;
  }

  .witcamp-cookie-actions {
    display: grid;
  }

  .witcamp-cookie-button {
    width: 100%;
  }
}
