.eevf-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.eevf-button {
    appearance: none;
    border: 1px solid #d0d7de;
    background: #fff;
    color: #1f2328;
    padding: 10px 14px;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.eevf-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.eevf-status {
    margin-top: 8px;
    font-size: 14px;
}

.eevf-status.is-success {
    color: #067647;
}

.eevf-status.is-error {
    color: #b42318;
}

.eevf-status.is-working {
    color: #344054;
}

input.eevf-verified {
    border-color: #12b76a !important;
}
