/* _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;
    }

@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;
    }
}

@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;
    }
}

#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 */
/* === CONVENIENCE RECAP === */
.convenience-recap[b-gy5g2l8wei] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 2px solid #e2e8f0;
}

.recap-header[b-gy5g2l8wei] {
    text-align: center;
    margin-bottom: 2rem;
}

.recap-title[b-gy5g2l8wei] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.comparison-grid[b-gy5g2l8wei] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.comparison-card[b-gy5g2l8wei] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 2px solid transparent;
}

.comparison-card.slovenia[b-gy5g2l8wei] {
    border-color: #48bb78;
    background: linear-gradient(135deg, #f0fff4, #c6f6d5);
}

.comparison-card.italy[b-gy5g2l8wei] {
    border-color: #4299e1;
    background: linear-gradient(135deg, #f0f8ff, #bee3f8);
}

.card-flag[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.station-info h4[b-gy5g2l8wei] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.25rem 0;
}

.station-info p[b-gy5g2l8wei] {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
}

.price-info[b-gy5g2l8wei] {
    text-align: center;
    margin-top: 1rem;
}

.price-large[b-gy5g2l8wei] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.distance[b-gy5g2l8wei] {
    font-size: 0.875rem;
    color: #4a5568;
    margin-bottom: 0.75rem;
}

.total-cost[b-gy5g2l8wei] {
    font-size: 1rem;
    color: #2d3748;
}

.vs-separator[b-gy5g2l8wei] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vs-circle[b-gy5g2l8wei] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.final-verdict[b-gy5g2l8wei] {
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.final-verdict.slovenia-wins[b-gy5g2l8wei] {
    background: linear-gradient(135deg, #f0fff4, #c6f6d5);
    border: 2px solid #48bb78;
}

.final-verdict.italy-wins[b-gy5g2l8wei] {
    background: linear-gradient(135deg, #f0f8ff, #bee3f8);
    border: 2px solid #4299e1;
}

.verdict-content[b-gy5g2l8wei] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.verdict-icon[b-gy5g2l8wei] {
    font-size: 2rem;
    color: #2d3748;
}

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

.verdict-text .savings[b-gy5g2l8wei] {
    font-size: 1rem;
    color: #4a5568;
    margin: 0;
}

.breakdown-summary[b-gy5g2l8wei] {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 1rem;
}

.breakdown-item[b-gy5g2l8wei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.breakdown-item.total[b-gy5g2l8wei] {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.breakdown-item .positive[b-gy5g2l8wei] {
    color: #38a169;
    font-weight: 600;
}

.breakdown-item .negative[b-gy5g2l8wei] {
    color: #e53e3e;
    font-weight: 600;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .comparison-grid[b-gy5g2l8wei] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .vs-separator[b-gy5g2l8wei] {
        order: -1;
        margin-bottom: 1rem;
    }

    .vs-circle[b-gy5g2l8wei] {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    .verdict-content[b-gy5g2l8wei] {
        flex-direction: column;
        text-align: center;
    }

    .breakdown-item[b-gy5g2l8wei] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.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 */
.search-container[b-ob01v59gfx] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    /*padding: 1rem;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.search-card[b-ob01v59gfx] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    padding: 1.5rem;
    padding-top: 0px;
    max-width: 600px;
    width: 100%;
    /*margin-top: 1rem;*/
}

.search-title[b-ob01v59gfx] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
/* La tua regola attuale (già presente) */
.mud-stepper .mud-button-group[b-ob01v59gfx] {
    display: none !important;
}

/* Regole aggiuntive di backup se necessario */
.mud-stepper-actions[b-ob01v59gfx],
.mud-stepper .mud-stepper-nav[b-ob01v59gfx],
.mud-stepper .mud-stepper-content-actions[b-ob01v59gfx],
.mud-stepper .mud-button-root[b-ob01v59gfx] {
    display: none !important;
}

/* MAPPA OTTIMIZZATA */
.map-section[b-ob01v59gfx] {
    margin-bottom: 2rem;
    background: #f8fafc;
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid #e2e8f0;
}

.map-header[b-ob01v59gfx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.map-title[b-ob01v59gfx] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.map-controls[b-ob01v59gfx] {
    display: flex;
    gap: 0.5rem;
}

.map-btn[b-ob01v59gfx] {
    background: #4299e1;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.map-btn:hover[b-ob01v59gfx] {
    background: #3182ce;
    transform: translateY(-1px);
}

.map-btn:active[b-ob01v59gfx] {
    transform: translateY(0);
}

.map-container[b-ob01v59gfx] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.map-element[b-ob01v59gfx] {
    height: 300px;
    width: 100%;
    border: none;
    display: block;
}

.coordinates-display[b-ob01v59gfx] {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    border-top: 1px solid #e2e8f0;
}

.coord-item[b-ob01v59gfx] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #4a5568;
}

.coord-item i[b-ob01v59gfx] {
    color: #4299e1;
    font-size: 0.75rem;
}

.coord-label[b-ob01v59gfx] {
    font-weight: 500;
}

.coord-value[b-ob01v59gfx] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #2d3748;
}

.map-hint[b-ob01v59gfx] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(66, 153, 225, 0.9);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
    animation: pulse-b-ob01v59gfx 2s infinite;
}

@keyframes pulse-b-ob01v59gfx {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 0.6; }
}

/* FORM OTTIMIZZATO */
.search-form[b-ob01v59gfx] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-ob01v59gfx] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
}

.section-title[b-ob01v59gfx] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.location-toggle[b-ob01v59gfx] {
    margin-bottom: 1rem;
}

.toggle-switch[b-ob01v59gfx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.toggle-switch input[b-ob01v59gfx] {
    display: none;
}

.toggle-slider[b-ob01v59gfx] {
    position: relative;
    width: 50px;
    height: 24px;
    background: #cbd5e0;
    border-radius: 12px;
    transition: background 0.3s;
}

.toggle-slider[b-ob01v59gfx]::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-switch input:checked + .toggle-slider[b-ob01v59gfx] {
    background: #4299e1;
}

.toggle-switch input:checked + .toggle-slider[b-ob01v59gfx]::before {
    transform: translateX(26px);
}

.toggle-label[b-ob01v59gfx] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.input-group[b-ob01v59gfx] {
    margin-bottom: 1rem;
}

.input-label[b-ob01v59gfx] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-input[b-ob01v59gfx], .form-select[b-ob01v59gfx] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
    background: white;
}

.form-input:focus[b-ob01v59gfx], .form-select:focus[b-ob01v59gfx] {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

/* FUEL SELECTION MIGLIORATA */
.fuel-selection[b-ob01v59gfx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.fuel-option[b-ob01v59gfx] {
    position: relative;
}

.fuel-option input[type="radio"][b-ob01v59gfx] {
    display: none;
}

.fuel-label[b-ob01v59gfx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    background: white;
    min-height: 80px;
}

.fuel-option.selected .fuel-label[b-ob01v59gfx],
.fuel-option input[type="radio"]:checked + .fuel-label[b-ob01v59gfx] {
    background: #4299e1;
    color: white;
    border-color: #4299e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.fuel-label i[b-ob01v59gfx] {
    font-size: 1.25rem;
}

.vehicle-grid[b-ob01v59gfx] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    align-items: end;
}

.checkbox-container[b-ob01v59gfx] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-label[b-ob01v59gfx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    transition: all 0.2s;
    font-size: 0.875rem;
    font-weight: 500;
}

.checkbox-label:hover[b-ob01v59gfx] {
    border-color: #4299e1;
    background: #ebf8ff;
}

.checkbox-label input[type="checkbox"][b-ob01v59gfx] {
    display: none;
}

.checkmark[b-ob01v59gfx] {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark[b-ob01v59gfx] {
    background: #4299e1;
    border-color: #4299e1;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark[b-ob01v59gfx]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
}

.checkbox-text[b-ob01v59gfx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
}

.checkbox-text i[b-ob01v59gfx] {
    color: #48bb78;
}

.params-grid[b-ob01v59gfx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

/* BOTTONE DI RICERCA */
.form-actions[b-ob01v59gfx] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.search-btn[b-ob01v59gfx] {
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-width: 250px;
    position: relative;
    overflow: hidden;
}

.search-btn:hover:not(:disabled)[b-ob01v59gfx] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(66, 153, 225, 0.3);
}

.search-btn:disabled[b-ob01v59gfx] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.search-btn.loading[b-ob01v59gfx] {
    background: #a0aec0;
}

.loading-spinner[b-ob01v59gfx] {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-ob01v59gfx 1s linear infinite;
}

@keyframes spin-b-ob01v59gfx {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .search-container[b-ob01v59gfx] {
        padding: 0.5rem;
    }

    .search-card[b-ob01v59gfx] {
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 16px;
    }

    .search-title[b-ob01v59gfx] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .map-element[b-ob01v59gfx] {
        height: 250px;
    }

    .map-header[b-ob01v59gfx] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }

    .coordinates-display[b-ob01v59gfx] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .vehicle-grid[b-ob01v59gfx] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .params-grid[b-ob01v59gfx] {
        grid-template-columns: 1fr;
    }

    .fuel-selection[b-ob01v59gfx] {
        grid-template-columns: 1fr;
    }

    .search-btn[b-ob01v59gfx] {
        min-width: 100%;
        padding: 1.25rem;
    }

    .btn-text[b-ob01v59gfx] {
        display: none;
    }
}

@media (max-width: 480px) {
    .form-section[b-ob01v59gfx] {
        padding: 1rem;
    }

    .map-section[b-ob01v59gfx] {
        padding: 0.75rem;
    }

    .map-element[b-ob01v59gfx] {
        height: 200px;
    }

    .coordinates-display[b-ob01v59gfx] {
        font-size: 0.75rem;
        padding: 0.5rem;
    }
}
.step-content[b-ob01v59gfx] {
    padding: 20px;
    min-height: 400px;
}

.step-actions[b-ob01v59gfx] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
 
@keyframes pulse-b-ob01v59gfx {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* _content/BlazorAppSlo/Components/Pages/DistributoriVicini.razor.rz.scp.css */
/* wwwroot/css/distributori-vicini.css */
.results-container[b-xh7ijog6wa] {
    min-height: 100vh;
    background: #f8fafc;
    padding: 1rem;
}

.results-header[b-xh7ijog6wa] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.back-btn[b-xh7ijog6wa] {
    background: #e2e8f0;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.back-btn:hover[b-xh7ijog6wa] {
    background: #cbd5e0;
}

.results-title[b-xh7ijog6wa] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-summary[b-xh7ijog6wa] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.summary-item[b-xh7ijog6wa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
    font-size: 0.875rem;
}

.summary-item i[b-xh7ijog6wa] {
    color: #4299e1;
}

.loading-container[b-xh7ijog6wa] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner i[b-xh7ijog6wa] {
    font-size: 3rem;
    color: #4299e1;
    margin-bottom: 1rem;
}

.loading-text[b-xh7ijog6wa] {
    font-size: 1.125rem;
    color: #4a5568;
}

.distributori-grid[b-xh7ijog6wa] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.distributore-card[b-xh7ijog6wa] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.distributore-card:hover[b-xh7ijog6wa] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.distributore-card.slovenian[b-xh7ijog6wa] {
    border-color: #48bb78;
}

.distributore-card.italian[b-xh7ijog6wa] {
    border-color: #4299e1;
}

.card-header[b-xh7ijog6wa] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc, #edf2f7);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.station-name[b-xh7ijog6wa] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.station-brand[b-xh7ijog6wa] {
    color: #4a5568;
    font-size: 0.875rem;
    margin: 0;
}

.country-badge[b-xh7ijog6wa] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.country-badge.slovenia[b-xh7ijog6wa] {
    background: #c6f6d5;
    color: #22543d;
}

.country-badge.italy[b-xh7ijog6wa] {
    background: #bee3f8;
    color: #2a4365;
}

.card-body[b-xh7ijog6wa] {
    padding: 1.5rem;
}

.price-section[b-xh7ijog6wa] {
    margin-bottom: 1rem;
    text-align: center;
}

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

.price-label[b-xh7ijog6wa] {
    font-size: 0.875rem;
    color: #4a5568;
}

.price-value[b-xh7ijog6wa] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.discount-info[b-xh7ijog6wa] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.original-price[b-xh7ijog6wa] {
    text-decoration: line-through;
    color: #a0aec0;
    font-size: 0.875rem;
}

.discount-badge[b-xh7ijog6wa] {
    background: #48bb78;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.location-info[b-xh7ijog6wa] {
    margin-bottom: 1rem;
}

.location-info p[b-xh7ijog6wa] {
    margin: 0.25rem 0;
    color: #4a5568;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.location-info i[b-xh7ijog6wa] {
    color: #4299e1;
    width: 16px;
}

.cost-breakdown[b-xh7ijog6wa] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.cost-item[b-xh7ijog6wa] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.cost-item.total[b-xh7ijog6wa] {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 600;
}

.cost-label[b-xh7ijog6wa] {
    color: #4a5568;
    font-size: 0.875rem;
}

.cost-value[b-xh7ijog6wa] {
    font-weight: 500;
    color: #2d3748;
}

.additional-info[b-xh7ijog6wa] {
    margin-bottom: 1rem;
}

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

.tag[b-xh7ijog6wa] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.tag.self[b-xh7ijog6wa] {
    background: #fed7d7;
    color: #742a2a;
}

.tag.fuel-type[b-xh7ijog6wa] {
    background: #bee3f8;
    color: #2a4365;
}

.tag.updated[b-xh7ijog6wa] {
    background: #e2e8f0;
    color: #4a5568;
}

.card-actions[b-xh7ijog6wa] {
    padding: 1rem 1.5rem;
    background: #f8fafc;
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-xh7ijog6wa] {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.maps-btn[b-xh7ijog6wa] {
    background: #4285f4;
    color: white;
}

.maps-btn:hover[b-xh7ijog6wa] {
    background: #3367d6;
}

.details-btn[b-xh7ijog6wa] {
    background: #e2e8f0;
    color: #4a5568;
}

.details-btn:hover[b-xh7ijog6wa] {
    background: #cbd5e0;
}

.navigate-btn[b-xh7ijog6wa] {
    background: #48bb78;
    color: white;
}

.navigate-btn:hover[b-xh7ijog6wa] {
    background: #38a169;
}

.no-results[b-xh7ijog6wa] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

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

.no-results h3[b-xh7ijog6wa] {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.no-results p[b-xh7ijog6wa] {
    color: #4a5568;
    margin-bottom: 2rem;
}

.retry-btn[b-xh7ijog6wa] {
    background: #4299e1;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}

/* Modal Styles */
.modal-overlay[b-xh7ijog6wa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-content[b-xh7ijog6wa] {
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-xh7ijog6wa] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-xh7ijog6wa] {
    margin: 0;
    font-size: 1.5rem;
    color: #2d3748;
}

.close-btn[b-xh7ijog6wa] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4a5568;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.2s;
}

.close-btn:hover[b-xh7ijog6wa] {
    background: #f7fafc;
}

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

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

.detail-section h4[b-xh7ijog6wa] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.detail-grid[b-xh7ijog6wa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-item[b-xh7ijog6wa] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-xh7ijog6wa] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.detail-value[b-xh7ijog6wa] {
    color: #2d3748;
    font-weight: 500;
}

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

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

.price-row.discount[b-xh7ijog6wa] {
    color: #48bb78;
    font-weight: 500;
}

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

.location-detail p[b-xh7ijog6wa] {
    margin: 0.5rem 0;
    color: #4a5568;
}

@media (max-width: 768px) {
    .distributori-grid[b-xh7ijog6wa] {
        grid-template-columns: 1fr;
    }

    .search-summary[b-xh7ijog6wa] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .card-header[b-xh7ijog6wa] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .card-actions[b-xh7ijog6wa] {
        flex-direction: column;
    }

    .detail-grid[b-xh7ijog6wa] {
        grid-template-columns: 1fr;
    }
}
/* _content/BlazorAppSlo/Components/Pages/Home.razor.rz.scp.css */
.container[b-6a656bhly8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero[b-6a656bhly8] {
    background: linear-gradient(135deg, #1e4d92 0%, #1a237e 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero h1[b-6a656bhly8] {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero p[b-6a656bhly8] {
    font-size: 1.3em;
    margin-bottom: 15px;
    opacity: 0.9;
}

.btn-primary[b-6a656bhly8] {
    background: linear-gradient(45deg, #2196F3 30%, #1976D2 90%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.2em;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

.btn-primary:hover[b-6a656bhly8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

.btn-primary a[b-6a656bhly8] {
    color: white;
    text-decoration: none;
}

.section-title[b-6a656bhly8] {
    text-align: center;
    font-size: 2.2em;
    color: #1a237e;
    margin-bottom: 30px;
    font-weight: 600;
}

.cards-container[b-6a656bhly8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.price-card[b-6a656bhly8] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.price-card:hover[b-6a656bhly8] {
    transform: translateY(-5px);
}

.card-header[b-6a656bhly8] {
    padding: 20px;
    color: white;
    text-align: center;
}

.card-header.benzina[b-6a656bhly8] {
    background: linear-gradient(135deg, #1F9500 0%, #0f5132 100%);
}

.card-header.diesel[b-6a656bhly8] {
    background: linear-gradient(135deg, #000000 0%, #1a1d20 100%);
}

.card-header h3[b-6a656bhly8] {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.prezzi[b-6a656bhly8] {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.prezzo-item[b-6a656bhly8] {
    text-align: center;
    flex: 1;
}

.country-flag[b-6a656bhly8] {
    font-size: 2em;
    margin-bottom: 10px;
}

.prezzo-item h4[b-6a656bhly8] {
    color: #666;
    margin: 10px 0;
    font-size: 1.2em;
}

.prezzo[b-6a656bhly8] {
    font-size: 1.8em;
    font-weight: bold;
    color: #1a237e;
}

.separator[b-6a656bhly8] {
    width: 1px;
    background: #e0e0e0;
    margin: 0 20px;
}

.hero[b-6a656bhly8] {
    padding: clamp(20px, 5vw, 40px);
}

.hero h1[b-6a656bhly8] {
    font-size: clamp(1.8em, 4vw, 2.5em);
}

.cards-container[b-6a656bhly8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.last-update[b-6a656bhly8] {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.last-update p[b-6a656bhly8] {
    color: #666;
    margin: 5px 0;
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.last-update p:first-child[b-6a656bhly8] {
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 10px;
}

/* Versione mobile */
@media (max-width: 768px) {
    .last-update .country-update[b-6a656bhly8] {
        flex-basis: 100%;
    }

    .last-update p[b-6a656bhly8] {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .last-update[b-6a656bhly8] {
        padding: 15px;
        margin-bottom: 15px;
    }
}
 
.stats-section[b-6a656bhly8] {
    margin: 2rem 0;
}

.stats-card[b-6a656bhly8] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.stats-grid[b-6a656bhly8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.stat-item[b-6a656bhly8] {
    text-align: center;
}

.stat-value[b-6a656bhly8] {
    font-size: 2rem;
    font-weight: bold;
    color: #1a237e;
    display: block;
}

.stat-label[b-6a656bhly8] {
    color: #666;
    font-size: 0.9rem;
}

/* Stili per la sezione previsioni */
.oil-info[b-6a656bhly8] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oil-icon[b-6a656bhly8] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.oil-change[b-6a656bhly8] {
    display: inline-block;
    margin-left: 0.8rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-weight: 500;
}

.oil-up[b-6a656bhly8] {
    background-color: #ffebee;
    color: #c62828;
}

.oil-down[b-6a656bhly8] {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.trend[b-6a656bhly8] {
    font-size: 0.85rem;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin-top: 0.3rem;
    display: inline-block;
}

.trend-up[b-6a656bhly8] {
    color: #d32f2f;
    background-color: rgba(211, 47, 47, 0.1);
}

.trend-down[b-6a656bhly8] {
    color: #388e3c;
    background-color: rgba(56, 142, 60, 0.1);
}

.trend-stable[b-6a656bhly8] {
    color: #1976d2;
    background-color: rgba(25, 118, 210, 0.1);
}

.prediction-date[b-6a656bhly8] {
    margin-left: 0.5rem;
}
 
.beta-tag[b-6a656bhly8] {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff9800;
    border-radius: 4px;
}
/* === PROVINCE SELECTOR === */
/* === SEZIONE UNIFICATA PROVINCIA + PREZZI === */
.prezzi-provincia-section[b-6a656bhly8] {
    margin: 2rem 0;
}

.section-header[b-6a656bhly8] {
    display: flex;
    align-items: center;
    justify-content: center; /* 🔹 CAMBIATO: centra tutto */
    gap: 2rem; /* 🔹 AGGIUNTO: spazio tra titolo e select */
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    /*border-radius: 15px;*/
    /*box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
}


.section-title-main[b-6a656bhly8] {
    font-size: 2.2rem;
    color: #1a237e;
    margin: 0;
    font-weight: 600;
    /* 🔹 RIMOSSO: flex: 1; */
}

.province-selector-inline[b-6a656bhly8] {
    flex-shrink: 0;
 }

.selector-container-compact[b-6a656bhly8] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(45deg, #2196F3 30%, #1976D2 90%);
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.selector-label-compact[b-6a656bhly8] {
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.95rem;
}

.province-dropdown-compact[b-6a656bhly8] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.province-dropdown-compact:hover[b-6a656bhly8] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.province-dropdown-compact option[b-6a656bhly8] {
    background: #1976D2;
    color: white;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .section-header[b-6a656bhly8] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .province-selector-inline[b-6a656bhly8] {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .section-header[b-6a656bhly8] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

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

    .selector-container-compact[b-6a656bhly8] {
        width: 100%;
        justify-content: center;
    }

    .province-dropdown-compact[b-6a656bhly8] {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .selector-container-compact[b-6a656bhly8] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: 15px;
    }

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

    .province-dropdown-compact[b-6a656bhly8] {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.9rem;
    }

    .section-title-main[b-6a656bhly8] {
        font-size: 1.5rem;
    }
}
/* === DISTRIBUTORI TABLE === */
.distributori-table[b-6a656bhly8] {
    padding: 0;
}

.distributore-row[b-6a656bhly8] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.distributore-row:hover[b-6a656bhly8] {
    background-color: #f8f9fa;
}

.distributore-row.benzina[b-6a656bhly8] {
    border-left: 4px solid #4caf50;
}
.distributore-row.diesel[b-6a656bhly8] {
    border-left: 4px solid #000000;
}
.distributore-row.slovenia[b-6a656bhly8] {
    background: linear-gradient(135deg, #fff3e0, #ffeaa7);
    border-left: 4px solid #ff9800;
}

.rank[b-6a656bhly8] {
    background: #1a237e;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

 

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

.station-info[b-6a656bhly8] {
    flex: 1;
    margin-right: 1rem;
}

.station-name[b-6a656bhly8] {
    font-weight: 600;
    color: #1a237e;
    font-size: 1rem;
    text-transform: Uppercase;
    margin-bottom: 0.2rem;
}

.station-details[b-6a656bhly8] {
    color: #666;
    font-size: 0.85rem;
    text-transform: Uppercase;
}

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

.price[b-6a656bhly8] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 0.2rem;
}

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

.slovenia-separator[b-6a656bhly8] {
    background: linear-gradient(90deg, #ff9800, #ffa726);
    color: white;
    text-align: center;
    padding: 0.8rem;
    font-weight: bold;
    margin: 0.5rem 0;
    border-radius: 8px;
}

/* === LOADING === */
.loading-section[b-6a656bhly8] {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

.loading-spinner[b-6a656bhly8] {
    font-size: 2rem;
    color: #1a237e;
    margin-bottom: 1rem;
}

.no-data[b-6a656bhly8] {
    text-align: center;
    padding: 2rem;
    color: #666;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 1rem 0;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
    .selector-container[b-6a656bhly8] {
        flex-direction: column;
        gap: 0.8rem;
        padding: 1rem;
        border-radius: 15px;
    }

    .province-dropdown[b-6a656bhly8] {
        width: 100%;
        padding: 1rem;
        border-radius: 15px;
    }

    .distributore-row[b-6a656bhly8] {
        padding: 0.8rem;
        flex-wrap: wrap;
    }

    .rank[b-6a656bhly8] {
        width: 35px;
        height: 35px;
        margin-right: 0.8rem;
    }

    .station-info[b-6a656bhly8] {
        margin-right: 0.5rem;
        min-width: 0;
    }

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

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

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

    .distance[b-6a656bhly8] {
        font-size: 0.75rem;
    }

    .cards-container[b-6a656bhly8] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .distributore-row[b-6a656bhly8] {
        padding: 0.6rem;
    }

    .rank[b-6a656bhly8] {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
        margin-right: 0.6rem;
    }

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

    .price[b-6a656bhly8] {
        font-size: 1rem;
    }
}
/* _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;
}
