/* Start custom CSS *//* NETO EOR Solutions Page - Custom CSS */
.post-id-7160 .elementor-widget-text-editor h2 {
  color: #006b6b !important;
  border-bottom: 3px solid #00A8A8;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.post-id-7160 .elementor-widget-text-editor h3 {
  color: #00A8A8 !important;
}
.post-id-7160 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 20px 0;
}
.post-id-7160 table th {
  background: #00A8A8;
  color: white;
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
}
.post-id-7160 table td {
  padding: 12px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.post-id-7160 table tr:last-child td {
  border-bottom: none;
}
.post-id-7160 table tr:nth-child(even) td {
  background: #f0fafa;
}
.post-id-7160 ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  line-height: 1.7;
}
.post-id-7160 .elementor-widget-text-editor a {
  color: #00A8A8;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,168,168,0.3);
  transition: color 0.2s, border-color 0.2s;
}
.post-id-7160 .elementor-widget-text-editor a:hover {
  color: #006b6b;
  border-color: #006b6b;
}/* End custom CSS */