#hc-subset .hc-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    word-break: break-all;
}

#hc-subset .hc-result-value {
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

#hc-subset .hc-result-value.highlight {
    color: #e74c3c;
    font-size: 1.2em;
}
