#hc-arith-seq .hc-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#hc-arith-seq .hc-result-value {
    font-weight: bold;
}

#hc-arith-seq .hc-result-value.highlight {
    color: #8e44ad;
    font-size: 1.2em;
}
