.logout-button {
  border: 1px solid #e4e9f0;
  border-radius: 6px;
  background: #fff;
  color: #244a80;
  font: 650 12px Inter, ui-sans-serif, system-ui, sans-serif;
  min-height: 36px;
  padding: 0 12px;
  cursor: pointer;
}

.logout-button:hover { border-color: #aebed4; }
.logout-button:disabled { cursor: wait; opacity: .7; }
.logout-button:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; }

@media (max-width: 760px) {
  .logout-button { min-height: 34px; padding: 0 9px; }
}
