.main-container {
    width: calc(100% - 32px) !important;
    max-width: 1100px;
}

/* Mantener buen espacio en celulares */
@media (max-width: 767px) {
    .main-container {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Hide OpenStreetMap button */
a[href^="https://www.openstreetmap.org/search?query="] {
    display: none !important;
}

/* Hide Hybula powered-by text and GitHub badge */
footer.pt-3.mt-5.my-5.text-muted.border-top {
    display: none !important;
}
