
/* Base sidebar layout + pill link styles live in src/global.css
 * (shared across account sections; the 4a pill styles — active item
 * dark bg / white pill — are defined there). This file only carries
 * the logout row, which is unique to the sub-component. */

.cc_i1v7oqhf_vqUHwgUGQ6 .account-sidebar__logout, .cc_i1v7oqhf_5KtH0TnDXu .account-sidebar__logout, .cc_i1v7oqhf_cS97xCVuBA .account-sidebar__logout {
  /* Inherits pill padding/font from .account-sidebar__link (global.css). */
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
  color: var(--color-error);
}

.cc_i1v7oqhf_vqUHwgUGQ6 .account-sidebar__logout:hover:not(:disabled), .cc_i1v7oqhf_5KtH0TnDXu .account-sidebar__logout:hover:not(:disabled), .cc_i1v7oqhf_cS97xCVuBA .account-sidebar__logout:hover:not(:disabled), .cc_i1v7oqhf_vqUHwgUGQ6 .account-sidebar__logout:focus-visible:not(:disabled), .cc_i1v7oqhf_5KtH0TnDXu .account-sidebar__logout:focus-visible:not(:disabled), .cc_i1v7oqhf_cS97xCVuBA .account-sidebar__logout:focus-visible:not(:disabled) {
  color: var(--color-error);
  background: var(--color-surface-alt);
  outline: none;
}

.cc_i1v7oqhf_vqUHwgUGQ6 .account-sidebar__logout:disabled, .cc_i1v7oqhf_5KtH0TnDXu .account-sidebar__logout:disabled, .cc_i1v7oqhf_cS97xCVuBA .account-sidebar__logout:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
