/* Example: Style for search input and button */
#gmap_search {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 !important;
    height: 20px;
    background: #fff;
}

#gmap_confirm_btn {
    background-color: #28a745;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;


}

#gmap_confirm_btn:hover {
    background-color: #218838;
}

/* Example: Style for map container */
div#gmap_wrapper {
    position: relative;
}

#gmap {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
}

div#my-account-search {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    width: calc(100% - 30px);
}

button#edit-address {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 10px 20px;
     margin-top: 0 !important;
     cursor: pointer;
}

div#gmap_controls {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 9999;
    width: 100%;
    width: calc(100% - 40px);

}

div#aalogics-map-inner-container {
    position: relative;
}

button#confirm-location,
button#enter-address-manually,
#find-on-map {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px;
    border: none;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

div#my-account-search {
    display: flex;
    align-items: center;
    gap: 10px;
}