.cf-fake-turnstile {
  width: 100%;
  max-width: 300px;
  margin: 8px 0 16px;
}

.cf-fake-turnstile-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 10px 12px;
  min-height: 65px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.cf-fake-check-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
  user-select: none;
}

.cf-fake-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cf-fake-checkmark {
  width: 28px;
  height: 28px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cf-fake-turnstile.is-verified .cf-fake-checkmark {
  background: #2ecc40;
  border-color: #2ecc40;
}

.cf-fake-turnstile.is-verified .cf-fake-checkmark svg {
  display: block;
}

.cf-fake-checkmark svg {
  display: none;
}

.cf-fake-status {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 14px;
  color: #313131;
  font-weight: 500;
}

.cf-fake-turnstile.is-verified .cf-fake-status {
  color: #2ecc40;
  font-weight: 600;
}

.cf-fake-brand {
  text-align: right;
  flex-shrink: 0;
}

.cf-fake-links {
  font-size: 8px;
  color: #555;
  margin-bottom: 4px;
}

.cf-fake-links a {
  color: #555;
  text-decoration: underline;
}

.cf-fake-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.3px;
}

.cf-fake-logo svg {
  width: 24px;
  height: 24px;
}
