/* Start custom CSS for Aoriv_Services_Details, class: .elementor-element-3dd932a *//* Táblázat stílusok */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background-color: #000;   /* teljes táblázat fekete */
  color: #fff;              /* szöveg fehér */
}

th, td {
  border: 1px solid #444;   /* diszkrét szürke keret */
  padding: 10px 14px;
  text-align: left;
  background-color: #000;   /* minden cella fekete */
}

th {
  background-color: #000;   /* fejléc is fekete */
  font-weight: bold;
}

/* Címsorok */
h1, h2 {
  margin-top: 1.5rem;
  color: #fff; /* sötét háttéren kiemelkedjen */
}/* End custom CSS */