/* Define your custom CSS here */

/* No results message */
.fss-no-results {
    text-align: center;
    padding: 50px 20px;
}
.fss-no-results__title {
    font-size: 18px;
    margin-bottom: 12px;
}
.fss-no-results__advice {
    color: #666;
    margin-bottom: 24px;
}
.fss-no-results__browse {
    display: inline-block;
}

/* Store location autocomplete items */
.fss-store-item {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
}
.fss-store-item__name {
    font-weight: 600;
}
.fss-store-item__address {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}