.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-76a9606 */.lexxy-content__table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 2rem 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.lexxy-content__table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.lexxy-content__table-wrapper th,
.lexxy-content__table-wrapper td {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.7;
}

.lexxy-content__table-wrapper th:last-child,
.lexxy-content__table-wrapper td:last-child {
    border-right: none;
}

.lexxy-content__table-wrapper tbody tr:first-child td {
    background: #f8fafc;
    font-weight: 700;
    color: #111827;
}

.lexxy-content__table-wrapper tbody tr:nth-child(even) {
    background: #fafafa;
}

.lexxy-content__table-wrapper tbody tr:hover {
    background: #f3f8ff;
    transition: background 0.25s ease;
}

.lexxy-content__table-wrapper strong {
    font-weight: 700;
    color: #111827;
}

@media (max-width: 768px) {
    .lexxy-content__table-wrapper table {
        min-width: 650px;
    }

    .lexxy-content__table-wrapper td,
    .lexxy-content__table-wrapper th {
        padding: 14px;
        font-size: 14px;
    }
}/* End custom CSS */