.prose p + p {
    margin-top: 1rem;
}

.prose ul {
    list-style: disc;
    padding-left: 1.25rem;
}

#my-ip-card .ip-address {
    overflow-wrap: anywhere;
}

.leaflet-container {
    min-height: 400px;
}

@media (max-width: 640px) {
    .leaflet-container {
        min-height: 320px;
    }
}
