.tower-edit-team {
  width: 100%;
  min-height: 58px;
  margin-top: 10px;
  border: 1px solid rgba(34, 211, 238, .48);
  border-radius: 13px;
  color: #cffafe;
  background: linear-gradient(135deg, rgba(8, 47, 73, .82), rgba(88, 28, 135, .44));
  font-family: var(--font-game, monospace);
  cursor: pointer;
  box-shadow: inset 0 0 22px rgba(34, 211, 238, .05);
}

.tower-edit-team:hover {
  border-color: #67e8f9;
  background: linear-gradient(135deg, rgba(14, 116, 144, .6), rgba(107, 33, 168, .55));
}

.tower-edit-team span,
.tower-edit-team small {
  display: block;
}

.tower-edit-team span {
  font-size: 11px;
  font-weight: 900;
}

.tower-edit-team small {
  margin-top: 6px;
  color: #94a3b8;
  font-size: 7px;
}
