﻿.e-custom-card {
    max-width: 400px;
    min-height: 300px;
    color: rgb(60,60,59);
    margin: 0 auto 0 auto;
}

    .e-custom-card .e-card-header {
        text-align: center;
        color: rgb(60,60,59);
    }

    .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        color: rgb(60,60,59);
        text-shadow: 0 0 0.1px;
    }

    .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: rgb(60,60,59);
        text-shadow: 0 0 0.1px;
    }

    .e-custom-card.e-card .e-card-content {
        overflow: visible;
        width: auto;
        margin: 0px 20px 5px 20px;
        word-spacing: 1px;
        line-height: 200%;
        color: rgb(60,60,59);
    }

        .e-custom-card.e-card .e-card-content .row {
            margin-bottom: 10px;
        }


    .e-custom-card a {
        /*color: rgb(60,60,59);*/
        text-decoration: none;
    }

.e-card-reperibili {
    max-width: 400px;
    min-width: 300px;
    min-height: 200px;
    color: rgb(60,60,59);
    margin: 10px auto;
}

.e-card.bigbtn {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    margin: 2px 2px 2px 2px;
    padding: 4px 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Ombra per effetto rilievo */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ombra nera con un'opacità del 50% */
    color: #fff;
}

#buttons {
    margin: 10px 0 10px 0;
}

.phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px; /* Bordi arrotondati */
    text-decoration: none;
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1); /* Ombra per l'effetto rilievo */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    .phone i {
        margin-right: 8px; /* Spaziatura tra l'icona e il testo */
    }

    .phone:hover {
        background-color: #E6007E; /* Colore di sfondo al passaggio del mouse */
        color: white;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Ombra più pronunciata al passaggio del mouse */
        transform: translateY(-2px); /* Sollevamento al passaggio del mouse */
    }

    .phone:active {
        background-color: #E6007E; /* Colore di sfondo quando il bottone è cliccato */
        color: white;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Ombra più leggera al clic */
        transform: translateY(0); /* Ritorno alla posizione originale */
    }
