.contactformcaptcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contactformcaptcha-image {
    width: 190px;
    height: 58px;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: #f8f8f8;
}

.contactformcaptcha-refresh {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 3px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.contactformcaptcha-refresh:hover {
    background: #f2f2f2;
}

.contactformcaptcha-refresh:disabled {
    cursor: wait;
    opacity: .65;
}

#contactformcaptcha {
    max-width: 220px;
}

.contactformcaptcha-registration .contactformcaptcha-container {
    margin-bottom: 10px;
}

.contactformcaptcha-registration #contactformcaptcha_register {
    max-width: 220px;
}
