<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2025 | 15:48:15 */
.taxi-info {
    margin-bottom: 10px;
}

.taxi-item {

    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 25px; /* Spazio per l'immagine */
    background-image: url('https://www.taxiriccione.net/wp-content/uploads/2025/02/www.taxiriccione.net-icona.png');
    background-repeat: no-repeat;
    background-position: left 5px; /* Allinea l'immagine al centro verticalmente */
    background-size: 20px 20px; /* Dimensioni dell'immagine */
}

.taxi-item span {
    margin-left: 5px; /* Spazio tra l'immagine e il testo */
}
</pre></body></html>