.elementor-10779 .elementor-element.elementor-element-49f697bd{--display:flex;}.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 */.ink-table-wrapper {
    max-width: 1100px !important;
    margin: 50px auto !important;
    font-family: Arial, sans-serif !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.ink-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.ink-table thead {
    background: #165a9c !important;
    color: #fff !important;
}

.ink-table th {
    padding: 18px 15px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #fff !important;
}

.ink-table tbody tr {
    background: #f7f7f7 !important;
    border-bottom: 1px solid #ddd !important;
}

.ink-table td {
    padding: 22px 15px !important;
    font-size: 14px !important;
    color: #444 !important;
    vertical-align: top !important;
}

.ink-table td:first-child {
    font-weight: 600 !important;
    color: #165a9c !important;
    width: 20% !important;
}

.ink-table tbody tr:last-child {
    border-bottom: none !important;
}/* End custom CSS */