﻿
html, body {
    height: 100%;
}

/* SOLO iOS / Safari */
@supports (-webkit-touch-callout: none) {

    header {
        padding-top: calc(env(safe-area-inset-top) + 1px);
        background: #ffffff;
    }

    .navbar {
        min-height: 56px;
    }
}

.loader-countdown-inline {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 800;
    color: #ff6a00;
    text-align: center;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

.container {
    flex: 1;
}

main {
    flex: 1;
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
    text-align: center;
}

.item small {
    font-size: 12px;
    opacity: 0.7;
}

.nav-icon {
    background: linear-gradient(135deg, #4A6788, #2f445c);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 10px 14px;
    font-weight: 600;
    text-align: left;
    margin-top: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -2px 4px rgba(0,0,0,0.25);
    transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, background 0.08s ease-out;
    position: relative;
    overflow: hidden;
}

    .nav-icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 45%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255,255,255,0.45), transparent );
        animation: visitareShine 3.5s infinite;
    }


.info-distanza {
    text-align: left;
    margin-top: 4px;
    color: #222; /* km più deciso */
}

.km {
    /* verde background: linear-gradient(135deg, #43A047, #1B5E20);*/
    background: linear-gradient(135deg, #FFA726, #EF6C00);
    /* background: linear-gradient(135deg, #9AA4AE, #5F6B77); */
    /* background: linear-gradient(135deg, #4A6788, #2f445c); */
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
}

.tempo-icon {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}


.tempo-riga {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    text-align: left;

}

.tempo {
    color: #6c757d;
    font-size: 20px;
}

/* STILE BASE COMUNE (Sia per Attivo che Inattivo) */
.filtro-attivo, .filtro-inattivo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 12px; /* Angoli stile app */
    border: 1px solid; /* Bordo sempre presente */
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}


.filtro-attivo {
    background: linear-gradient(135deg, #3A5575, #6B85A3);
    color: #fff;
    border: 1px solid #3A5575;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.filtro-inattivo {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #2c2c2e !important;
    border-radius: 20px !important;
    padding: 6px 12px;
}

.filtro-scroll .btn.filtro-inattivo {
    border: 1px solid #2c2c2e !important;
}

.install-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

    .install-overlay.show {
        opacity: 1;
        pointer-events: all;
    }

.install-popup {
    background: #fff;
    width: 90%;
    max-width: 360px;
    border-radius: 20px;
    padding: 20px;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.install-overlay.show .install-popup {
    transform: scale(1);
}

/* contenuto */
.install-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.install-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
}

.install-title {
    font-size: 18px;
    font-weight: 600;
}

.install-sub {
    font-size: 13px;
    color: #777;
}

.install-body {
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.4;
}

.install-actions {
    display: flex;
    gap: 10px;
}

.btn-skip {
    flex: 1;
    background: #eee;
    border: none;
    border-radius: 12px;
    padding: 12px;
}

.btn-install {
    flex: 2;
    background: linear-gradient(135deg, #007bff, #ff7a00);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-weight: bold;
}


.no-risultati {
    padding: 20px;
    color: #555;
}

.titolo-no {
    font-size: 18px;
    font-weight: 700;
    color: #243B5A; /* blu brand */
    margin-bottom: 6px;
}

.sotto-no {
    font-size: 13px;
    color: #6c757d;
}



@keyframes guardaCartoon {
    0%

{
    transform: translate(0px, 0px);
}

20% {
    transform: translate(4px, -2px);
}

40% {
    transform: translate(-4px, 2px);
}

60% {
    transform: translate(3px, 3px);
}

80% {
    transform: translate(-3px, -2px);
}

100% {
    transform: translate(0px, 0px);
}

}

@keyframes sbattiPalpebre {
    0%, 92%, 100% {
        transform: scaleY(1);
    }

    94%, 96% {
        transform: scaleY(0.08);
    }
}




.occhi-cartoon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
    animation: bounce 2.6s infinite ease-in-out;
}

.occhio-cartoon {
    width: 34px;
    height: 42px;
    background: #ffffff;
    border: 3px solid #222;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    animation: sbattiPalpebre 3.2s infinite ease-in-out;
    transform-origin: center center;
}

.pupilla-cartoon {
    width: 14px;
    height: 14px;
    background: #111;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 9px;
    animation: guardaCartoon 1.9s infinite ease-in-out;
}

.riflesso-cartoon {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
}

.occhio-cartoon::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 4px;
    width: 22px;
    height: 10px;
    border-top: 3px solid #222;
    border-radius: 50%;
    opacity: 0.35;
}

.occhio-cartoon:nth-child(2) {
    animation-delay: 0.2s;
}

.pupilla-cartoon:nth-child(1) {
    animation-delay: 0.1s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}




.categoria {
    margin-top: 2px;
}

    .categoria h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        padding: 6px 10px;
        background: #4A6788;
        color: #fff;
        border-radius: 8px;
        text-transform: uppercase;
        text-align: center;
        transition: 3.2s;
    }

        .categoria h4:hover {
            transform: scale(1.02);
        }





.sticky-top {
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(4px);
}




.item {
    animation: fadeInUp 2.0s ease;
    padding: 8px 8px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    margin-bottom: 12px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    /* Sottile bordo per definire la forma*/
    box-shadow: 0 4px 8px rgba(1, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.item:hover {
    transform: scale(1.02);
}

.filtro-container {
    display: flex;
    justify-content: center;
}

.filtro-scroll {
    display: inline-flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 10px;
    max-width: 100%;
    scroll-behavior: smooth;
}

    .filtro-scroll::-webkit-scrollbar {
        display: none;
    }

    .filtro-scroll button {
        flex: 0 0 auto;
        border-radius: 20px;
        padding: 6px 12px;
        font-size: 22px;
        line-height: 1; /* evita spazi strani */
    }
    }

#risultati {
    padding-bottom: 80px;
}


#btnDoveQui {
    background: #ffffff;
    /*background: linear-gradient(180deg, #f7faff 0%, #edf4fb 100%);*/
    /*background: linear-gradient(180deg, #fffdf8 0%, #fff5e8 100%);*/
    color: #333;
    border-radius: 24px;
    border: 3px solid #e7eaf0;
    padding: 18px 20px;
    min-width: 85%;
    max-width: 80%; /* 👈 QUESTO È IL FIX */
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    position: relative;
    overflow: hidden;
}

    #btnDoveQui:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 34px rgba(0,0,0,0.12);
        border-color: #d7dce5;
    }

    #btnDoveQui:active,
    #btnDoveQui.pressed {
        transform: scale(0.98);
        box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    }

    #btnDoveQui.loading {
        box-shadow: 0 0 0 4px rgba(0,123,255,0.08), 0 0 28px rgba(0,123,255,0.18);
        border-color: #bdd6ff;
    }



    #btnDoveQui::after {
        content: "";
        position: absolute;
        top: 0;
        left: -85%;
        width: 35%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255,255,255,0.60), transparent );
        transform: skewX(-18deg);
        animation: shineDoveQui 4.2s 3;
        pointer-events: none;
    }

@keyframes shineDoveQui {

    0% {
        left: -85%;
    }

    45% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}





.logo-btn {
    width: 90%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto 6px auto;
}

.testo-btn {
    display: block;
    font-size: 18px;
    opacity: 0.78;
    line-height: 1.3;
    margin-top: 2px;
}

.fullscreen-loader {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 24px;
}

    .fullscreen-loader.show {
        display: flex;
    }

.loader-card {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.10);
    padding: 28px 24px;
    max-width: 320px;
    width: 100%;
}

.loader-map-pulse {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,102,0,0.16) 0%, rgba(255,102,0,0.08) 45%, rgba(255,102,0,0.02) 70%, transparent 71%);
    position: relative;
    animation: pulseMap 1.6s infinite ease-out;
}

    .loader-map-pulse::before {
        content: "📍";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
    }

@keyframes pulseMap {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1.22);
        opacity: 0.2;
    }
}

.loader-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}

.loader-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
}

.loader-chip {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 600;
}

/*
.sticky-top {
    backdrop-filter: blur(6px);
    background: rgba(248,249,250,0.88) !important;
}
*/
.mascot-loader {
    width: 60px; /* esempio */
    height: auto;
}

.home-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -10vw;
}

.homeIMG {
    width: 180px;
    height: auto;
    display: block;
}


.categoria-selezionata {
    display: inline-block;
    margin-top: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: #f1f3f5;
    font-weight: 600;
    font-size: 18px;
    color: #ff6a00; /* 🔥 sempre arancione */
    /* 🔥 EFFETTO SOSPESO */
    box-shadow: 0 6px 14px rgba(0, 7, 0, 0.12);
}

    .categoria-selezionata.warning {
        color: #ff6a00; /* arancione tuo */
    }

    .categoria-selezionata.attiva {
        color: #3A5575; /* blu brand quando selezionato */
    }












/* CONTENITORE LISTA */
#risultati,
.risultati-lista {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}

/* SINGOLO ITEM */
.poi-item {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    position: relative;
    overflow: hidden;
}

    .poi-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
        border-color: #cfdceb;
    }

    /* fascia laterale decorativa */
    .poi-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 5px;
        border-radius: 0 8px 8px 0;
        background: linear-gradient(180deg, #21a1ff, #1565c0);
    }

    /* TITOLO */
    .poi-item .poi-nome {
        font-size: 1rem;
        font-weight: 700;
        color: #16324f;
        margin-bottom: 6px;
        padding-left: 8px;
        line-height: 1.3;
    }

    /* SOTTOTESTO */
    .poi-item .poi-info {
        font-size: 0.92rem;
        color: #5c6f82;
        margin-bottom: 8px;
        padding-left: 8px;
        line-height: 1.4;
    }

    /* RIGA INFERIORE */
    .poi-item .poi-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        padding-left: 8px;
    }

    /* DISTANZA */
    .poi-item .poi-distanza {

    }

    /* BOTTONE NAVIGAZIONE */
    .poi-item .btn-nav {
        border: none;
        background: linear-gradient(135deg, #1da1f2, #1976d2);
        color: #fff;
        font-size: 0.90rem;
        font-weight: 700;
        padding: 9px 14px;
        border-radius: 12px;
        cursor: pointer;
        transition: transform 0.15s ease, opacity 0.15s ease;
    }

        .poi-item .btn-nav:hover {
            transform: scale(1.03);
            opacity: 0.96;
        }

        .poi-item .btn-nav:active {
            transform: scale(0.98);
        }

    /* CATEGORIA */
    .poi-item .poi-tipo {
        display: inline-block;
        font-size: 0.78rem;
        font-weight: 700;
        color: #fff;
        background: #ff9800;
        padding: 4px 9px;
        border-radius: 999px;
        margin-bottom: 8px;
        margin-left: 8px;
    }

/* versione compatta mobile */

    .poi-item {
        padding: 13px 14px;
        border-radius: 16px;
    }

        .poi-item .poi-nome {
            font-size: 0.96rem;
        }

        .poi-item .poi-info {
            font-size: 0.88rem;
        }

        .poi-item .poi-footer {
            flex-direction: column;
            align-items: stretch;
        }

        .poi-item .btn-nav {
            width: 100%;
            text-align: center;
        }



.top-toolbar {
    display: grid;
    grid-template-columns: 30% 1fr 22%;
    align-items: center;
    gap: 5px;
    padding: 5px 6px;
    width: 100%;
    box-sizing: border-box;
}


.btn-visitare {
    width: 100%;
    min-width: 0 !important;
    max-width: none;
    padding: 8px 6px !important;
    font-size: 12px;
}












    .custom-modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.45);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease;
        backdrop-filter: blur(4px);
    }

        .custom-modal-overlay.show {
            opacity: 1;
            visibility: visible;
        }

    .custom-modal {
        width: 92%;
        max-width: 360px;
        background: white;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 18px 50px rgba(0,0,0,.25);
        animation: modalShow .25s ease;
    }

    @keyframes modalShow {

        from {
            transform: translateY(20px) scale(.96);
            opacity: 0;
        }

        to {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }

    .custom-modal-title {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 14px;
        color: #2f445c;
    }

    .custom-modal-text {
        text-align: center;
        color: #555;
        font-size: 15px;
        margin-bottom: 22px;
    }

    .custom-modal-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .btn-modal-primary {
        border: none;
        border-radius: 16px;
        padding: 14px;
        font-weight: 700;
        color: white;
        background: linear-gradient(135deg,#4A6788,#2f445c);
        box-shadow: 0 8px 20px rgba(0,0,0,.18);
        transition: .18s;
    }

        .btn-modal-primary:active {
            transform: scale(.98);
        }

    .btn-modal-secondary {
        border: none;
        border-radius: 16px;
        padding: 12px;
        background: #f1f1f1;
        color: #555;
        font-weight: 600;
    }


.telefono-riga {
    margin-top: 8px;
    text-align: left;
}

.telefono-link {
    display: inline-block;
    background: #eef7f0;
    color: #1f7a3a;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 12px;
    text-decoration: none;
}

    .telefono-link:active {
        transform: scale(0.98);
    }

/*
.btn-visitare {
    border-radius: 14px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff9800, #ff6a00);
    color: white;
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.18);
    white-space: nowrap;
        padding-left: 0px !important;
    padding-right: 0px !important;
}*/
.btn-visitare {
    border-radius: 18px;
    font-weight: 800;
    background: linear-gradient(135deg, #ff9800, #ff6a00);
    color: white;
    border: none;
    box-shadow: 0 6px 16px rgba(255, 106, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.35);
    white-space: nowrap;
    width: 100%;
    min-width: 0 !important;
    max-width: none;
    padding: 8px 6px !important;
    font-size: 12px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
    animation: visitarePulse 2.8s infinite ease-in-out;
}
    .btn-visitare::after {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 45%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255,255,255,0.45), transparent );
        animation: visitareShine 3.5s 4; /*infinite*/
    }

    .
    
    
    
    
    
    
    :hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(255, 106, 0, 0.42), inset 0 1px 0 rgba(255,255,255,0.35);
    }

    .btn-visitare:active {
        transform: scale(.97);
    }

@keyframes visitarePulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.035);
    }
}

@keyframes visitareShine {
    0% {
        left: -80%;
    }

    45%, 100% {
        left: 130%;
    }
}



.link-visitare {
    display: block;
    margin: 8px 0;
    padding: 9px 10px;
    border-radius: 12px;
    background: #f5f7fa;
    color: #2f445c;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

/* INTRO mascotte */

.mascotte-intro {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: introFadeOut 0.8s ease forwards;
    animation-delay: 3s;
}

.mascotte-img {
    width: 180px;
    max-width: 70vw;
    animation: mascotteShow 3s ease-in-out forwards;
}

@keyframes mascotteShow {
    0% {
        transform: scale(0.2) rotate(0deg);
        opacity: 0;
    }

    25% {
        transform: scale(1.15) rotate(360deg);
        opacity: 1;
    }

    45% {
        transform: scale(1) rotate(360deg);
    }

    60% {
        transform: scale(1.08) rotate(375deg);
    }

    75% {
        transform: scale(1) rotate(360deg);
        filter: brightness(1.15);
    }

    90% {
        transform: scale(1.05) rotate(360deg);
    }

    100% {
        transform: scale(0.85) rotate(360deg);
        opacity: 0;
    }
}

@keyframes introFadeOut {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}


/* meteo oggi */

.weather-box {
    margin: 0px 12px 90px 12px;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #e8edf3;
}

.weather-header {
    font-size: 14px;
    font-weight: 700;
    color: #4A6788;
    margin-bottom: 8px;
    padding-left: 5px;
}

.weather-container {
    width: 100%;
}

.weather-today-card {
    display: flex;
    gap: 10px;
    background: linear-gradient(135deg, #f7faff, #edf3fa);
    border-radius: 14px;
    padding: 10px;
    border: 1px solid #dce6f0;
    align-items: stretch;
}

.weather-main {
    width: 34%;
    min-width: 95px;
    text-align: center;
    border-right: 1px solid #d7e2ee;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.weather-day-name {
    font-size: 13px;
    font-weight: 700;
    color: #4A6788;
}

.weather-icon {
    font-size: 22px;
    margin: 5px 0;
}

.weather-icon-big {
    font-size: 34px;
    margin: 6px 0;
}

.weather-temp {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.weather-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}

.weather-period {
    font-size: 12px;
    color: #333;
    line-height: 1.25;
}

    .weather-period strong {
        color: #4A6788;
        display: block;
        font-size: 12px;
    }

    .weather-period span {
        color: #555;
    }

.weather-loading {
    color: #777;
    padding: 7px;
    font-size: 12px;
}



/* chiudi risultati */
.categoria-header-risultati {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

    .categoria-header-risultati h4 {
        flex: 1;
        margin-bottom: 0;
    }

.btn-chiudi-risultati {
    border: none;
    border-radius: 999px;
    padding: 6px 10px;
    background: #f1f4f8;
    color: #4A6788;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


.navbar-localita {
    margin-left: 6px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #4A6788;
    letter-spacing: 0.2px;
    white-space: nowrap;
}