.hc-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

#hc-kkop-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

#hc-kkop-table th, #hc-kkop-table td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: right;
}

#hc-kkop-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.hc-result-summary {
    background: #f0f4f8;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hc-result-summary p {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
