/* Estilos do logo */
.logo-image {
  width: 46px;
  height: 46px;
  background-color: var(--logo-bg-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image img {
  width: 33px;
  height: auto;
  margin-left: 10px;
}