.elementor-2812 .elementor-element.elementor-element-444d2ca{--display:flex;}.elementor-2812 .elementor-element.elementor-element-62891a9{font-size:14px;}/* Start custom CSS for text-editor, class: .elementor-element-4898e1a *//* Make tables fit on mobile instead of clipping */
@media (max-width: 767px) {

  /* If Elementor container is clipping the table */
  .fit-mobile-table,
  .fit-mobile-table .elementor-widget-container {
    overflow: visible !important;
  }

  .fit-mobile-table table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;   /* forces columns to fit */
  }

  .fit-mobile-table th,
  .fit-mobile-table td {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;

    /* allow wrapping (prevents “cut off”) */
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}/* End custom CSS */