/* Layout only — theme-specific look loads from css/captcha-default.css or theme-*/css/captcha.css */
.luxe-captcha-wrap {
  margin: 12px 0 16px;
}

.luxe-captcha-row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
}

.luxe-captcha-label,
.luxe-captcha-wrap .t2-login-label {
  display: block;
  margin-bottom: 8px;
}

.luxe-captcha-wrap.t2-login-field .t2-login-label {
  margin-bottom: 0;
}

.luxe-captcha-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 42px;
  width: auto;
  box-sizing: border-box;
  font-family: inherit;
  outline: none;
}

.luxe-captcha-input::placeholder {
  opacity: 1;
}

.luxe-captcha-q {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 12px;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.luxe-captcha-refresh {
  flex: 0 0 42px;
  width: 42px;
  height: auto;
  min-height: 42px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
