.crm-company-list-table.company-interest-table {
  width: 100%;
  min-width: 1080px;
  table-layout: fixed;
}

.crm-company-list-table.company-interest-table th:nth-child(4),
.crm-company-list-table.company-interest-table td:nth-child(4),
.crm-company-list-table.company-interest-table th:nth-child(5),
.crm-company-list-table.company-interest-table td:nth-child(5) {
  width: 15%;
}

.crm-company-list-table.company-interest-table th:nth-child(6),
.crm-company-list-table.company-interest-table td:nth-child(6) {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
}

.crm-company-list-table.company-interest-table th:nth-child(7),
.crm-company-list-table.company-interest-table td:nth-child(7) {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
}

.crm-company-list-table.company-interest-table td:not([data-company-interest-cell]):not(:last-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-company-list-table.company-interest-table td[data-company-interest-cell] {
  overflow: visible;
}

.company-interest-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.company-interest-cell,
.company-interest-panel-state {
  display: grid;
  gap: 6px;
  min-width: 150px;
}

.crm-company-list-table.company-interest-table .company-interest-cell {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  white-space: nowrap;
}

.company-interest-badge {
  width: fit-content;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  background: #edf2f7;
  color: #4a5568;
}

.crm-company-list-table.company-interest-table td[data-company-interest-cell] .company-interest-badge {
  display: none;
}

.company-interest-badge.green,
.company-interest-dot.green {
  background: #d9f4e7;
  color: #08633f;
}

.company-interest-badge.yellow,
.company-interest-dot.yellow {
  background: #fff4cc;
  color: #805500;
}

.company-interest-badge.orange,
.company-interest-dot.orange {
  background: #ffe4cc;
  color: #9a3d00;
}

.company-interest-badge.red,
.company-interest-dot.red {
  background: #ffe0e0;
  color: #a11818;
}

.company-interest-dot {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.crm-company-list-table.company-interest-table .company-interest-swatches {
  flex-wrap: nowrap;
  gap: 4px;
}

.crm-company-list-table.company-interest-table .company-interest-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}

.company-interest-dot[aria-pressed="true"] {
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.company-table-link {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.company-table-link:hover {
  text-decoration: underline;
}

button.company-next-activity {
  border: 1px solid transparent;
  cursor: pointer;
}

button.company-next-activity:hover {
  border-color: currentColor;
  text-decoration: underline;
}

.company-activity-target {
  outline: 2px solid rgba(15, 118, 110, 0.35);
  outline-offset: -2px;
}
