#nearest-location-widget {
    font-family: Arial, sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nearest-location-widget svg {
    width: 100%;
    max-width: 30px;
}

#nearest-location-widget .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}



.store-subtitle {
    font-size: 12px;
    font-weight: light;
    color: #333;
    margin-right: 5px;
    display: block;
    margin-bottom: -6px;
}

.store-name {
    font-weight: light;
    font-size: 1em;
    color: #000;
}

.store-dropdown-icon {
    cursor: pointer;
    font-size: 1em;
    color: #333;
    margin-left: 5px;
}

#store-dropdown {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
    z-index: 100;
}

#full-address {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 10px;
}

#change-location-link {
    font-size: 0.9em;
    color: #007bff;
    text-decoration: none;
}

#change-location-link:hover {
    text-decoration: underline;
}
