.wp-update-check .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.wp-update-check__result {
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 10px 15px;
    text-align: left;
    max-width: 100%;
    word-break: break-word;
}

.wp-update-check__result.is-visible {
    display: block;
}

.wp-update-check__result.is-ok {
    background-color: rgba(39, 174, 96, 0.85);
}

.wp-update-check__result.is-ko {
    background-color: rgba(192, 57, 43, 0.85);
}

.wp-update-check__result.is-wait {
    background-color: rgba(0, 0, 0, 0.55);
}

.wp-update-check__result.is-maybe {
    background-color: rgba(211, 132, 21, 0.9);
}

.wp-update-check__result.is-other {
    background-color: rgba(41, 128, 185, 0.9);
}

.wp-update-check__btn[disabled] {
    cursor: wait;
    opacity: 0.7;
}
