/* ==========================================================
   yost.technology - COSTI STANDARD
   ========================================================== */

.yost-costi {
    max-width: 1200px;
    margin: 0 auto;
}

.yost-costi-title {
    margin: 50px 0 25px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.yost-costi-title p {
    margin: 0;
}

.yost-costi-intro {
    margin-bottom: 30px;
}

.yost-costi-dominio {
    margin: 30px 0;
    padding: 20px 25px;
    border-left: 4px solid #d7d7d7;
}

.yost-costi-dominio p {
    margin: 0 0 10px;
}

.yost-costi-dominio p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   yost.technology - COSTI HOSTING E POSTA
   ========================================================== */

.yost-costi-grid {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.yost-costi-col {
    width: 50%;
}

.yost-costi-item {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

.yost-costi-item:first-child {
    padding-top: 0;
}

.yost-costi-item-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.yost-costi-price {
    margin: 10px 0;
}

.yost-costi-price strong {
    font-size: 28px;
    font-weight: 700;
}

.yost-costi-item p:last-child {
    margin-bottom: 0;
}

.yost-costi-total {
    margin-top: 20px;
    padding: 20px;
    background: #f2f2f2;
}

.yost-costi-total p {
    margin: 0 0 10px;
}

.yost-costi-total p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   yost.technology - INFORMAZIONI TECNICHE
   ========================================================== */

.yost-costi-info {
    margin: 50px 0;
}

.yost-costi-info h2 {
    margin-bottom: 20px;
}


/* ==========================================================
   yost.technology - SERVIZIO TECNICO
   ========================================================== */

.yost-costi-servizi {
    display: flex;
    gap: 40px;
    margin: 30px 0;
}

.yost-costi-servizio {
    width: 50%;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
}

.yost-costi-servizio-title {
    margin: 0 0 18px;
    font-size: 18px;
}

.yost-costi-servizio p {
    margin: 0 0 10px;
}

.yost-costi-servizio p:last-child {
    margin-bottom: 0;
}

.yost-costi-note {
    margin: 30px 0 0;
}

.yost-costi-note p {
    margin: 0 0 15px;
}

.yost-costi-note p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   yost.technology - COSTI RESPONSIVE
   ========================================================== */

@media screen and (max-width: 767px) {

    .yost-costi-title {
        margin: 40px 0 20px;
        font-size: 20px;
    }

    .yost-costi-grid,
    .yost-costi-servizi {
        display: block;
    }

    .yost-costi-col,
    .yost-costi-servizio {
        width: 100%;
    }

    .yost-costi-col + .yost-costi-col,
    .yost-costi-servizio + .yost-costi-servizio {
        margin-top: 35px;
    }

    .yost-costi-dominio {
        padding: 15px 20px;
    }

    .yost-costi-total {
        padding: 15px;
    }

}
/* ==========================================================
   AMDWEB - BLOCCO NEWSLETTER / SMTP
   ========================================================== */

.yost-container {
    display:flex;
    justify-content:space-between;
    gap:30px;
    margin:30px 0;
}

.yost-column {
    width:50%;
    padding:25px;
    box-sizing:border-box;
    background:#f7f7f7;
}

@media screen and (max-width:768px) {

    .yost-container {
        display:block;
    }

    .yost-column {
        width:100%;
        margin-bottom:20px;
    }
}