
.lobby-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.crea-btn {
  background: #c0392b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  align-self: flex-end;
}

.crea-btn:hover {
  background: #a93226;
}

@media (max-width: 600px) {
  .lobby-top-row {
    flex-direction: column;
  }

  .crea-btn2 {
    align-self: flex-start;
  }  
  
  .lobby-no-mobile {
      display: none;
  }
}

.crea-btn2 {
  align-self: flex-end;
}
