.card-result {
    display: flex;
    flex-flow: column;
    margin: 1px 15px 2em 15px;
    max-width: 600px;
    width: 500px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.card-result .content-card {
    margin: 2em;
}

.card-result h1 {
    line-height: 1em;
    margin: 0 0 24px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24pt;
    color: #393e46;
}

.result-list ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 98px);
    grid-template-rows: auto;
    column-gap: 18px;
    row-gap: 20px;
    justify-items: center;
    justify-content: center;
}

.result-list ul li {
    list-style: none;
}

.number-result-container {
    border: 2px dotted #ff6f59;
    width: 96px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20pt;
    color: #444444;
    border-radius: 8px;
}

.hide-element {
    display: none;
}
