.main-brands .brand .card {
    position: relative;
    overflow: hidden;
}

.main-brands .brand-contributor-ribbon {
    position: absolute;
    top: 32px;
    /*right: -20px;*/
    right: -36px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    padding: 7px 0;
    background: #0288b6;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(45deg);
    pointer-events: none;
}

.main-brands .brand-optimization-progress {
    display: flex;
    height: 16px;
    overflow: hidden;
    border-radius: 999px;
    color: #fff;
    font-size: .65rem;
    line-height: 1;
    text-align: center;
}

.main-brands .brand-optimization-progress-done,
.main-brands .brand-optimization-progress-remaining {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    white-space: nowrap;
}

.main-brands .brand-optimization-progress-done {
    background: #69be78;
}

.main-brands .brand-optimization-progress-remaining {
    background: #df858b;
}

.main-brands .brand-optimization-progress-label {
    display: block;
    margin-top: 4px;
    color: #6c757d;
    font-size: .75rem;
}
