.elementor-29129 .elementor-element.elementor-element-164fa5f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd92464 *//* --- Desktop Table Styling --- */
.fliesen-comparison-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  font-family: inherit;
}

.fliesen-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.fliesen-table th, 
.fliesen-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  vertical-align: top;
}

.fliesen-table th {
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
}

.material-name {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 5px;
  color: #777;
}

.col-classic {
  color: #555;
}

.col-premium {
  color: #d4af37;
}

.fliesen-table tbody tr:hover {
  background-color: #fdfdfd;
}

/* --- Disclaimer & Download Box --- */
.fliesen-disclaimer,
.fliesen-downloads {
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #444;
}

.fliesen-disclaimer {
  background-color: #f0f7ff;
  border-left: 4px solid #0056b3;
}

.fliesen-disclaimer h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #0056b3;
}

.fliesen-downloads {
  background-color: #fafafa;
  border-left: 4px solid #555;
}

.fliesen-downloads h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #333;
}

.fliesen-disclaimer ul,
.fliesen-downloads ul {
  margin: 0;
  padding-left: 20px;
}

.fliesen-disclaimer li,
.fliesen-downloads li {
  margin-bottom: 8px;
}

.fliesen-downloads a {
  color: #0056b3;
  text-decoration: none;
  font-weight: bold;
}

.fliesen-downloads a:hover {
  text-decoration: underline;
}

/* --- Mobile Responsive Magic (Cards) --- */
@media screen and (max-width: 768px) {
  .fliesen-table {
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .fliesen-table thead {
    display: none;
  }

  .fliesen-table tr {
    display: block;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #eee;
  }

  .fliesen-table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding-left: 50%;
  }

  .fliesen-table td:last-child {
    border-bottom: 0;
  }

  .fliesen-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #666;
  }

  .fliesen-table td:first-child {
    background-color: #f8f9fa;
    text-align: center;
    padding-left: 15px;
    font-size: 1.1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .fliesen-table td:first-child::before {
    display: none;
  }
}

.col-boden {
  color: #2E7D5B;
}

.fliesen-table th, .fliesen-table td { font-size: 0.95em; }/* End custom CSS */