.table-wrapper {
    overflow-x: auto;
}

.result-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.9em;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.result-table thead tr {
    background-color: #343a40;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.result-table th,
.result-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.result-table tbody tr {
    border-bottom: 1px solid #dddddd;
    background-color: #fafafa;
}

.result-table tbody tr:last-of-type {
    border-bottom: 2px solid #343a40;
}

.result-table .align-left {
    text-align: left;
}

.result-table td[rowspan] {
    vertical-align: middle;
    font-weight: 500;
}

.result-table tbody tr:hover {
}
