.washing-machine-table {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin: 30px 0;
}

.washing-machine-table h2.section-title {
  text-align: left;
  font-size: 20px;
  color: #0c3c84;
  margin: 30px 0 10px;
}

.washing-machine-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.washing-machine-table thead {
  background-color: #1565c0;
  color: #ffffff;
}

.washing-machine-table th,
.washing-machine-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.washing-machine-table tbody tr:nth-child(even) {
  background-color: #f9fbff;
}

.washing-machine-table tbody tr:hover {
  background-color: #e3f2fd;
}

.washing-machine-table a {
  color: #1565c0;
  text-decoration: none;
}

.washing-machine-table a:hover {
  text-decoration: underline;
}
