.logout-button {
  cursor: pointer;
  background: rgba(66, 18, 42, .42);
  font: inherit;
}

/* Mantém o estado seguro mesmo dentro de menus CSS em grade no celular. */
.logout-button[hidden] {
  display: none !important;
}

.logout-button:hover {
  background: #6f2147;
  border-color: rgba(255, 156, 187, .68);
}

.logout-button:disabled {
  cursor: wait;
  opacity: .7;
}
