.safebhv-verify-form button:disabled {
    cursor: wait;
    opacity: 0.78;
    transform: none;
}

.safebhv-verify-result.is-missing {
    border-color: #f0c7c7;
    background: #fff6f6;
}

.safebhv-verify-result.is-missing .safebhv-verify-result__status {
    color: #9f1d1d;
}

.safebhv-verify-result.is-missing .safebhv-verify-result__status span {
    background: #c24141;
}

.safebhv-verify-result.is-found {
    border-color: #bee7cc;
    background: #f2fbf5;
}

.safebhv-verify-result.is-found .safebhv-verify-result__status {
    color: #05723a;
}

.safebhv-verify-result.is-found .safebhv-verify-result__status span {
    background: #0b8f49;
}

.safebhv-verify-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #0b8f49;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.safebhv-verify-download:hover,
.safebhv-verify-download:focus-visible {
    background: #05723a;
    color: #ffffff;
    outline: none;
}
