.table-wrap {
  overflow-x: auto;
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-radius: 12px;
  overflow: hidden;
}

.modern-table thead {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
}

.modern-table th,
.modern-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.modern-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.modern-table tbody tr:hover {
  background: #ecfeff;
}

.modern-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #374151;
}

.highlight {
  background: #ecfeff;
  font-weight: 700;
  color: #0f766e;
}