/**
 * Dashboard theme chrome: layout under the site header (no page hero).
 */

.tutor-dashboard-layout {
	max-width: none;
}

/* Sidebar brand: text “Dashboard” instead of site logo. */
.scaa-dashboard-sidebar-title {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.scaa-dashboard-sidebar-title__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: #192a3d;
}

.scaa-dashboard-sidebar-title,
.scaa-dashboard-sidebar-title:hover,
.scaa-dashboard-sidebar-title:focus {
	color: #192a3d;
	text-decoration: none;
}

.scaa-dashboard-sidebar-title img {
	display: none;
}
