.icwr-captcha {
    margin: 12px 0;
}

.icwr-captcha__title {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.icwr-captcha__row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.icwr-captcha__image {
    display: block;
    width: 180px;
    height: 64px;
    max-width: 100%;
    border: 1px solid #d7dce2;
    background: #f7f8f2;
}

.icwr-captcha__refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0;
    border: 1px solid #cbd3dc;
    border-radius: 4px;
    background: #fff;
    color: #243244;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.icwr-captcha__refresh:hover,
.icwr-captcha__refresh:focus {
    border-color: #7f93aa;
    color: #0b65b9;
}

.icwr-captcha__refresh.is-loading {
    opacity: .65;
    cursor: wait;
}

.icwr-captcha__input {
    width: 180px;
    max-width: 100%;
    text-transform: uppercase;
}
