.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.25rem;
    color: white;
    margin: 0;
}

.badge__test-process {
    background-color: var(--wp--preset--color--warning);;
    color: black !important;
}

.badge__test-process.finished {
    background-color: var(--wp--preset--color--good);
    color: white !important;
}

.badge__testable {
    background-color: rgba(13,110,253,255);
    color: white !important;
}