.dx-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 15px;
}

.dx-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  color: #212529;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.dx-table thead {
  background: #2f3b4a;
  color: #f8fafc;
  position: sticky;
  top: 0;
  z-index: 2;
}

.dx-table th,
.dx-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #eef2f6;
  white-space: nowrap;
}

.dx-table th {
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.dx-table tbody tr:nth-child(even) {
  background: #f9fbfc;
}

.dx-table tbody tr:hover {
  background: #eef4ff;
  box-shadow: inset 3px 0 0 #6b7c93;
}

.dx-call {
  font-weight: 600;
  color: #000033;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dx-freq {
  color: #990000;
  font-weight: 600;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
}

.dx-comment-row td {
  white-space: normal;
  border-bottom: none;
}

.dx-comment {
  background: #f8fafc;
  border-left: 4px solid #94a3b8;
  border-radius: 8px;
  padding: 8px 10px;
  color: #334155;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.dx-call img {
  width: 22px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

#dxPagination {
  text-align: center;
  margin-top: 12px;
}

#dxPagination button {
  margin: 2px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  color: #334155;
  transition: 0.15s;
  white-space: nowrap;
}

#dxPagination button:hover {
  background: #f1f5f9;
}

#dxPagination button.active {
  background: #2f3b4a;
  color: #fff;
  border-color: #2f3b4a;
}

.band-btn {
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  color: #334155;
  white-space: nowrap;
}

.band-btn:hover {
  background: #f1f5f9;
}

.band-btn.active-band {
  background: #2f3b4a;
  color: #fff;
  border-color: #2f3b4a;
}

@media (max-width: 768px) {
  .dx-table th,
  .dx-table td {
    padding: 7px 8px;
  }
}

.dx-spotter {
  font-weight: 600;
  color: #000033;
  white-space: nowrap;
  opacity: 0.9;
}

.dx-spotter img {
  width: 18px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}