@media (min-width: 1001px) {
  .pulse-filters {
    grid-template-columns: repeat(7, minmax(130px, 1fr));
  }
}

.pulse-agent-table-scroll {
  border: 1px solid #e1e6ee;
  border-radius: 16px;
  margin-top: 18px;
  max-width: 100%;
  overflow-x: auto;
}

.pulse-agent-card .pulse-agent-table {
  table-layout: fixed;
  min-width: 1440px;
  width: 100%;
}

.pulse-agent-table .agent-col { width: 190px; }
.pulse-agent-table .sponsorship-col { width: 175px; }
.pulse-agent-table .transactions-col { width: 120px; }
.pulse-agent-table .money-col { width: 170px; }
.pulse-agent-table .revenue-col { width: 145px; }
.pulse-agent-table .mix-col { width: 260px; }
.pulse-agent-table .recent-col { width: 170px; }

.pulse-agent-table th,
.pulse-agent-table td {
  overflow-wrap: normal;
  padding: 18px 16px;
  vertical-align: middle;
  word-break: normal;
}

.pulse-agent-table th {
  line-height: 1.25;
  white-space: normal;
}

.pulse-agent-table td:nth-child(3),
.pulse-agent-table td:nth-child(4),
.pulse-agent-table td:nth-child(5),
.pulse-agent-table td:nth-child(6),
.pulse-agent-table td:nth-child(8) {
  white-space: nowrap;
}

.pulse-agent-table td:nth-child(7) {
  line-height: 1.35;
}

.agent-roster-summary {
  align-self: center;
  background: #edf2f8;
  border-radius: 16px;
  color: #344054;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(2, max-content);
  padding: 12px 16px;
}

.agent-roster-summary strong {
  font-size: 14px;
  grid-column: 1 / -1;
}

.agent-roster-summary span {
  color: #667085;
  font-size: 12px;
  white-space: nowrap;
}

.agent-roster-summary span b {
  color: #172235;
}

@media (max-width: 760px) {
  .pulse-agent-card .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .agent-roster-summary {
    align-self: stretch;
  }
}

.sponsorship-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  padding: 7px 10px;
  white-space: nowrap;
}

.sponsorship-badge.current {
  background: #e9f7ef;
  color: #087d45;
}

.sponsorship-badge.former {
  background: #f0f2f5;
  color: #5d6675;
}

.departure-correction-link {
  color: #667085;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}
