/* =====================================================================
   /maths/numeration/nombres_decimaux/lire_ecrire_decomposer_decimaux/solveur/solveur.css
   ===================================================================== */

.solveur-decimaux .solveur-panel {
    max-width: 850px;
}

.solveur-decimaux .solveur-number {
    letter-spacing: .03em;
}

.solveur-decimaux .solveur-resultat {
    overflow-wrap: anywhere;
}

.solveur-decimaux .solveur-chip {
    display: inline-block;
    margin: .25rem;
    padding: .45rem .7rem;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    background: #fff;
}

.solveur-decimaux .card-header {
    font-size: 1.05rem;
}
