.asher-residential-progress {
    margin: 0 auto 1.5rem;
    max-width: 72rem;
}

.asher-residential-progress ol {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.asher-residential-progress li {
    align-items: center;
    background: #151517;
    border: 1px solid #3a3a3d;
    border-radius: 6px;
    color: #c9c9c9;
    display: flex;
    font-weight: 700;
    gap: .65rem;
    line-height: 1.25;
    min-height: 3.5rem;
    padding: .7rem .85rem;
}

.asher-residential-progress li > span {
    align-items: center;
    background: #3a3a3d;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 1.8rem;
    height: 1.8rem;
    justify-content: center;
}

.asher-residential-progress li.is-active {
    border-color: #caa457;
    color: #fff;
}

.asher-residential-progress li.is-active > span {
    background: #caa457;
    color: #0b0b0c;
}

@media (max-width: 700px) {
    .asher-residential-progress ol {
        grid-template-columns: 1fr;
    }
}
