.oc-update-bar {
    display: flex;
    gap: 2px;
    align-items: center;
}

.oc-quarter {
    height: 24px;
    flex: 1;
    min-width: 12px;
    border-radius: 2px;
}

.oc-no-data {
    background: #cccccc;
}

.oc-future {
    background: transparent;
    border: 2px dashed #cccccc;
}
