.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-7259 .elementor-element.elementor-element-c7c60b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-7259 .elementor-element.elementor-element-2e23884 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:600;color:#000000;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}@media(max-width:767px){.elementor-7259 .elementor-element.elementor-element-c7c60b7{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7259 .elementor-element.elementor-element-2e23884{text-align:center;}.elementor-7259 .elementor-element.elementor-element-2e23884 .elementor-heading-title{font-size:30px;}.elementor-7259 .elementor-element.elementor-element-afcadb0 > .elementor-widget-container{padding:0px 15px 0px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-afcadb0 *//* General Table Layout */
.tablepress {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins'; /* or your theme font */
  font-size: 14px;
  
  
}

/* Table Head */
.tablepress thead th {
  font-weight: 600;
  background: #fff;
  border: 1px solid #000;
  text-align: left;
  padding: 12px;
}

/* Table Body Rows */
.tablepress tbody td {
  padding: 18px !important;
  border: none;
  vertical-align: middle;
   border-bottom: 1px solid #d8d8d8 !important;
}

/* Alternate Row Striping */
.tablepress tbody tr:nth-child(even) {
  background-color: #f8f8f8; /* Light grey */
}



/* Optional: Hover effect */
.tablepress th:hover {
  background-color: transparent !important;
}

/* Optional: Adjust column spacing */
.tablepress td,
.tablepress th {
  white-space: nowrap;
}

tbody.row-striping.row-hover td {
  color: #686868 !important;
}

/* Override active sorting header color from DataTables */
.tablepress thead th.dt-ordering-asc,
.tablepress thead th.dt-ordering-desc,
.tablepress thead th.sorting_asc,
.tablepress thead th.sorting_desc {
  background-color: transparent !important;
}

/* Hide the filter arrows (before and after sorting) */
.tablepress thead .dt-orderable-asc .dt-column-order,
.tablepress thead .dt-orderable-desc .dt-column-order,
.tablepress thead .dt-ordering-asc .dt-column-order,
.tablepress thead .dt-ordering-desc .dt-column-order {
    display: none !important; /* Completely hides the arrows */
}/* End custom CSS */