
.product-features-wrapper {
  margin: 25px 0;
  font-family: 'Segoe UI', Roboto, sans-serif;
}
.product-features {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.product-features th {
  background-color: #005792;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
.product-features td {
  padding: 18px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}
.product-features strong {
  color: #005792;
  display: block;
  margin-bottom: 10px;
  font-size: 1.05em;
}
.product-features ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: square;
}
.product-features li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
}
.seo-optimized-title {
  color: #003366;
  font-size: 1.8em;
  margin-bottom: 20px;
  border-bottom: 2px solid #005792;
  padding-bottom: 10px;
}
.technical-comparison {
  background: #f5f9ff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .product-features {
    display: block;
    overflow-x: auto;
  }
  .product-features th, 
  .product-features td {
    min-width: 200px;
  }
}
