.hc-trans-result {
    text-align: center;
}

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

.hc-table-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

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

.hc-table-container th {
    background: #8e44ad;
    color: #fff;
}

.hc-result-desc {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    background: #fdfafb;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #8e44ad;
}
