/* Darker AgentsVerse column */
@media (min-width: 641px) {
.cmp-table th:last-child {
  background-color: #1e5e39;
}

.cmp-table td:last-child span {
  background-color: #dcf5e5e8;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 10px;
}

.cmp-table th:last-child,
.cmp-table td:last-child {
  transform-origin: center;
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
  border-right: 1px solid #0d6816 !important;
}

.cmp-table th:last-child {
  outline: 1.5px solid #0d6816;
  outline-offset: -1px;
}

.cmp-table td:last-child {
  outline: 1.5px solid #0d6816;
  outline-offset: -1px;
}

.cmp-table thead th:last-child {
  border-top: 1.5px solid #0d6816 !important;
}

.cmp-table tbody tr:last-child td:last-child {
  border-bottom: 1.5px solid #0d6816 !important;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
}