.elementor-2400 .elementor-element.elementor-element-5fa0e6f{--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:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-2400 .elementor-element.elementor-element-c77dc92{--display:flex;}.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 );color:var( --e-global-color-primary );}.elementor-2400 .elementor-element.elementor-element-686551f{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;text-align:center;}.elementor-2400 .elementor-element.elementor-element-686551f.elementor-element{--align-self:center;}.elementor-2400 .elementor-element.elementor-element-686551f .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:25px;font-weight:600;}@media(max-width:767px){.elementor-2400 .elementor-element.elementor-element-686551f{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-2400 .elementor-element.elementor-element-686551f .elementor-heading-title{font-size:20px;}}/* Start custom CSS for container, class: .elementor-element-5fa0e6f */.fml-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.fml-table-wrapper *,
.fml-table-wrapper *::before,
.fml-table-wrapper *::after {
  box-sizing: inherit;
}

/* Responsive container for table */
.fml-table-wrapper .table-responsive {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* Removed border here to prevent double borders */
  border-radius: 6px;
  padding: 0; /* Clean edges */
}

/* Base table styling */
.fml-table-wrapper .table {
  width: 100%;
  border-collapse: collapse; /* Changed from separate to collapse */
  margin-bottom: 0;
  table-layout: auto;
  border: 1px solid #dee2e6; /* Single clean outer border */
}

.fml-table-wrapper .table th,
.fml-table-wrapper .table td {
  vertical-align: middle;
  padding: 12px 15px;
  border: 1px solid #dee2e6; /* Cell borders */
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

/* Header styling */
.fml-table-wrapper .table thead th {
  background-color: #333;
  color: #fff;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
  font-size: 16px;
  line-height: 1.6;
}

/* Row striping */
.fml-table-wrapper .table tbody tr:nth-child(odd) {
  background-color: #fdfdfd;
}
.fml-table-wrapper .table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* Hover effect */
.fml-table-wrapper .table tbody tr:hover {
  background-color: #f1f1f1;
}

/* Speaker cell layout */
.fml-table-wrapper .speaker-cell {
  min-width: 280px;
}

.fml-table-wrapper .img-and-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fml-table-wrapper .speaker-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.fml-table-wrapper .speaker-text {
  line-height: 1.4;
  font-size: 16px;
}

/* Mobile adjustments */
@media (max-width: 575px) {
  .fml-table-wrapper .speaker-photo {
    width: 56px;
    height: 56px;
  }
  .fml-table-wrapper .table th,
  .fml-table-wrapper .table td {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .fml-table-wrapper .speaker-text {
    font-size: 14px;
    line-height: 1.4;
  }
}/* End custom CSS */