.uk-map-rounded {
    border-radius: 10px !important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
}

@media only screen and (max-width: 640px) {
    .uk-location-button {
        width: 100% !important;
    }
}

.uk-location-button {
    min-width: 115px !important;
}

.no-divider::before {
    border-left: none !important;
    margin-right: 0; /* Optionally adjust to avoid extra space */
}