.xp-card__location-wrap {
    width: 0;
    min-width: 100%;
    overflow: hidden;
}

p.xp-card__location {
    display: block;
    font-size: 13px;
    color: #012545;
    margin: 12px 0 0;
    border-top: 1px solid #eee;
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

p.xp-card__location i {
    font-size: 16px;
    color: #2271b1;
    vertical-align: text-bottom;
    margin-right: 4px;
}
