body {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    background-color: #f5f7fa;
}

.card {
    border-radius: 0.75rem;
}

.location-status {
    font-size: 0.95rem;
}

.location-status.text-success i,
.location-status.text-danger i {
    margin-left: 0.35rem;
}

#mapPreviewLink {
    word-break: break-all;
}

@media (max-width: 576px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.table-responsive {
    max-height: 70vh;
}

.badge-accuracy {
    font-size: 0.75rem;
}
