.wr-progress li.is-partial {
    border-color: #c28a30;
    background: #fff8ed;
}

.wr-progress li.is-partial i {
    background: #f9e4c6;
    color: #8d601e;
}

.wr-shortage[hidden] {
    display: none;
}

.wr-toolbar input:focus-visible {
    outline: 2px solid var(--teal);
    outline-offset: 4px;
}

.wr-progress b {
    font-size: 12px;
}

.wr-progress small,
.wr-allocation > header span {
    font-size: 11px;
}

.wr-live {
    pointer-events: none;
}

.wr-detail > footer .is-disabled {
    color: #8d9899;
    cursor: not-allowed;
}

@media (max-width: 760px) {
    .wr-live {
        right: 10px;
        left: auto;
        max-width: 240px;
    }
}
