/* _content/BlazorAppSlo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bty74ge1ud] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bty74ge1ud] {
    flex: 1;
}

.sidebar[b-bty74ge1ud] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bty74ge1ud] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bty74ge1ud]  a, .top-row[b-bty74ge1ud]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bty74ge1ud]  a:hover, .top-row[b-bty74ge1ud]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bty74ge1ud]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* CENTERED LOGO HEADER */
.app-header[b-bty74ge1ud] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(248, 250, 252, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.96);
}

.app-header-inner[b-bty74ge1ud] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.6rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-logo-link[b-bty74ge1ud] {
    display: inline-block;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-logo-link:hover[b-bty74ge1ud] {
    opacity: 0.85;
    transform: translateY(-1px);
}

.app-logo[b-bty74ge1ud] {
    display: block;
    height: 2.8rem;
    width: auto;
    object-fit: contain;
}

@media (max-width: 640.98px) {
    .top-row[b-bty74ge1ud] {
        justify-content: space-between;
    }

    .top-row[b-bty74ge1ud]  a, .top-row[b-bty74ge1ud]  .btn-link {
        margin-left: 0;
    }

    .container[b-bty74ge1ud] {
        padding: 10px;
    }

    .hero[b-bty74ge1ud] {
        padding: 30px 15px;
    }

    .hero h1[b-bty74ge1ud] {
        font-size: 1.8em;
    }

    .price-card[b-bty74ge1ud] {
        margin-bottom: 20px;
    }

    .stats-grid[b-bty74ge1ud] {
        grid-template-columns: 1fr;
    }

    .app-header-inner[b-bty74ge1ud] {
        padding: 0.5rem 0.75rem;
    }

    .app-logo[b-bty74ge1ud] {
        height: 2.2rem;
    }
}

@media (min-width: 641px) {
    .page[b-bty74ge1ud] {
        flex-direction: row;
    }

    .sidebar[b-bty74ge1ud] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bty74ge1ud] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bty74ge1ud]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bty74ge1ud], article[b-bty74ge1ud] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .app-header-inner[b-bty74ge1ud] {
        padding: 0.7rem 1.2rem;
    }

    .app-logo[b-bty74ge1ud] {
        height: 3rem;
    }
}

#blazor-error-ui[b-bty74ge1ud] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bty74ge1ud] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorAppSlo/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zr3zpbm19f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #333333;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0.1);
}

.navbar-toggler:checked[b-zr3zpbm19f] {
    background-color: rgba(0, 0, 0, 0.2);
}

.top-row[b-zr3zpbm19f] {
    min-height: 3.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.bi[b-zr3zpbm19f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-zr3zpbm19f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-zr3zpbm19f] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-zr3zpbm19f] {
    padding-bottom: 1rem;
}

.nav-item[b-zr3zpbm19f]  .nav-link {
    color: #333333;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0.8rem 1.2rem;
}

.nav-item[b-zr3zpbm19f]  a.active {
    background-color: #e9ecef;
    color: #198754;
    font-weight: 500;
}

.nav-item[b-zr3zpbm19f]  .nav-link:hover {
    background-color: #e9ecef;
    color: #198754;
}

.nav-scrollable[b-zr3zpbm19f] {
    display: none;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zr3zpbm19f] {
    display: block;
}

/* Icon colors */
.bi-house-door-fill-nav-menu[b-zr3zpbm19f],
.bi-plus-square-fill-nav-menu[b-zr3zpbm19f],
.bi-list-nested-nav-menu[b-zr3zpbm19f],
.bi-person-fill-nav-menu[b-zr3zpbm19f],
.bi-arrow-bar-left-nav-menu[b-zr3zpbm19f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-zr3zpbm19f] {
        display: none;
    }

    .nav-scrollable[b-zr3zpbm19f] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.logo[b-zr3zpbm19f] {
    max-width: 150px;
    height: auto;
}

.navbar-brand[b-zr3zpbm19f] {
    padding: 0;
}

.navbar-brand img[b-zr3zpbm19f] {
    max-height: 40px;
    width: auto;
}

.logo-link[b-zr3zpbm19f] {
    display: flex;
    align-items: center;
    margin-right: auto;
}

@media (max-width: 640.98px) {
    .navbar-brand img[b-zr3zpbm19f] {
        max-height: 30px;
    }
}
/* _content/BlazorAppSlo/Components/OutputResults/SloveniaConvenienceRecap.razor.rz.scp.css */
/* ========== RIEPILOGO COMPATTO MOBILE ========== */

.convenience-recap[b-gy5g2l8wei] {
    margin: 1rem 1rem 0.5rem;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Header Minimale */
.recap-header[b-gy5g2l8wei] {
    padding: 0.875rem 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.recap-title[b-gy5g2l8wei] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recap-title i[b-gy5g2l8wei] {
    color: #4285f4;
    font-size: 0.875rem;
}

/* ========== CARDS AFFIANCATE COMPATTE ========== */
.comparison-grid[b-gy5g2l8wei] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    padding: 1rem;
    align-items: center;
}

.comparison-card[b-gy5g2l8wei] {
    background: #fafbfc;
    border-radius: 10px;
    padding: 0.875rem;
    border: 2px solid transparent;
}

.comparison-card.slovenia[b-gy5g2l8wei] {
    border-color: #34c759;
}

.comparison-card.italy[b-gy5g2l8wei] {
    border-color: #4285f4;
}

/* Flag Badge Minimale */
.card-flag[b-gy5g2l8wei] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 20px;
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.comparison-card.slovenia .card-flag[b-gy5g2l8wei] {
    background: #d1f4e0;
    color: #0d7337;
}

.comparison-card.italy .card-flag[b-gy5g2l8wei] {
    background: #d4e3fc;
    color: #1a5dc9;
}

.card-flag i[b-gy5g2l8wei] {
    font-size: 0.75rem;
}

/* Info Stazione Compatta */
.station-info h4[b-gy5g2l8wei] {
    margin: 0 0 0.25rem 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #212529;
    /* 🔧 NOMI STAZIONE SU 2 RIGHE */
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    white-space: normal;
}

.station-info p[b-gy5g2l8wei] {
    margin: 0;
    font-size: 0.75rem;
    color: #6c757d;
    /* 🔧 CITTÀ SU 2 RIGHE */
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    white-space: normal;
}

/* Prezzo Compatto */
.price-info[b-gy5g2l8wei] {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid #e9ecef;
}

.price-large[b-gy5g2l8wei] {
    font-size: 1.375rem;
    font-weight: 800;
    color: #212529;
    line-height: 1;
    margin-bottom: 0.375rem;
}

.distance[b-gy5g2l8wei] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.distance i[b-gy5g2l8wei] {
    color: #4285f4;
    margin-right: 0.25rem;
}

.total-cost[b-gy5g2l8wei] {
    font-size: 0.8125rem;
    color: #495057;
    font-weight: 500;
}

.total-cost strong[b-gy5g2l8wei] {
    color: #212529;
    font-weight: 700;
    font-size: 0.9375rem;
}

/* VS Separator Compatto */
.vs-separator[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-circle[b-gy5g2l8wei] {
    width: 32px;
    height: 32px;
    background: #4285f4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* ========== VERDETTO FINALE COMPATTO ========== */
.final-verdict[b-gy5g2l8wei] {
    margin: 0.5rem 1rem 1rem;
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid transparent;
}

.final-verdict.slovenia-wins[b-gy5g2l8wei] {
    background: linear-gradient(135deg, #d1f4e0 0%, #e8faf1 100%);
    border-color: #34c759;
}

.final-verdict.italy-wins[b-gy5g2l8wei] {
    background: linear-gradient(135deg, #d4e3fc 0%, #e8f2ff 100%);
    border-color: #4285f4;
}

/* Verdetto Content */
.verdict-content[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

.verdict-icon[b-gy5g2l8wei] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.verdict-icon i[b-gy5g2l8wei] {
    font-size: 1.25rem;
}

.slovenia-wins .verdict-icon i[b-gy5g2l8wei] {
    color: #34c759;
}

.italy-wins .verdict-icon i[b-gy5g2l8wei] {
    color: #4285f4;
}

.verdict-text[b-gy5g2l8wei] {
    flex: 1;
}

.verdict-text h3[b-gy5g2l8wei] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
}

.savings[b-gy5g2l8wei] {
    margin: 0;
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
}

.savings strong[b-gy5g2l8wei] {
    font-weight: 800;
    font-size: 1rem;
}

.slovenia-wins .savings strong[b-gy5g2l8wei] {
    color: #34c759;
}

.italy-wins .savings strong[b-gy5g2l8wei] {
    color: #4285f4;
}

/* ========== BREAKDOWN MINIMALISTA ========== */
.breakdown-summary[b-gy5g2l8wei] {
    background: white;
    border-radius: 8px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.breakdown-item[b-gy5g2l8wei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0.375rem 0;
}

.breakdown-item span:first-child[b-gy5g2l8wei] {
    color: #6c757d;
    font-weight: 500;
    /* 🔧 TESTO SU 2 RIGHE SE NECESSARIO */
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    flex: 1;
    padding-right: 0.5rem;
}

.breakdown-item span:last-child[b-gy5g2l8wei] {
    font-weight: 700;
    white-space: nowrap;
}

.breakdown-item.total[b-gy5g2l8wei] {
    border-top: 2px solid #e9ecef;
    padding-top: 0.625rem;
    margin-top: 0.25rem;
    font-size: 0.9375rem;
}

.breakdown-item .positive[b-gy5g2l8wei] {
    color: #34c759;
}

.breakdown-item .negative[b-gy5g2l8wei] {
    color: #ff3b30;
}

.breakdown-item.total .positive[b-gy5g2l8wei] {
    font-size: 1.0625rem;
}

/* ========== RESPONSIVE MOBILE ========== */
@media (max-width: 380px) {
    /* Stack cards su schermi molto piccoli */
    .comparison-grid[b-gy5g2l8wei] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .vs-separator[b-gy5g2l8wei] {
        order: 2;
    }
    
    .comparison-card.slovenia[b-gy5g2l8wei] {
        order: 1;
    }
    
    .comparison-card.italy[b-gy5g2l8wei] {
        order: 3;
    }
    
    .vs-circle[b-gy5g2l8wei] {
        width: 28px;
        height: 28px;
        font-size: 0.625rem;
    }
}

/* ========== TABLET/DESKTOP ========== */
@media (min-width: 768px) {
    .convenience-recap[b-gy5g2l8wei] {
        margin: 1rem auto 1rem;
        max-width: 800px;
    }
    
    .comparison-grid[b-gy5g2l8wei] {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .comparison-card[b-gy5g2l8wei] {
        padding: 1.25rem;
    }
    
    .station-info h4[b-gy5g2l8wei] {
        font-size: 1rem;
    }
    
    .price-large[b-gy5g2l8wei] {
        font-size: 1.75rem;
    }
    
    .vs-circle[b-gy5g2l8wei] {
        width: 48px;
        height: 48px;
        font-size: 0.875rem;
    }
    
    .verdict-text h3[b-gy5g2l8wei] {
        font-size: 1.25rem;
    }
}
/* _content/BlazorAppSlo/Components/Pages/Admin-stats.razor.rz.scp.css */
.stats-container[b-y71bsuwbie] {
    padding: 20px;
}

.stats-grid[b-y71bsuwbie] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.stat-card[b-y71bsuwbie] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-value[b-y71bsuwbie] {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
}
/* _content/BlazorAppSlo/Components/Pages/CercaDistributori.razor.rz.scp.css */
/* PAGE LAYOUT - matching Home style */
.page-wrapper[b-ob01v59gfx] {
    min-height: 100vh;
    padding: 1.25rem 1rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
}

.page-header[b-ob01v59gfx] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.page-title[b-ob01v59gfx] {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 750;
    color: #111827;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.01em;
}

.subtitle-icon[b-ob01v59gfx] {
    margin-right: 0.35rem;
}

.page-subtitle[b-ob01v59gfx] {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
    .page-wrapper[b-ob01v59gfx] {
        padding: 0.6rem 0.75rem 1.4rem;
    }
    
    .page-title[b-ob01v59gfx] {
        font-size: 1.35rem;
    }
    
    .page-subtitle[b-ob01v59gfx] {
        font-size: 0.8rem;
    }
}

/* TABLET & DESKTOP */
@media (min-width: 768px) {
    .page-wrapper[b-ob01v59gfx] {
        padding: 1.8rem 1.5rem 2.5rem;
    }
    
    .page-header[b-ob01v59gfx] {
        margin-bottom: 2rem;
    }
    
    .page-title[b-ob01v59gfx] {
        font-size: 2rem;
    }
    
    .page-subtitle[b-ob01v59gfx] {
        font-size: 1rem;
    }
}
/* _content/BlazorAppSlo/Components/Pages/DistributoriVicini.razor.rz.scp.css */
/* Design Pulito Mobile-First */

.results-container[b-xh7ijog6wa] {
    min-height: 100vh;
    background: #ffffff;
    padding: 0;
}

/* ========== HEADER SCROLLABILE (NO STICKY) ========== */
.results-header[b-xh7ijog6wa] {
    background: white;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-radius: 12px;
    margin: 1rem 1rem 0.875rem;
    border: 1px solid #e8ecf1;
}

.back-btn[b-xh7ijog6wa] {
    background: white;
    border: 1.5px solid #dfe4ea;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    color: #495057;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s;
    touch-action: manipulation;
}

.back-btn:active[b-xh7ijog6wa] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.results-title[b-xh7ijog6wa] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.875rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.results-title i[b-xh7ijog6wa] {
    color: #4285f4;
}

/* ========== SEARCH SUMMARY - COMPATTO PILLS ========== */
.search-summary[b-xh7ijog6wa] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.summary-item[b-xh7ijog6wa] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: #ffffff;
    border-radius: 20px;
    color: #495057;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    max-width: 100%;
}

.summary-item span[b-xh7ijog6wa] {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
}

.summary-item i[b-xh7ijog6wa] {
    color: #4285f4;
    font-size: 0.875rem;
    flex-shrink: 0;
}

/* Loading */
.loading-container[b-xh7ijog6wa] {
    text-align: center;
    padding: 4rem 1.5rem;
}

.loading-spinner i[b-xh7ijog6wa] {
    font-size: 3rem;
    color: #4285f4;
    animation: spin-b-xh7ijog6wa 1s linear infinite;
}

@keyframes spin-b-xh7ijog6wa {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.loading-text[b-xh7ijog6wa] {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 1rem;
}

/* Cards Grid */
.distributori-grid[b-xh7ijog6wa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

/* ✨ CARD PRINCIPALE - DESIGN PREMIUM ✨ */
.distributore-card[b-xh7ijog6wa] {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        0 1px 3px rgba(0,0,0,0.06),
        0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f2f5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.distributore-card[b-xh7ijog6wa]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, transparent);
    transition: all 0.3s;
}

.distributore-card.slovenian[b-xh7ijog6wa]::before {
    background: linear-gradient(90deg, #34c759, #28a745);
}

.distributore-card.italian[b-xh7ijog6wa]::before {
    background: linear-gradient(90deg, #4285f4, #1a73e8);
}

.distributore-card:active[b-xh7ijog6wa] {
    transform: translateY(-2px);
    box-shadow: 
        0 2px 6px rgba(0,0,0,0.08),
        0 8px 24px rgba(0,0,0,0.12);
}

/* Card Header */
.card-header[b-xh7ijog6wa] {
    padding: 1.125rem 1.25rem;
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #f0f2f5;
}

.station-info[b-xh7ijog6wa] {
    flex: 1;
    min-width: 0;
}

.station-name[b-xh7ijog6wa] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* 🎨 Badge Paese Premium */
.country-badge[b-xh7ijog6wa] {
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.country-badge.slovenia[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #d1f4e0, #b8f0d1);
    color: #0d7337;
    border: 1px solid #9ee9be;
}

.country-badge.italy[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #d4e3fc, #c1d8fc);
    color: #1a5dc9;
    border: 1px solid #a8c9fc;
}

/* Card Body */
.card-body[b-xh7ijog6wa] {
    padding: 1.25rem;
}

/* 💰 PRICE SECTION */
.price-section[b-xh7ijog6wa] {
    text-align: center;
    padding: 1.25rem 0;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #f0f2f5;
}

.current-price[b-xh7ijog6wa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
}

.price-label[b-xh7ijog6wa] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
}

.price-value[b-xh7ijog6wa] {
    font-size: 2.75rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -0.02em;
}

/* Discount Info */
.discount-info[b-xh7ijog6wa] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 0.625rem;
}

.original-price[b-xh7ijog6wa] {
    text-decoration: line-through;
    color: #adb5bd;
    font-size: 0.9375rem;
    font-weight: 600;
}

.discount-badge[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #34c759, #28a745);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(52, 199, 89, 0.3);
}

/* 📍 Location Info */
.location-info[b-xh7ijog6wa] {
    margin-bottom: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.location-info p[b-xh7ijog6wa] {
    margin: 0;
    color: #495057;
    font-size: 0.875rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.5;
}

.address[b-xh7ijog6wa] {
    font-weight: 600;
    color: #212529;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.location-info i[b-xh7ijog6wa] {
    width: 18px;
    text-align: center;
    color: #4285f4;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 0.9375rem;
}

/* 💵 Cost Breakdown */
.cost-breakdown[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.125rem;
    border: 1px solid #e9ecef;
}

.cost-item[b-xh7ijog6wa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.cost-item.total[b-xh7ijog6wa] {
    border-top: 2px solid #dee2e6;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.cost-label[b-xh7ijog6wa] {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 600;
}

.cost-value[b-xh7ijog6wa] {
    font-weight: 700;
    color: #212529;
    font-size: 1rem;
}

.cost-item.total .cost-value[b-xh7ijog6wa] {
    font-size: 1.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Info Tags */
.additional-info[b-xh7ijog6wa] {
    margin-bottom: 0.875rem;
}

.info-tags[b-xh7ijog6wa] {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.tag[b-xh7ijog6wa] {
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.tag.fuel-type[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #e3f2fd, #d1e7fd);
    color: #1976d2;
    border: 1px solid #bbdefb;
}

.tag.updated[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #f1f3f5, #e9ecef);
    color: #495057;
    border: 1px solid #dee2e6;
}

/* ⏳ Badge prezzo in scadenza - solo distributori sloveni dopo 10 giorni */
.tag.expiring[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #ff9f2e, #f57c00);
    color: #ffffff;
    border: 1px solid #e65c00;
    box-shadow: 0 2px 6px rgba(245, 124, 0, 0.35);
    animation: pulse-orange-b-xh7ijog6wa 2s ease-in-out infinite;
}

@keyframes pulse-orange-b-xh7ijog6wa {
    0%, 100% {
        box-shadow: 0 2px 6px rgba(245, 124, 0, 0.35);
    }
    50% {
        box-shadow: 0 2px 14px rgba(245, 124, 0, 0.65);
    }
}

/* Nota frequenza aggiornamento prezzi sloveni */
.slovenia-update-note[b-xh7ijog6wa] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #8a9ab0;
}

.slovenia-update-note i[b-xh7ijog6wa] {
    font-size: 0.65rem;
    color: #aab4bf;
    flex-shrink: 0;
}

/* 🚗 BOTTONE NAVIGA */
.card-actions[b-xh7ijog6wa] {
    padding: 0;
    background: transparent;
}

.action-btn[b-xh7ijog6wa] {
    width: 100%;
    padding: 1.25rem;
    border: none;
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 0 0 16px 16px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navigate-btn[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #34c759 0%, #28a745 100%);
    color: white;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.2),
        0 2px 8px rgba(52, 199, 89, 0.3);
}

.navigate-btn:active[b-xh7ijog6wa] {
    background: linear-gradient(135deg, #2db04d 0%, #218838 100%);
    transform: scale(0.98);
    box-shadow: 
        inset 0 2px 4px rgba(0,0,0,0.2),
        0 1px 4px rgba(52, 199, 89, 0.2);
}

.navigate-btn i[b-xh7ijog6wa] {
    font-size: 1.375rem;
}

/* No Results */
.no-results[b-xh7ijog6wa] {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #ffffff;
    border-radius: 12px;
    margin: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.no-results i[b-xh7ijog6wa] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.no-results h3[b-xh7ijog6wa] {
    font-size: 1.25rem;
    color: #212529;
    margin: 0.5rem 0;
    font-weight: 700;
}

.no-results p[b-xh7ijog6wa] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.retry-btn[b-xh7ijog6wa] {
    background: #4285f4;
    color: white;
    border: none;
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    touch-action: manipulation;
}

.retry-btn:active[b-xh7ijog6wa] {
    background: #3367d6;
}

/* Modal */
.modal-overlay[b-xh7ijog6wa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    animation: fadeIn-b-xh7ijog6wa 0.2s ease;
}

@keyframes fadeIn-b-xh7ijog6wa {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-xh7ijog6wa] {
    background: white;
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    animation: slideUp-b-xh7ijog6wa 0.3s ease;
}

@keyframes slideUp-b-xh7ijog6wa {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.modal-header[b-xh7ijog6wa] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e8ecf1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.modal-header h3[b-xh7ijog6wa] {
    margin: 0;
    font-size: 1.125rem;
    color: #212529;
    font-weight: 700;
}

.close-btn[b-xh7ijog6wa] {
    background: #f8f9fa;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    touch-action: manipulation;
}

.close-btn:active[b-xh7ijog6wa] {
    background: #e9ecef;
}

.close-btn i[b-xh7ijog6wa] {
    font-size: 1.125rem;
    color: #495057;
}

.modal-body[b-xh7ijog6wa] {
    padding: 1.25rem;
}

.detail-section[b-xh7ijog6wa] {
    margin-bottom: 1.5rem;
}

.detail-section h4[b-xh7ijog6wa] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #495057;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-grid[b-xh7ijog6wa] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.detail-item[b-xh7ijog6wa] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.detail-label[b-xh7ijog6wa] {
    font-size: 0.8125rem;
    color: #6c757d;
    font-weight: 500;
}

.detail-value[b-xh7ijog6wa] {
    color: #212529;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: right;
}

.price-breakdown[b-xh7ijog6wa],
.calculation-detail[b-xh7ijog6wa] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.price-row[b-xh7ijog6wa],
.calc-row[b-xh7ijog6wa] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.875rem;
}

.price-row.discount[b-xh7ijog6wa] {
    color: #34c759;
    font-weight: 600;
}

.price-row.final[b-xh7ijog6wa],
.calc-row.total[b-xh7ijog6wa] {
    border-top: 1px solid #dee2e6;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
}

.location-detail p[b-xh7ijog6wa] {
    margin: 0.5rem 0;
    color: #495057;
    font-size: 0.875rem;
    padding: 0.625rem;
    background: #f8f9fa;
    border-radius: 6px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.location-detail strong[b-xh7ijog6wa] {
    color: #212529;
    font-weight: 700;
}

/* Safe Area per iPhone */
@supports (padding: max(0px)) {
    .results-header[b-xh7ijog6wa] {
        padding-top: max(1rem, env(safe-area-inset-top));
    }
    
    .modal-content[b-xh7ijog6wa] {
        padding-bottom: max(0px, env(safe-area-inset-bottom));
    }
}

.modal-content[b-xh7ijog6wa] {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Tablet e Desktop */
@media (min-width: 768px) {
    .distributori-grid[b-xh7ijog6wa] {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        display: grid;
    }
    
    .modal-overlay[b-xh7ijog6wa] {
        align-items: center;
        justify-content: center;
    }
    
    .modal-content[b-xh7ijog6wa] {
        border-radius: 16px;
        max-width: 600px;
        max-height: 90vh;
    }
}
/* _content/BlazorAppSlo/Components/Pages/Home.razor.rz.scp.css */
/* ROOT LAYOUT */
.home-root[b-6a656bhly8] {
    min-height: 100vh;
    padding: 1.25rem 1rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HERO MOBILE FIRST */
.hero-mobile[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: radial-gradient(circle at top left, #1e88e5 0, #0d47a1 45%, #050816 100%);
    color: #ffffff;
    border-radius: 1.5rem;
    padding: 1.4rem 1.3rem 1.6rem;
    box-shadow: 0 16px 40px rgba(13, 71, 161, 0.3);
    position: relative;
    overflow: hidden;
}

/* Decorazione soft */
.hero-mobile[b-6a656bhly8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0 0, rgba(255,255,255,0.18), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-top[b-6a656bhly8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hero-badge[b-6a656bhly8] {
    display: flex;
    justify-content: flex-start;
}

.badge-pill[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e2e8f0;
}

.hero-title[b-6a656bhly8] {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 750;
    margin: 0;
}

.hero-highlight[b-6a656bhly8] {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.95;
}

.hero-subtitle[b-6a656bhly8] {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #e3f2fd;
    max-width: 28rem;
}

.hero-actions[b-6a656bhly8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* CTA PRINCIPALE */
.btn-primary-cta[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #00c853, #1de9b6);
    color: #0b1726;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(0, 200, 83, 0.35);
    transform-origin: center;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out, filter 0.12s ease-out;
}

.btn-primary-main[b-6a656bhly8] {
    font-size: 0.98rem;
    font-weight: 700;
}

.btn-primary-sub[b-6a656bhly8] {
    font-size: 0.78rem;
    opacity: 0.85;
}

.btn-primary-cta:active[b-6a656bhly8] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 8px 22px rgba(0, 200, 83, 0.28);
    filter: brightness(0.98);
}

.hero-secondary-info[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: #cfd8dc;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(12px);
    align-self: flex-start;
}

.dot-online[b-6a656bhly8] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #69f0ae;
    box-shadow: 0 0 0 4px rgba(105, 240, 174, 0.3);
}

/* BLOCCO PROVINCIA + CARDS */
.province-and-status[b-6a656bhly8] {
    margin-top: 1.5rem;
}

.province-card[b-6a656bhly8] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1rem 0.9rem 1.1rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.province-card-header[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.section-title-main[b-6a656bhly8] {
    font-size: 1.15rem;
    margin: 0;
    color: #111827;
    font-weight: 700;
}

.section-subtitle[b-6a656bhly8] {
    margin: 0.25rem 0 0;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Selector provincia (stesso naming, nuovo styling) */
.province-selector-inline[b-6a656bhly8] {
    align-self: stretch;
}

.selector-container-compact[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: linear-gradient(120deg, #1e88e5, #1565c0);
    box-shadow: 0 8px 20px rgba(21, 101, 192, 0.35);
}

.selector-label-compact[b-6a656bhly8] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #e3f2fd;
    font-size: 0.8rem;
    font-weight: 600;
}

.selector-label-compact i[b-6a656bhly8] {
    font-size: 0.9rem;
}

.province-dropdown-compact[b-6a656bhly8] {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(13, 71, 161, 0.35);
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    min-width: 6rem;
}

.province-dropdown-compact option[b-6a656bhly8] {
    background: #0d47a1;
    color: #ffffff;
}

/* LOADING / NO DATA */
.loading-section[b-6a656bhly8] {
    text-align: center;
    padding: 2.3rem 1rem 2rem;
    color: #4b5563;
}

.loading-spinner[b-6a656bhly8] {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.spinner-circle[b-6a656bhly8] {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    border: 3px solid rgba(37, 99, 235, 0.18);
    border-top-color: #2563eb;
    animation: spin-b-6a656bhly8 0.8s linear infinite;
}

.loading-text[b-6a656bhly8] {
    font-size: 0.9rem;
    margin: 0;
}

.no-data[b-6a656bhly8] {
    text-align: center;
    padding: 1.8rem 1.2rem;
    background: #f9fafb;
    border-radius: 0.9rem;
    color: #6b7280;
    font-size: 0.9rem;
}

/* CARDS PREZZI */
.cards-container[b-6a656bhly8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-top: 0.4rem;
}

.price-card[b-6a656bhly8] {
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
}

.price-card:active[b-6a656bhly8] {
    transform: scale(0.995) translateY(1px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.card-header[b-6a656bhly8] {
    padding: 0.9rem 1rem;
    color: #ffffff;
}

.card-header.benzina[b-6a656bhly8] {
    background: linear-gradient(130deg, #00c853, #009624);
}

.card-header.diesel[b-6a656bhly8] {
    background: linear-gradient(130deg, #111827, #020617);
}

.card-header-main[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.card-header-main h3[b-6a656bhly8] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
}

.card-header-sub[b-6a656bhly8] {
    margin: 0.3rem 0 0;
    font-size: 0.75rem;
    opacity: 0.92;
}

/* CHIP CARBURANTE */
.fuel-chip[b-6a656bhly8] {
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.fuel-benzina[b-6a656bhly8] {
    background: rgba(224, 242, 241, 0.18);
}

.fuel-diesel[b-6a656bhly8] {
    background: rgba(243, 244, 246, 0.15);
}

/* TABELLA DISTRIBUTORI */
.distributori-table[b-6a656bhly8] {
    padding: 0.2rem 0.3rem 0.6rem;
}

.distributore-row[b-6a656bhly8] {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid #f3f4f6;
    gap: 0.6rem;
}

.distributore-row:last-child[b-6a656bhly8] {
    border-bottom: none;
}

.distributore-row.benzina[b-6a656bhly8] {
    border-left: 3px solid #22c55e;
}

.distributore-row.diesel[b-6a656bhly8] {
    border-left: 3px solid #111827;
}

.distributore-row.slovenia[b-6a656bhly8] {
    border-left: 3px solid #f97316;
    background: linear-gradient(90deg, #fff7ed, #fffbeb);
}

.rank[b-6a656bhly8] {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f9fafb;
    font-size: 0.75rem;
    font-weight: 700;
}

.distributore-row.slovenia .rank[b-6a656bhly8] {
    background: #f97316;
    font-size: 0.72rem;
}

.station-info[b-6a656bhly8] {
    flex: 1;
    min-width: 0;
}

.station-name[b-6a656bhly8] {
    font-size: 0.88rem;
    font-weight: 650;
    color: #111827;
    text-transform: uppercase;
}

.station-details[b-6a656bhly8] {
    font-size: 0.78rem;
    color: #6b7280;
    text-transform: uppercase;
    margin-top: 0.05rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.price-info[b-6a656bhly8] {
    text-align: right;
    flex-shrink: 0;
}

.price[b-6a656bhly8] {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0f172a;
}

.distance[b-6a656bhly8] {
    font-size: 0.74rem;
    color: #6b7280;
}

/* Separatore Slovenia */
.slovenia-separator[b-6a656bhly8] {
    margin: 0.25rem 0.4rem 0.35rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.74rem;
    font-weight: 600;
    color: #7c2d12;
    background: linear-gradient(90deg, #fed7aa, #ffedd5);
    text-align: center;
}

/* ULTIMO AGGIORNAMENTO */
.last-update[b-6a656bhly8] {
    margin-top: 0.6rem;
    text-align: center;
}

.update-info[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}

/* SEZIONE PETROLIO */
.oil-section[b-6a656bhly8] {
    margin-top: 1.5rem;
}

.oil-summary[b-6a656bhly8] {
    background: linear-gradient(135deg, #1e3c72 0, #2a5298 100%);
    border-radius: 1.1rem;
    padding: 1rem 0.9rem;
    box-shadow: 0 12px 32px rgba(30, 60, 114, 0.4);
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #ffffff;
}

.oil-icon-wrapper[b-6a656bhly8] {
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oil-icon[b-6a656bhly8] {
    font-size: 1.4rem;
}

.oil-content[b-6a656bhly8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.oil-label[b-6a656bhly8] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.92;
}

.oil-price[b-6a656bhly8] {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.price-value[b-6a656bhly8] {
    font-size: 1.4rem;
    font-weight: 700;
}

.price-unit[b-6a656bhly8] {
    font-size: 0.78rem;
    opacity: 0.9;
}

.oil-change-wrapper[b-6a656bhly8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
}

.oil-change[b-6a656bhly8] {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
}

.oil-change.positive[b-6a656bhly8] {
    background: rgba(239, 68, 68, 0.32);
}

.oil-change.negative[b-6a656bhly8] {
    background: rgba(34, 197, 94, 0.32);
}

.trend-icon[b-6a656bhly8] {
    font-size: 0.9rem;
}

.change-value[b-6a656bhly8] {
    font-weight: 700;
}

.change-percent[b-6a656bhly8] {
    opacity: 0.9;
}

.change-period[b-6a656bhly8] {
    opacity: 0.85;
}

.oil-date[b-6a656bhly8] {
    opacity: 0.9;
}

/* ANIMAZIONI */
@keyframes spin-b-6a656bhly8 {
    to { transform: rotate(360deg); }
}

/* BREAKPOINTS */

/* MOBILE OPTIMIZATION - 90% usage */
@media (max-width: 767px) {
    .home-root[b-6a656bhly8] {
        padding: 0.6rem 0.75rem 1.4rem;
    }

    .hero-mobile[b-6a656bhly8] {
        padding: 1rem 0.9rem 1.2rem;
        border-radius: 1.1rem;
        box-shadow: 0 8px 22px rgba(13, 71, 161, 0.22);
        gap: 1rem;
    }

    .hero-title[b-6a656bhly8] {
        font-size: 1.35rem;
    }

    .hero-highlight[b-6a656bhly8] {
        font-size: 0.95rem;
    }

    .hero-subtitle[b-6a656bhly8] {
        font-size: 0.8rem;
        max-width: 20rem;
    }

    .btn-primary-cta[b-6a656bhly8] {
        padding: 0.7rem 0.85rem;
    }

    .province-and-status[b-6a656bhly8] {
        margin-top: 1.2rem;
    }

    .province-card[b-6a656bhly8] {
        padding: 0.8rem 0.8rem 0.9rem;
        border-radius: 0.95rem;
    }

    .cards-container[b-6a656bhly8] {
        gap: 0.6rem;
    }

    .distributore-row[b-6a656bhly8] {
        padding: 0.5rem 0.4rem;
        gap: 0.45rem;
    }

    .rank[b-6a656bhly8] {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0.7rem;
    }

    .station-name[b-6a656bhly8] {
        font-size: 0.8rem;
    }

    .station-details[b-6a656bhly8] {
        font-size: 0.72rem;
    }

    .price[b-6a656bhly8] {
        font-size: 0.9rem;
    }

    .oil-section[b-6a656bhly8] {
        margin-top: 1.1rem;
    }

    .oil-summary[b-6a656bhly8] {
        padding: 0.85rem 0.7rem;
    }
}

/* Very small phones: cut extra copy */
@media (max-width: 400px) {
    .hero-subtitle[b-6a656bhly8],
    .section-subtitle[b-6a656bhly8],
    .card-header-sub[b-6a656bhly8] {
        display: none;
    }

    .hero-badge[b-6a656bhly8] {
        display: none;
    }

    .home-root[b-6a656bhly8] {
        padding: 0.5rem 0.7rem 1.2rem;
    }

    .province-card-header[b-6a656bhly8] {
        gap: 0.5rem;
    }

    .section-title-main[b-6a656bhly8] {
        font-size: 1rem;
    }
}

/* ≥ 768px - tablet / small desktop */
@media (min-width: 768px) {
    .home-root[b-6a656bhly8] {
        padding: 1.8rem 1.5rem 2.5rem;
    }

    .hero-mobile[b-6a656bhly8] {
        padding: 1.8rem 1.8rem 2rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero-top[b-6a656bhly8] {
        max-width: 55%;
    }

    .hero-actions[b-6a656bhly8] {
        max-width: 40%;
        align-items: flex-end;
    }

    .btn-primary-cta[b-6a656bhly8] {
        align-items: flex-start;
    }

    .province-card[b-6a656bhly8] {
        padding: 1.3rem 1.3rem 1.4rem;
    }

    .province-card-header[b-6a656bhly8] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .cards-container[b-6a656bhly8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .oil-summary[b-6a656bhly8] {
        padding: 1.1rem 1.2rem;
    }
}

/* ≥ 1024px - desktop */
@media (min-width: 1024px) {
    .hero-title[b-6a656bhly8] {
        font-size: 2rem;
    }

    .hero-highlight[b-6a656bhly8] {
        font-size: 1.3rem;
    }

    .hero-subtitle[b-6a656bhly8] {
        font-size: 1rem;
    }

    .btn-primary-main[b-6a656bhly8] {
        font-size: 1.02rem;
    }

    .btn-primary-sub[b-6a656bhly8] {
        font-size: 0.82rem;
    }

    .section-title-main[b-6a656bhly8] {
        font-size: 1.3rem;
    }
}
/* _content/BlazorAppSlo/Components/Pages/Inserimento-litri.razor.rz.scp.css */
 .page-container[b-kihs0yvt3h] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-kihs0yvt3h] {
    max-width: 400px;
    width: 100%;
}

.title[b-kihs0yvt3h] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.input-container[b-kihs0yvt3h] {
    margin-bottom: 1.5rem;
}

.input-label[b-kihs0yvt3h] {
    display: block;
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.number-input[b-kihs0yvt3h] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1.125rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.number-input:focus[b-kihs0yvt3h] {
    border-color: #3b82f6;
}

.calc-btn[b-kihs0yvt3h] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.calc-btn:disabled[b-kihs0yvt3h] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.calc-btn.active:hover[b-kihs0yvt3h] {
    background-color: #2563eb;
}

.results-container[b-kihs0yvt3h] {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
}

.results-title[b-kihs0yvt3h] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.results-grid[b-kihs0yvt3h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.result-item[b-kihs0yvt3h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.result-item.price[b-kihs0yvt3h] {
    font-weight: 500;
}

.result-item.savings[b-kihs0yvt3h] {
    font-weight: 600;
    color: #059669;
    border-bottom: none;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 2px solid #e5e7eb;
}

.label[b-kihs0yvt3h] {
    color: #4b5563;
}

.value[b-kihs0yvt3h] {
    font-weight: 500;
    color: #1f2937;
}

.value.highlight[b-kihs0yvt3h] {
    color: #059669;
    font-size: 1.125rem;
}

/* Stile per rimuovere le frecce dall'input number */
.number-input[b-kihs0yvt3h]::-webkit-outer-spin-button,
.number-input[b-kihs0yvt3h]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input[type=number][b-kihs0yvt3h] {
    -moz-appearance: textfield;
}
.savings-banner[b-kihs0yvt3h] {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.savings-banner.slovenia[b-kihs0yvt3h] {
    background-color: #ecfdf5;
    border: 2px solid #059669;
}

.savings-banner.italia[b-kihs0yvt3h] {
    background-color: #eff6ff;
    border: 2px solid #3b82f6;
}

.savings-icon[b-kihs0yvt3h] {
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.slovenia .savings-icon[b-kihs0yvt3h] {
    color: #059669;
}

.italia .savings-icon[b-kihs0yvt3h] {
    color: #3b82f6;
}

.savings-content[b-kihs0yvt3h] {
    flex: 1;
}

.savings-title[b-kihs0yvt3h] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.25rem;
}

.slovenia .savings-title[b-kihs0yvt3h] {
    color: #059669;
}

.italia .savings-title[b-kihs0yvt3h] {
    color: #3b82f6;
}

.savings-amount[b-kihs0yvt3h] {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}

.savings-amount .amount[b-kihs0yvt3h] {
    font-weight: 600;
    font-size: 1.25rem;
}

.slovenia .amount[b-kihs0yvt3h] {
    color: #059669;
}

.italia .amount[b-kihs0yvt3h] {
    color: #3b82f6;
}
 /* Stili essenziali per i bottoni */
 .custom-control-buttons[b-kihs0yvt3h] {
     display: flex;
     gap: 1rem;
     margin-bottom: 2rem;
 }

 .custom-nav-btn[b-kihs0yvt3h] {
     padding: 0.75rem 1.5rem;
     border: none;
     border-radius: 8px;
     background: #f8f9fa;
     color: #2d3748;
     cursor: pointer;
     transition: all 0.2s ease-in-out;
     display: flex;
     align-items: center;
     gap: 0.5rem;
     border: 1px solid #e2e8f0;
 }

 .custom-nav-btn:hover[b-kihs0yvt3h] {
     background: #e2e8f0;
 }

 .custom-nav-btn:disabled[b-kihs0yvt3h] {
     opacity: 0.6;
     cursor: not-allowed;
 }

 .custom-nav-btn i[b-kihs0yvt3h] {
     font-size: 1rem;
 }
/* _content/BlazorAppSlo/Components/Pages/LocationMap.razor.rz.scp.css */
/* _content/BlazorAppSlo/Components/Pages/Scelta-area.razor.rz.scp.css */
.page-container[b-tnbe2pzlzx] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-tnbe2pzlzx] {
    max-width: 400px;
    width: 100%;
}

.title[b-tnbe2pzlzx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.button-group[b-tnbe2pzlzx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.area-btn[b-tnbe2pzlzx] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 3px solid transparent;
    cursor: pointer;
    background-color: #1f2937;
    color: white;
}

.area-btn:hover:not(.selected)[b-tnbe2pzlzx] {
    background-color: #111827;
}

.area-btn.selected[b-tnbe2pzlzx] {
    border-color: #60a5fa;
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.hybrid-checkbox[b-tnbe2pzlzx] {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-input[b-tnbe2pzlzx] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.checkbox-label[b-tnbe2pzlzx] {
    font-size: 1rem;
    color: #1f2937;
    cursor: pointer;
}

.next-btn[b-tnbe2pzlzx] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
}

.next-btn:disabled[b-tnbe2pzlzx] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.next-btn.active:hover[b-tnbe2pzlzx] {
    background-color: #2563eb;
}

.info-section[b-tnbe2pzlzx] {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.info-link[b-tnbe2pzlzx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3b82f6;
}

.info-icon[b-tnbe2pzlzx] {
    color: #3b82f6;
}

.link-text[b-tnbe2pzlzx] {
    color: #3b82f6;
    text-decoration: none;
}

.link-text:hover[b-tnbe2pzlzx] {
    text-decoration: underline;
} 
/* _content/BlazorAppSlo/Components/Pages/Scelta-rifornimento.razor.rz.scp.css */
.page-container[b-ez4mt78gxi] {
    width: 100%;
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content-wrapper[b-ez4mt78gxi] {
    max-width: 400px;
    width: 100%;
}

.title[b-ez4mt78gxi] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.button-group[b-ez4mt78gxi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.fuel-btn[b-ez4mt78gxi] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 3px solid transparent;
    cursor: pointer;
}

.diesel[b-ez4mt78gxi] {
    background-color: #1f2937;
    color: white;
}

.diesel:hover:not(.selected)[b-ez4mt78gxi] {
    background-color: #111827;
}

.diesel.selected[b-ez4mt78gxi] {
    border-color: #60a5fa; /* Bordo blu chiaro per il diesel selezionato */
    outline: 2px solid #60a5fa; /* Doppio bordo per maggiore enfasi */
    outline-offset: 2px;
}

.benzina[b-ez4mt78gxi] {
    background-color: #059669;
    color: white;
}

.benzina:hover:not(.selected)[b-ez4mt78gxi] {
    background-color: #047857;
}

.benzina.selected[b-ez4mt78gxi] {
    border-color: #60a5fa; /* Bordo verde chiaro per la benzina selezionata */
    outline: 2px solid #34d399; /* Doppio bordo per maggiore enfasi */
    outline-offset: 2px;
}

.next-btn[b-ez4mt78gxi] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #3b82f6;
    color: white;
    border: none;
    cursor: pointer;
}

.next-btn:disabled[b-ez4mt78gxi] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.next-btn.active:hover[b-ez4mt78gxi] {
    background-color: #2563eb;
} 
/* _content/BlazorAppSlo/Components/SearchSteps/Step1Position.razor.rz.scp.css */
.step-content[b-g3995u1h58] {
    padding: 20px;
    min-height: 400px;
}

.map-container[b-g3995u1h58] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

.map-element[b-g3995u1h58] {
    height: 300px;
    width: 100%;
    z-index: 1;
}

.address-text[b-g3995u1h58] {
    word-break: break-word;
    max-width: 500px;
}

/* Coordinate nascoste per default */
.coordinates-display[b-g3995u1h58] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    gap: 15px;
    z-index: 1000;
    font-size: 0.75em;
}

.coord-item[b-g3995u1h58] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.coord-label[b-g3995u1h58] {
    font-weight: 600;
    color: #666;
}

.coord-value[b-g3995u1h58] {
    color: #1976d2;
    font-weight: 500;
}

.map-hint[b-g3995u1h58] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 118, 210, 0.9);
    color: white;
    padding: 12px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    z-index: 1000;
    animation: pulse-b-g3995u1h58 2s infinite;
    text-align: center;
    max-width: 250px;
}

@keyframes pulse-b-g3995u1h58 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@media (max-width: 600px) {
    .address-text[b-g3995u1h58] {
        font-size: 0.9em;
    }

    .map-hint[b-g3995u1h58] {
        padding: 10px 16px;
        font-size: 0.9em;
    }
}
/* _content/BlazorAppSlo/Components/SearchSteps/Step2Fuel.razor.rz.scp.css */
.step-content[b-x3zpdrf6d4] {
    padding: 20px;
    min-height: 400px;
}

.fuel-buttons[b-x3zpdrf6d4] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.fuel-button[b-x3zpdrf6d4] {
    flex: 1;
    min-width: 140px;
    padding: 16px 24px !important;
    border-radius: 8px !important;
}

.range-display[b-x3zpdrf6d4] {
    text-align: center;
}

.range-labels[b-x3zpdrf6d4] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .fuel-buttons[b-x3zpdrf6d4] {
        flex-direction: column;
    }

    .fuel-button[b-x3zpdrf6d4] {
        min-width: 100%;
    }
}

.range-buttons[b-x3zpdrf6d4] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.range-button[b-x3zpdrf6d4] {
    min-width: 60px !important;
    flex: 1;
    max-width: 80px;
}
/* _content/BlazorAppSlo/Components/SearchSteps/Step4Vehicle.razor.rz.scp.css */
/* === STEP CONTENT BASE === */
.step-content[b-rmtw9bdb3g] {
    padding: 20px;
    min-height: 400px;
}

/* === RANGE BUTTONS (Raggio di Ricerca) === */
.range-buttons[b-rmtw9bdb3g] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.range-button[b-rmtw9bdb3g] {
    min-width: 60px !important;
    flex: 1;
    max-width: 80px;
}

/* === SLIDER CONTROLS (Serbatoio e Consumi) === */
.slider-controls[b-rmtw9bdb3g] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}

.slider-wrapper[b-rmtw9bdb3g] {
    flex: 1;
    padding: 0 8px;
}

.slider-button[b-rmtw9bdb3g] {
    flex-shrink: 0;
    width: 48px !important;
    height: 48px !important;
}

.mobile-slider[b-rmtw9bdb3g] {
    margin: 8px 0 !important;
}

/* === QUICK PRESETS (Chip Valori) === */
.quick-presets[b-rmtw9bdb3g] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.preset-chip[b-rmtw9bdb3g] {
    cursor: pointer;
    margin: 2px !important;
}

/* === ANTI-ZOOM MOBILE === */
.no-zoom[b-rmtw9bdb3g],
.slider-button[b-rmtw9bdb3g],
.range-button[b-rmtw9bdb3g],
.preset-chip[b-rmtw9bdb3g] {
    touch-action: manipulation !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-appearance: none !important;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
    /* Pulsanti più grandi su mobile */
    .slider-button[b-rmtw9bdb3g] {
        width: 52px !important;
        height: 52px !important;
    }

    .range-button[b-rmtw9bdb3g] {
        min-width: 65px !important;
        height: 44px !important;
    }

    /* Preset chip più grandi */
    .preset-chip[b-rmtw9bdb3g] {
        font-size: 0.9rem !important;
        height: 36px !important;
    }

    /* Slider migliorato per touch */
    .mobile-slider .mud-slider[b-rmtw9bdb3g] {
        height: 8px !important;
    }

    .mobile-slider .mud-slider-thumb[b-rmtw9bdb3g] {
        width: 24px !important;
        height: 24px !important;
        margin-top: -8px !important;
    }

    .mobile-slider .mud-slider-track[b-rmtw9bdb3g] {
        padding: 12px 0 !important;
    }

    /* Forza anti-zoom su tutti gli elementi touch */
    .slider-controls[b-rmtw9bdb3g],
    .slider-controls *[b-rmtw9bdb3g],
    .quick-presets[b-rmtw9bdb3g],
    .quick-presets *[b-rmtw9bdb3g],
    .range-buttons[b-rmtw9bdb3g],
    .range-buttons *[b-rmtw9bdb3g] {
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }
}

/* === TOUCH DEVICES OPTIMIZATION === */
@media (pointer: coarse) {
    .mobile-slider[b-rmtw9bdb3g] {
        padding: 16px 0 !important;
    }

    .mobile-slider .mud-slider-thumb[b-rmtw9bdb3g] {
        width: 28px !important;
        height: 28px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    }

    .mobile-slider .mud-slider-track[b-rmtw9bdb3g] {
        height: 10px !important;
    }
}

/* === GLOBAL TOUCH FIXES === */
.step-content *[b-rmtw9bdb3g] {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/* Ripristina selezione testo dove necessario */
.step-content input[b-rmtw9bdb3g],
.step-content textarea[b-rmtw9bdb3g],
.step-content [contenteditable][b-rmtw9bdb3g] {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

/* === UTILITY CLASSES === */
.range-display[b-rmtw9bdb3g] {
    text-align: center;
}

.range-labels[b-rmtw9bdb3g] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
/* _content/BlazorAppSlo/Components/SearchSteps/UnifiedSearchForm.razor.rz.scp.css */
/* ===========================================
   UNIFIED SEARCH FORM - ULTRA FIXED LAYOUT
   Layout bloccato con max specificity
   Spacing uniforme su TUTTE le sezioni
   🔧 BOTTONI +/- INGRANDITI A 4REM!
   =========================================== */

/* BASE FORM */
.unified-search-form[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 6rem;
    touch-action: pan-y pinch-zoom;
}

/* PROGRESS INDICATOR */
.unified-search-form .progress-indicator[b-8agilwl872] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 1rem 1.2rem;
    border-radius: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    margin-bottom: 0.6rem;
}

.unified-search-form .progress-step[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex: 1;
    opacity: 0.35;
    transition: opacity 0.2s ease;
}

.unified-search-form .progress-step.active[b-8agilwl872],
.unified-search-form .progress-step.completed[b-8agilwl872] {
    opacity: 1;
}

.unified-search-form .step-dot[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    background: #f3f4f6;
    color: #9ca3af;
    transition: all 0.2s ease;
}

.unified-search-form .progress-step.active .step-dot[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: #ffffff;
}

.unified-search-form .progress-step.completed .step-dot[b-8agilwl872] {
    background: linear-gradient(135deg, #00c853, #009624);
    color: #ffffff;
}

.unified-search-form .progress-step span[b-8agilwl872] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #4b5563;
    text-align: center;
}

.unified-search-form .progress-line[b-8agilwl872] {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin: 0 0.5rem;
    position: relative;
    top: -1.1rem;
    transition: background 0.3s ease;
}

.unified-search-form .progress-line.completed[b-8agilwl872] {
    background: linear-gradient(90deg, #00c853, #009624);
}

/* FORM CARD */
.unified-search-form .form-card[b-8agilwl872] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* SEARCH SECTIONS */
.unified-search-form .search-section[b-8agilwl872] {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    position: relative;
}

.unified-search-form .search-section:nth-child(1)[b-8agilwl872] { z-index: 1; }
.unified-search-form .search-section:nth-child(2)[b-8agilwl872] { z-index: 2; }
.unified-search-form .search-section:nth-child(3)[b-8agilwl872] { z-index: 3; }

/* SECTION HEADER */
.unified-search-form .section-header-static[b-8agilwl872] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.2rem;
    position: relative;
    z-index: 1;
}

.unified-search-form .section-icon-title[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.unified-search-form .section-icon[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.unified-search-form .section-icon.location[b-8agilwl872] {
    background: linear-gradient(130deg, #667eea, #764ba2);
}

.unified-search-form .section-icon.fuel[b-8agilwl872] {
    background: linear-gradient(130deg, #00c853, #009624);
}

.unified-search-form .section-icon.vehicle[b-8agilwl872] {
    background: linear-gradient(130deg, #1e88e5, #1565c0);
}

.unified-search-form .section-text[b-8agilwl872] {
    flex: 1;
    min-width: 0;
}

.unified-search-form .section-title[b-8agilwl872] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
}

.unified-search-form .section-subtitle[b-8agilwl872] {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    color: #6b7280;
    /* 🔧 INDIRIZZI SU 2 RIGHE */
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.3;
    white-space: normal;
}

/* SECTION CONTENT */
.unified-search-form .section-content[b-8agilwl872] {
    padding: 0 1.2rem 1.5rem;
    position: relative;
    z-index: 1;
}

/* GPS BUTTON */
.unified-search-form .gps-button[b-8agilwl872] {
    width: 100%;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
    box-shadow: 0 8px 20px rgba(21, 101, 192, 0.35);
    margin-bottom: 0.75rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.unified-search-form .gps-button:active[b-8agilwl872] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 6px 16px rgba(21, 101, 192, 0.3);
}

/* MAP */
.unified-search-form .map-container[b-8agilwl872] {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    isolation: isolate;
    contain: layout style;
    will-change: auto;
}

.unified-search-form .map-element[b-8agilwl872] {
    width: 100%;
    height: 100%;
    position: relative;
}

.unified-search-form .map-overlay[b-8agilwl872] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1000;
}

.unified-search-form .map-hint[b-8agilwl872] {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.6rem 1rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4b5563;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e7eb;
}

.unified-search-form .map-hint svg[b-8agilwl872] {
    color: #1e88e5;
    flex-shrink: 0;
}

/* =========================================== 
   INPUT GROUP - ULTRA FORCED
   =========================================== */
.unified-search-form .input-group[b-8agilwl872] {
    margin-bottom: 2rem !important;
    position: relative;
    z-index: 1;
}

.unified-search-form .input-group:last-child[b-8agilwl872] {
    margin-bottom: 0 !important;
}

.unified-search-form .input-label[b-8agilwl872] {
    display: block !important;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.2rem !important;
    letter-spacing: -0.01em;
}

/* =========================================== 
   FUEL SELECTOR - ULTRA SPECIFICITY
   =========================================== */
.unified-search-form .section-content .input-group .fuel-selector[b-8agilwl872] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 0.85rem !important;
    width: 100% !important;
}

/* Regola globale per TUTTI i breakpoint */
@media (min-width: 0px) and (max-width: 999999px) {
    .unified-search-form .fuel-selector[b-8agilwl872] {
        grid-template-columns: 1fr !important;
    }
    
    .unified-search-form .range-selector[b-8agilwl872] {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    /* VALUE CONTROL - LOCKED LAYOUT */
    .unified-search-form .value-control[b-8agilwl872] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
}

/* Blocco esplicito a 367px per fuel */
@media (min-width: 367px) {
    .unified-search-form .section-content .input-group .fuel-selector[b-8agilwl872] {
        grid-template-columns: 1fr !important;
    }
}

/* Blocco esplicito a 398px per value-control */
@media (min-width: 398px) {
    .unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

.unified-search-form .fuel-btn[b-8agilwl872] {
    min-height: 4rem;
    width: 100% !important;
    padding: 1.1rem 1.3rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box !important;
    touch-action: manipulation;
}

.unified-search-form .fuel-btn[b-8agilwl872]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(249,250,251,0.4));
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}

.unified-search-form .fuel-btn:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.unified-search-form .fuel-btn:hover[b-8agilwl872]::before {
    opacity: 1;
}

.unified-search-form .fuel-btn.active[b-8agilwl872] {
    border-color: #00c853;
    background: linear-gradient(135deg, #ffffff, #f0fdf4);
    color: #0f172a;
    box-shadow: 0 8px 24px rgba(0, 200, 83, 0.2), 0 0 0 3px rgba(0, 200, 83, 0.1);
    transform: translateY(-1px);
}

.unified-search-form .fuel-badge[b-8agilwl872] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.6rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.unified-search-form .fuel-btn:hover .fuel-badge[b-8agilwl872] {
    transform: scale(1.05);
}

.unified-search-form .fuel-btn.active .fuel-badge[b-8agilwl872] {
    transform: scale(1.1);
}

.unified-search-form .fuel-badge.benzina[b-8agilwl872] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.unified-search-form .fuel-badge.gasolio[b-8agilwl872] {
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

.unified-search-form .fuel-label[b-8agilwl872] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* =========================================== 
   RANGE SELECTOR - ULTRA SPECIFICITY
   =========================================== */
.unified-search-form .section-content .input-group .range-selector[b-8agilwl872] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.7rem !important;
    width: 100% !important;
}

.unified-search-form .range-btn[b-8agilwl872] {
    min-height: 4.5rem;
    width: 100% !important;
    padding: 0.9rem 0.6rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    box-sizing: border-box !important;
    touch-action: manipulation;
}

.unified-search-form .range-btn:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.unified-search-form .range-btn.active[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    border-color: #1e88e5;
    box-shadow: 0 8px 24px rgba(30, 136, 229, 0.35), 0 0 0 3px rgba(30, 136, 229, 0.1);
    transform: translateY(-2px) scale(1.02);
}

.unified-search-form .range-value[b-8agilwl872] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.2s ease;
}

.unified-search-form .range-btn.active .range-value[b-8agilwl872] {
    color: #ffffff;
    transform: scale(1.05);
}

.unified-search-form .range-unit[b-8agilwl872] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
}

.unified-search-form .range-btn.active .range-unit[b-8agilwl872] {
    color: rgba(255, 255, 255, 0.9);
}

/* =========================================== 
   🔥 VALUE CONTROL - BOTTONI +/- PIÙ GRANDI
   Capacità serbatoio e Consumi medi
   =========================================== */
.unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
    min-height: 6rem !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 1.25rem !important;
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.unified-search-form .value-control:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

/* 🔥 BOTTONI +/- INGRANDITI DA 3rem A 4rem! */
.unified-search-form .section-content .input-group .value-control .control-btn[b-8agilwl872] {
    width: 4rem !important;
    height: 4rem !important;
    flex-shrink: 0 !important;
    border-radius: 1rem;
    border: none;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    color: #1e88e5;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.12);
    position: relative;
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.unified-search-form .control-btn:hover:not(:disabled)[b-8agilwl872] {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: white;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(30, 136, 229, 0.35);
}

.unified-search-form .control-btn:active:not(:disabled)[b-8agilwl872] {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}

.unified-search-form .control-btn:disabled[b-8agilwl872] {
    opacity: 0.25;
    cursor: not-allowed;
    background: #f1f5f9;
}

.unified-search-form .section-content .input-group .value-control .value-display[b-8agilwl872] {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.2rem !important;
    padding: 0.5rem 0 !important;
}

.unified-search-form .value-number[b-8agilwl872] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.unified-search-form .value-unit[b-8agilwl872] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* SELECT */
.unified-search-form .area-select[b-8agilwl872] {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .area-select:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.unified-search-form .area-select:focus[b-8agilwl872] {
    outline: none;
    border-color: #1e88e5;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
    z-index: 10;
}

.unified-search-form .info-link[b-8agilwl872] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1e88e5;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.unified-search-form .info-link:hover[b-8agilwl872] {
    color: #1565c0;
    gap: 0.5rem;
}

/* TOGGLE */
.unified-search-form .toggle-group[b-8agilwl872] {
    margin-top: 0.6rem;
}

.unified-search-form .toggle-label[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    cursor: pointer;
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .toggle-label:hover[b-8agilwl872] {
    border-color: #cbd5e1;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.unified-search-form .toggle-input[b-8agilwl872] {
    display: none;
}

.unified-search-form .toggle-switch[b-8agilwl872] {
    position: relative;
    width: 3rem;
    height: 1.75rem;
    background: #cbd5e1;
    border-radius: 999px;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.unified-search-form .toggle-switch[b-8agilwl872]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 1.45rem;
    height: 1.45rem;
    background: white;
    border-radius: 999px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.unified-search-form .toggle-input:checked + .toggle-switch[b-8agilwl872] {
    background: linear-gradient(135deg, #00c853, #009624);
}

.unified-search-form .toggle-input:checked + .toggle-switch[b-8agilwl872]::after {
    transform: translateX(1.25rem);
}

.unified-search-form .toggle-text[b-8agilwl872] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    font-weight: 650;
    color: #111827;
}

.unified-search-form .toggle-text svg[b-8agilwl872] {
    color: #00c853;
}

/* FLOATING CTA */
.unified-search-form .floating-cta[b-8agilwl872] {
    position: sticky;
    bottom: 1rem;
    z-index: 100;
    margin-top: 2.5rem;
    padding-top: 1rem;
    isolation: isolate;
}

.unified-search-form .search-cta[b-8agilwl872] {
    width: 100%;
    padding: 0.95rem 1.2rem;
    background: linear-gradient(135deg, #00c853, #1de9b6);
    color: #0b1726;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: transform 0.14s ease-out, box-shadow 0.14s ease-out;
    box-shadow: 0 16px 40px rgba(0, 200, 83, 0.4);
    position: relative;
    z-index: 1;
    touch-action: manipulation;
}

.unified-search-form .search-cta:active:not(:disabled)[b-8agilwl872] {
    transform: scale(0.98) translateY(1px);
    box-shadow: 0 10px 28px rgba(0, 200, 83, 0.35);
}

.unified-search-form .search-cta:disabled[b-8agilwl872] {
    background: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

.unified-search-form .spinner[b-8agilwl872] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(11, 23, 38, 0.25);
    border-top-color: #0b1726;
    border-radius: 999px;
    animation: spin-b-8agilwl872 0.7s linear infinite;
}

@keyframes spin-b-8agilwl872 {
    to { transform: rotate(360deg); }
}

/* =========================================== 
   RESPONSIVE - SOLO DIMENSIONI
   =========================================== */

/* MOBILE < 768px */
@media (max-width: 767px) {
    .unified-search-form[b-8agilwl872] {
        gap: 0.8rem;
        padding-bottom: 5rem;
    }
    
    .unified-search-form .progress-indicator[b-8agilwl872] {
        padding: 0.9rem 1rem;
        margin-bottom: 0.8rem;
    }
    
    .unified-search-form .progress-step span[b-8agilwl872] {
        font-size: 0.65rem;
    }
    
    .unified-search-form .step-dot[b-8agilwl872] {
        width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1rem 1.1rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.1rem 1.5rem;
    }
    
    .unified-search-form .section-title[b-8agilwl872] {
        font-size: 0.95rem;
    }
    
    .unified-search-form .section-subtitle[b-8agilwl872] {
        font-size: 0.7rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 200px;
    }
    
    .unified-search-form .fuel-btn[b-8agilwl872] {
        min-height: 3.8rem;
        padding: 1rem 1.2rem;
    }
    
    .unified-search-form .fuel-badge[b-8agilwl872] {
        width: 2rem;
        height: 2rem;
    }
    
    .unified-search-form .range-selector[b-8agilwl872] {
        gap: 0.65rem !important;
    }
    
    .unified-search-form .range-btn[b-8agilwl872] {
        min-height: 4rem;
        padding: 0.8rem 0.5rem;
    }
    
    .unified-search-form .range-value[b-8agilwl872] {
        font-size: 1.3rem;
    }
    
    .unified-search-form .range-unit[b-8agilwl872] {
        font-size: 0.7rem;
    }
    
    /* 🔥 Value control mobile - BOTTONI 3.5REM */
    .unified-search-form .section-content .input-group .value-control[b-8agilwl872] {
        min-height: 5.5rem !important;
        padding: 1.25rem !important;
        gap: 1rem !important;
    }
    
    .unified-search-form .value-number[b-8agilwl872] {
        font-size: 2rem;
    }
    
    .unified-search-form .section-content .input-group .value-control .control-btn[b-8agilwl872] {
        width: 3.5rem !important;
        height: 3.5rem !important;
        font-size: 1.375rem;
    }
    
    .unified-search-form .area-select[b-8agilwl872] {
        margin-bottom: 0.8rem;
        padding: 0.85rem 0.95rem;
    }
    
    .unified-search-form .toggle-label[b-8agilwl872] {
        padding: 0.9rem 1rem;
    }
    
    .unified-search-form .floating-cta[b-8agilwl872] {
        position: relative;
        bottom: auto;
        margin-top: 2rem;
    }
    
    .unified-search-form .search-cta[b-8agilwl872] {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }
}

/* TABLET 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .unified-search-form[b-8agilwl872] {
        gap: 1rem;
        padding-bottom: 6rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1.1rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1.05rem 1.15rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.15rem 1.5rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 260px;
    }
}

/* DESKTOP >= 1024px */
@media (min-width: 1024px) {
    .unified-search-form[b-8agilwl872] {
        gap: 1.1rem;
        padding-bottom: 7rem;
    }
    
    .unified-search-form .form-card[b-8agilwl872] {
        gap: 1.2rem;
    }
    
    .unified-search-form .progress-indicator[b-8agilwl872] {
        padding: 1.1rem 1.4rem;
    }
    
    .unified-search-form .section-header-static[b-8agilwl872] {
        padding: 1.1rem 1.2rem;
    }
    
    .unified-search-form .section-content[b-8agilwl872] {
        padding: 0 1.2rem 1.5rem;
    }
    
    .unified-search-form .map-container[b-8agilwl872] {
        height: 300px;
    }
    
    .unified-search-form .floating-cta[b-8agilwl872] {
        margin-top: 3rem;
        padding-top: 1.5rem;
    }
}
