<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.onemap-locations {
    position: relative;
}
.onemap-locations__header {
    padding-bottom: .8em;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 700;
    color: #302E2C;
}
.onemap-locations__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.onemap-locations__list-item {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* do not use overflow hidden as it crops the .onemap-locations__list-item-headline-badge */
    /* overflow: hidden; */
}
.onemap-locations__list-item:first-child {
    border-top: 0;
}
.onemap-locations__list-item-headline {
    position: relative;
    margin-bottom: .5em;
    padding-left: 36px;
    font-size: 1.1em;
    font-weight: 700;
    color: #302E2C;
    transition: color .2s;
}
.onemap-locations__list-item-headline-badge {
    position: absolute;
    left: 0;
    top: -1px;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    border-radius: 50%;
    background-color: #f96915;
}
.onemap-locations__list-item-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.onemap-locations__list-item-detail {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 0 36px;
    min-height: 25px;
}
.onemap-locations__list-item-detail--branch {
    flex-wrap: wrap;
    margin-top: 18px;
    padding-left: 0;
}
.onemap-locations__list-item-detail .svg-icon {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 20px;
    height: 20px;
    color: #f96915;
}
.onemap-locations__list-item-detail .svg-icon--telephone {
}
.onemap-locations__list-item-address {
    flex-grow: 0;
    font-style: normal;
    overflow: hidden;
}
.onemap-locations__list-item-thumbnail {
    width: 100%;
    max-height: 120px;
    margin-bottom: 15px;
    object-fit: contain;
    object-position: left;
}
.onemap-locations__list-item-branch-notification-text {
    flex: 1 0 100%;
    font-size: .8em;
}
.onemap-locations__footer {
    display: none;
    position: relative;
    justify-content: center;
    padding: 30px 12px;
    border-top: 1px solid #f2f2f2;
}
.onemap-locations__footer--visible {
    display: flex;
}
.onemap-locations__show-more-btn {
    flex: 0 1 auto;
    min-width: 200px;
    font-size: 1em;
}

@media ( min-width: 992px ) {
    .onemap-locations__list-item {
        padding: 30px 0;
    }
    .onemap-locations__list-item-headline {
        padding-left: 38px;
    }
    .onemap-locations__list-item-headline-badge {
        top: 0;
    }
}
@media ( min-width: 1200px ) {
    .onemap-locations__list-item-headline-badge {
        top: 2px;
    }
}
</pre></body></html>