body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0;
}

.container {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
    color: #333;
    text-align: center;
}

.distributore {
    background-color: #e9ecef;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nome {
    font-weight: bold;
    color: #007bff;
    font-size: 18px;
    margin-bottom: 10px;
}

.prezzo {
    margin-left: 20px;
    line-height: 1.6;
    color: #343a40;
}

.prezzo-basso-apim {
    font-weight: bold;
    color: green; /* Verde per APIM con il prezzo più basso */
}

.prezzo-basso-altro {
    font-weight: bold;
    color: red; /* Rosso per gli altri distributori con il prezzo più basso */
}

.prezzo-penultimo {
    font-weight: bold;
    color: orange; /* Arancione per il penultimo prezzo */
}

.ultimo-aggiornamento {
    text-align: right;
    font-size: smaller;
    margin-right: 20px;
    color: #666;
}
