/* MoonWalkerz Contact - captcha */

.mm-captcha-field {
    margin: 0 0 16px;
    max-width: 100%;
}

.mm-captcha-widget {
    max-width: 100%;
}

.mm-captcha-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.mm-captcha-math {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.mm-captcha-math-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.mm-captcha-math-question {
    font-weight: 600;
    letter-spacing: 1px;
}

.mm-captcha-math-input.form-control,
.mm-captcha-math-input {
    width: 5em;
    max-width: 5em;
}

.mm-captcha-legal {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.8;
    margin: 6px 0 0;
}
