.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logout-button {
  color: #fff;
  background: #651a28;
}

.logout-button:hover,
.logout-button:focus-visible {
  background: #8f2b3d;
}

[data-logout]:disabled {
  cursor: wait;
  opacity: .62;
}

@media (max-width: 760px) {
  .topbar {
    height: auto;
    min-height: 76px;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar-actions {
    margin-left: auto;
  }

  #refresh {
    display: none;
  }

  .logout-button {
    white-space: nowrap;
  }
}
