.samsung-wm-table {
  font-family: 'Segoe UI', sans-serif;
  margin: 30px 0;
}

.samsung-wm-table h2 {
  text-align: center;
  color: #0c3c84;
  font-size: 24px;
  margin-bottom: 20px;
}

.samsung-wm-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;
}

.samsung-wm-table thead {
  background-color: #004ba0;
  color: #ffffff;
}

.samsung-wm-table th,
.samsung-wm-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
}

.samsung-wm-table tbody tr:nth-child(even) {
  background-color: #f9fbff;
}

.samsung-wm-table tbody tr:hover {
  background-color: #e3f2fd;
}
