@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body { font-family: 'Inter', sans-serif; }
#map { height: 450px; border-radius: 1rem; z-index: 10; }
.custom-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border: 1px solid #e2e8f0;
}
.sortable { cursor: pointer; user-select: none; }
.sortable:hover { color: #2563eb; }
/* [10] Keyboard focus styles for pagination */
button:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
    border-radius: 9999px;
}
