.bbsl-geolocate-me-btn-container,
.bbsl-find-store-btn-container {
    width: 100%;
}

.bbsl-geolocate-me-btn
 {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    gap: 1rem;
    height: var(--inputs-height);
    cursor: pointer;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid black;
}

.bbsl-find-store-btn {
    background-color: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 1rem;
    height: var(--inputs-height);
    cursor: pointer;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid black;
}

/* Geolocate me icon */
.bbsl-aim-icon {
    max-width: 20px;
    filter: invert(100%);
}

.bbsl-location-address-container {
    position: relative;
}

.bbsl-search-icon {
    max-width: var(--icon-max-size);
    position: absolute;
    right: 1rem;
    top: 0;
}

.bbsl-location-address-input {
    border: 1px solid black;
    border-width: 1px;
    width: 100%;
    height: 100%;
    height: var(--inputs-height);
    font-size: 14px;
    border-radius: 2px
}

.bbsl-address-label {
    font-size: 14px;
}

.bbsl-distance-container {
    position: relative;
}
