/**
 * Ara Account — header dropdown + login modal.
 *
 * The dropdown menu and the modal content are neutral Bootstrap surfaces (the
 * color system's neutral-reset themes them and keeps content readable), so we
 * only size and space them here. No hardcoded text colors — content inherits
 * from its surface (see COLOR-CONTRAST-MAP.md §7).
 */

.ara-account-dropdown .dropdown-menu.ara-account-menu {
	min-width: 260px;
	max-width: 92vw;
}

.ara-account-menu .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.ara-account-menu .dropdown-item .bi {
	flex-shrink: 0;
}

.ara-account-modal .modal-body {
	padding-top: 0.5rem;
}

/* Account dashboard: context-aware card grid. Cards are neutral Bootstrap
   surfaces (themed by the color system), so we only handle minor spacing. */
.ara-account-page .ara-account-requests .table {
	margin-bottom: 0;
}

