.creator-dashboard .dashboard-header {
	align-items: flex-end !important; /* align buttons to the title baseline */
}

.creator-dashboard .dashboard-nav {
	margin-top: 0 !important;        /* remove upward offset */
	align-self: flex-end;             /* ensure nav hugs the bottom of header */
}

/* Keep good spacing next to the title */
.creator-dashboard .dashboard-header h1 { line-height: 1.1; }


