<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location {
    position: relative;
}

.location .map-icon {
    color:  #3fa9f5;
    font-size: 26px;
    font-weight: 400;

    position: absolute;
    top: 0;
    left: -28px;
}

.location .name {
    display: block;
    color:  #333333;
    font-size: 18px;
    font-weight: 700;
}

.location .address {
    display: block;
}

.location .city-province {
    display: block;
    float: left;
}</pre></body></html>