.kfeiz-captcha-comment,
.kfeiz-captcha-product-review,
.kfeiz-captcha-myaccount,
.kfeiz-captcha-login {
    clear: both;
    margin: 18px 0;
    max-width: 100%;
}

.kfeiz-captcha-product-review,
.kfeiz-captcha-myaccount {
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .70);
}

.kfeiz-captcha-login {
    display: flex;
    justify-content: center;
    margin: 16px 0 10px;
}

.kfeiz-captcha-title {
    margin: 0 0 10px;
    font-weight: 700;
}

.kfeiz-recaptcha {
    min-height: 78px;
    max-width: 100%;
}

.login .kfeiz-recaptcha {
    min-height: 144px;
}

@media (max-width: 360px) {
    .kfeiz-captcha-product-review,
    .kfeiz-captcha-myaccount {
        padding: 10px;
        overflow-x: auto;
    }
}
