.delivery-point-list {
    max-height: 200px;
    overflow-y: auto;
}

.location {
    /*color:#101113;*/
    color: #fff;
    --theme-base-color: #ffcd11;
}

.location::before, .location::after {
    content: none;
}

.location + .location {
    margin-top: 15px;
}

.location__type {
    font-weight: bold;
    display: inline;
    color: var(--theme-base-color);
}

.location__title {
    display: block;
}

.location--primary .location__title {
    color: var(--theme-base-color);
    font-weight: bold;
}

.location__address {
    display: block;
}

.location__record + .location__record {
    margin-top: 10px;
}

.locations__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 225px;
    overflow-y: auto;
}
