﻿.one_modulo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffece6;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.one_modulo-info {
    display: flex;
    flex-direction: column;
    flex: 2;
}

.one_modulo-title {
    font-weight: bold;
}

.one_modulo-desc {
    font-size: 12px;
    color: #777;
}

.one_counter {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .one_counter button {
        background: none;
        border: none;
        padding: 8px 12px;
        font-size: 16px;
        cursor: pointer;
    }

    .one_counter input {
        width: 40px;
        text-align: center;
        border: none;
        font-size: 16px;
    }

.one_modulo-prezzo {
    width: 100px;
    text-align: right;
}

.one_totale-container {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
