.geophishemall-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  margin: 50px 0px;
}

.geophishemall-table .geophishemall-row {
  display: table-row;
}

.geophishemall-table .geophishemall-row.geophishemall-header {
  background: linear-gradient(180deg,#f5f7fa,#eef2f7);
  font-weight: 600;
  color: #0b2540;
}

.geophishemall-table .geophishemall-cell {
  display: table-cell;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(11,37,64,0.06);
  vertical-align: middle;
  text-align: left;
  min-width: 0;
}

.geophishemall-table .geophishemall-cell {
  width: calc(100% / 3);
}

.geophishemall-table .geophishemall-row:not(.geophishemall-header):nth-child(odd) .geophishemall-cell {
  background-color: #ffffff;
}

.geophishemall-table .geophishemall-row:not(.geophishemall-header):nth-child(even) .geophishemall-cell {
  background-color: #f8fbff;
}

.geophishemall-table .geophishemall-row:not(.geophishemall-header):hover .geophishemall-cell {
  background-color: #e8f0ff;
}

@media (max-width: 640px) {
  .geophishemall-table { display: block; }
  .geophishemall-table .geophishemall-row { display: flex; flex-direction: column; border-bottom: 1px solid rgba(11,37,64,0.06); }
  .geophishemall-table .geophishemall-row.geophishemall-header { flex-direction: row; position: sticky; top: 0; z-index: 2; }
  .geophishemall-table .geophishemall-cell { display: block; width: 100%; }
  .geophishemall-table .geophishemall-cell + .geophishemall-cell { border-top: 1px solid rgba(11,37,64,0.04); }
}
