.custom-html-table {
    width: 100%;
    overflow-x: auto;
    margin: 2em 0;
    box-shadow: 0 2px 8px rgba(14, 58, 93, 0.08);
}

.custom-html-table table {
    width: 100%;
    border-collapse: collapse !important;
    font-size: 0.85em;
    line-height: 1.5;
}

.custom-html-table th,
.custom-html-table td {
    border: 1px solid #CFDEEB !important;
    padding: 10px 8px !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.custom-html-table th {
    background-color: #E3EFFB !important;
    color: #123E63 !important;
    font-weight: bold !important;
}

.custom-html-table tbody tr:nth-child(even) {
    background-color: #F5F9FD !important;
}

.custom-html-table tbody tr:hover {
    background-color: #EDF5FD !important;
}
