#sf-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483000;
  display: flex;
  justify-content: center;
  padding: 16px;
  pointer-events: none;
}

#sf-consent-banner .sf-consent-card {
  pointer-events: auto;
  max-width: 720px;
  width: 100%;
  background: #1a1a1a;
  color: #f5f5f5;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

#sf-consent-banner .sf-consent-text {
  margin: 0 0 12px;
}

#sf-consent-banner .sf-consent-prefs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

#sf-consent-banner .sf-consent-prefs label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#sf-consent-banner .sf-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

#sf-consent-banner .sf-consent-btn {
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 9px 16px;
  font-size: 14px;
  cursor: pointer;
}

#sf-consent-banner .sf-consent-btn-primary {
  background: #2563eb;
  color: #fff;
}

#sf-consent-banner .sf-consent-btn-secondary {
  background: transparent;
  color: #f5f5f5;
  border-color: rgba(255, 255, 255, 0.35);
}

#sf-consent-banner .sf-consent-btn-link {
  background: transparent;
  color: #cbd5e1;
  text-decoration: underline;
  margin-right: auto;
  padding: 9px 4px;
}
