.elementor-598 .elementor-element.elementor-element-c8b3929 .elementor-icon-list-icon{width:14px;}.elementor-598 .elementor-element.elementor-element-c8b3929 .elementor-icon-list-icon i{font-size:14px;}.elementor-598 .elementor-element.elementor-element-c8b3929 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}/* Start custom CSS for text-editor, class: .elementor-element-c92245e *//* Base table styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

/* Table cells */
table td,
table th {
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
  white-space: nowrap;
}

/* Header style */
table tr:first-child td {
  font-weight: 600;
  background: #f7f7f7;
}

/* Mobile fix */
@media (max-width: 768px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}/* End custom CSS */