/* Geolocation Autofill Styles */

#use-geolocation {
    margin-top: 10px;
    margin-bottom: 15px;
}

#use-geolocation i {
    margin-right: 5px;
}

#geolocation-feedback {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 4px;
}

#geolocation-feedback i {
    margin-right: 8px;
}

/* Loading state */
#use-geolocation:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #use-geolocation {
        width: 100%;
        display: block;
    }
}

/* Modal-specific styling for wizard template */
.modal-body #use-geolocation {
    display: block;
    margin: 15px 0;
}

.modal-body #geolocation-feedback {
    margin: 10px 0;
}
