* {
    line-height: 1.6;
    box-sizing: border-box;
}
section, article {
    margin-bottom: 2rem;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    color: #222;
    background-color: #fafafa;
}

h1, h2, h3 {
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }

#map { min-height: 300px; }
#list {}
.item {
    border-top: 1px solid grey;
    padding: 5px 0;
}

#container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
}