.elementor-7433 .elementor-element.elementor-element-ff213df{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-95ec9d1 */.supplement-table {
    width: 100%;
    margin: 20px 0;
}

.supplement-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.supplement-table thead {
    background-color: #000;
    color: #fff;
}

.supplement-table th, .supplement-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.supplement-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.supplement-table tbody tr:hover {
    background-color: #ddd;
}

.supplement-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #333;
    color: white;
}

.supplement-table td {
    color: #000;
}

.supplement-table tbody tr td:nth-child(2) {
    background-color: #fff5cc; /* Light Yellow */
}

.supplement-table tbody tr td:nth-child(3) {
    background-color: #e6e6e6; /* Light Grey */
}

.supplement-table tbody tr td.present {
    background-color: #b3e0ff; /* Light Blue */
    color: #000;
}/* End custom CSS */