.space-admin-preview {
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.1254901961);
  padding: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
