.elementor-147 .elementor-element.elementor-element-988ad67{--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;}.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-147 .elementor-element.elementor-element-eae0fd3{--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;}/* Start custom CSS for html, class: .elementor-element-58f7c92 */.table-wrapper {
  overflow-x: auto; /* Allow horizontal scroll on small screens */
  margin: 20px 0;
}

.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.table-wrapper table td {
  border: 1px solid #ddd;
  padding: 10px 8px;
}

.table-wrapper table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-wrapper table tr:first-child td {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.table-wrapper table tr:hover {
  background-color: #f2f2f2;
  transition: background-color 0.3s ease;
}/* End custom CSS */