/* Martini CAPTCHA — form pubblicati + builder */

.mfr-martini-captcha-root {
  width: 100%;
  box-sizing: border-box;
}

.mfr-martini-captcha-math {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: 2px;
}

.mfr-martini-captcha-math__label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: inherit;
  margin: 0;
}

.mfr-martini-captcha-math__input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.mfr-martini-captcha-math__input:not(.builder-form-input) {
  padding: 11px 16px;
  border: 1px solid var(--color-secondary-500, #e2e8f0);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  background: #fff;
  color: #0f172a;
}

.mfr-martini-captcha-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  opacity: 0.72;
}

.mfr-martini-captcha-badge__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
