.dwcce-safe-wrapper {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100%;
    align-self: flex-start;
    gap: 6px;
    clear: both;
}

.dwcce-safe-question {
    display: block !important;
    flex: 0 1 auto;
    color: inherit;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    min-width: 0;
}

.dwcce-safe-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    width: auto;
    max-width: 100%;
}

.dwcce-safe-wrapper + .elementor-field-type-submit {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.dwcce-safe-input {
    box-sizing: border-box;
    flex: 0 0 122px !important;
    width: 122px !important;
    max-width: 122px !important;
    min-width: 122px !important;
    text-align: center;
}

.dwcce-safe-refresh {
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    line-height: 1;
    min-width: 38px;
    min-height: 36px;
    padding: 7px 9px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .dwcce-safe-row {
        flex-wrap: wrap;
    }

    .dwcce-safe-input {
        flex-basis: 122px !important;
        max-width: 122px !important;
    }
}

.dwcce-safe-refresh:disabled,
.dwcce-safe-input:disabled {
    cursor: wait;
    opacity: .65;
}

.dwcce-safe-message {
    display: none;
    font-size: 13px;
    line-height: 1.35;
}

.dwcce-safe-message.is-visible {
    display: block;
}

.login .dwcce-safe-login-wrapper {
    margin-bottom: 16px;
}

.login .dwcce-safe-login-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.login .dwcce-safe-login-input {
    box-sizing: border-box;
    width: 122px !important;
    min-height: 38px;
    text-align: center;
}
