.hc-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.hc-table-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.hc-table-container th, .hc-table-container td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.hc-table-container th {
    background: #2c3e50;
    color: #fff;
    font-weight: 600;
}

.hc-table-container tr:last-child td {
    border-bottom: none;
}

.hc-result-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #2c3e50;
}
