.coletor-root .coletor-squad-grid {
  display: grid;
  gap: 10px;
}

.coletor-root .coletor-squad-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.coletor-root .coletor-squad-item__title {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.coletor-root .coletor-squad-item__meta,
.coletor-root .coletor-squad-item__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.coletor-root .coletor-squad-actions {
  margin-top: 12px;
}

.coletor-root .coletor-danger-btn {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255, 80, 80, 0.12);
  color: #fff;
  border-radius: 14px;
  padding: 12px 12px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
