.elementor-kit-6{--e-global-color-primary:#2D3047;--e-global-color-secondary:#54595F;--e-global-color-text:#2D3047;--e-global-color-accent:#DE4352;--e-global-color-8b9b721:#A71F2C;--e-global-color-8ab9d97:#1B998B;--e-global-color-5365fa5:#EDEDED;--e-global-color-e38293e:#AAD9D4;--e-global-color-af3d381:#FFFFFF;--e-global-color-101396d:#D5ECE9;--e-global-color-6e4f47d:#D17B0F;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-weight:500;font-size:17px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:44px;}.elementor-kit-6 label{color:var( --e-global-color-primary );font-family:"Roboto";font-size:16px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:22px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
 * Improved Responsive Tables for Elementor Text Editor
 * 1. Makes the table a scrollable block.
 * 2. Prevents text from wrapping to new lines, forcing horizontal scroll.
 * 3. Adds padding for better readability.
 */
.elementor .elementor-widget-text-editor table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
  word-break: normal;
}

/* Force table headers and cells to not wrap */
.elementor .elementor-widget-text-editor th,
.elementor .elementor-widget-text-editor td {
  white-space: nowrap;
  padding: 0.75rem; /* Adjust padding as needed for your design */
  text-align: left;   /* Or 'center', 'right' as you prefer */
}
/* Table header styling */
.elementor .elementor-widget-text-editor table thead tr {
  background-color: #2ca592;
  color: #fff;
  font-weight: bold;
}/* End custom CSS */